summaryrefslogtreecommitdiff
path: root/gmp/README
diff options
context:
space:
mode:
Diffstat (limited to 'gmp/README')
-rw-r--r--gmp/README31
1 files changed, 10 insertions, 21 deletions
diff --git a/gmp/README b/gmp/README
index 013899dc09..03ffb7ff30 100644
--- a/gmp/README
+++ b/gmp/README
@@ -3,28 +3,17 @@ Copyright 1991, 1996, 1999, 2000, 2007 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
-it under the terms of either:
-
- * the GNU Lesser General Public License as published by the Free
- Software Foundation; either version 3 of the License, or (at your
- option) any later version.
-
-or
-
- * the GNU General Public License as published by the Free Software
- Foundation; either version 2 of the License, or (at your option) any
- later version.
-
-or both in parallel, as here.
+it under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 3 of the License, or (at your
+option) any later version.
The GNU MP 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 General Public License
-for more details.
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+License for more details.
-You should have received copies of the GNU General Public License and the
-GNU Lesser General Public License along with the GNU MP Library. If not,
-see https://www.gnu.org/licenses/.
+You should have received a copy of the GNU Lesser General Public License
+along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
@@ -49,8 +38,8 @@ increases with operand sizes for certain operations, since GNU MP in many
cases has asymptotically faster algorithms.
GNU MP is free software and may be freely copied on the terms contained in the
-files COPYING* (see the manual for information on which license(s) applies to
-which components of GNU MP).
+files COPYING.LIB and COPYING (most of GNU MP is under the former, some under
+the latter).
@@ -98,7 +87,7 @@ the INSTALL file in this directory.
If you find a bug in the library, please make sure to tell us about it!
-You should first check the GNU MP web pages at https://gmplib.org/, under
+You should first check the GNU MP web pages at http://gmplib.org/, under
"Status of the current release". There will be patches for all known serious
bugs there.