1 1.1.1.6 mrg Copyright 2000-2023 Free Software Foundation, Inc. 2 1.1.1.3 mrg Contributed by the AriC and Caramba projects, INRIA. 3 1.1 mrg 4 1.1 mrg This file is part of the GNU MPFR Library. 5 1.1 mrg 6 1.1 mrg The GNU MPFR Library is free software; you can redistribute it and/or modify 7 1.1 mrg it under the terms of the GNU Lesser General Public License as published by 8 1.1 mrg the Free Software Foundation; either version 3 of the License, or (at your 9 1.1 mrg option) any later version. 10 1.1 mrg 11 1.1 mrg The GNU MPFR Library is distributed in the hope that it will be useful, but 12 1.1 mrg WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 1.1 mrg or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public 14 1.1 mrg License for more details. 15 1.1 mrg 16 1.1 mrg You should have received a copy of the GNU Lesser General Public License 17 1.1 mrg along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see 18 1.1.1.5 mrg https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc., 19 1.1 mrg 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 20 1.1 mrg 21 1.1 mrg ############################################################################## 22 1.1 mrg 23 1.1 mrg The GNU MPFR distribution contains the following files: 24 1.1.1.6 mrg (This does not apply to code retrieved by Git.) 25 1.1 mrg 26 1.1 mrg AUTHORS - the authors of the library 27 1.1 mrg BUGS - bugs in MPFR - please read this file! 28 1.1 mrg COPYING - the GNU General Public License, version 3 29 1.1 mrg COPYING.LESSER - the GNU Lesser General Public License, version 3 30 1.1 mrg ChangeLog - the log of changes 31 1.1 mrg INSTALL - how to install MPFR (see also mpfr.texi) 32 1.1 mrg Makefile* - files for building the library 33 1.1 mrg NEWS - new features with respect to previous versions 34 1.1 mrg PATCHES - empty file (until patches are applied) 35 1.1 mrg README - this file 36 1.1 mrg TODO - what remains to do (any help is welcome!) 37 1.1.1.6 mrg VERSION - version of MPFR (next release version if taken by Git) 38 1.1 mrg ac*.m4 - automatic configuration files 39 1.1.1.3 mrg ar-lib - auxiliary installation file 40 1.1 mrg compile - auxiliary installation file 41 1.1 mrg config.* - auxiliary installation files 42 1.1 mrg configure* - configuration files 43 1.1 mrg depcomp - auxiliary installation file 44 1.1.1.4 mrg doc/ - directory containing documentation (manual, FAQ, etc.) 45 1.1 mrg examples/ - directory containing examples 46 1.1 mrg install-sh - installation file 47 1.1 mrg ltmain.sh - auxiliary installation file 48 1.1 mrg m4/ - directory containing additional configuration files 49 1.1 mrg missing - auxiliary installation file 50 1.1.1.4 mrg mpfr.pc.in - auxiliary pkg-config file 51 1.1.1.2 mrg src/ - directory containing the MPFR source 52 1.1.1.3 mrg test-driver - auxiliary installation file 53 1.1.1.2 mrg tests/ - directory containing the testsuite (for "make check") 54 1.1.1.2 mrg tools/ - directory containing various tools 55 1.1.1.2 mrg tune/ - directory containing files for tuning MPFR 56 1.1.1.6 mrg version-ext.sh - script to get Git-related MPFR version information 57 1.1 mrg 58 1.1 mrg According to the special exception to the GNU General Public License, 59 1.1 mrg the autotools files compile, config.sub, config.guess, ltmain.sh, 60 1.1 mrg m4/libtool.m4 and missing are distributed under the same licence of 61 1.1 mrg GNU MPFR. 62 1.1 mrg 63 1.1.1.3 mrg For any copyright year range specified as YYYY-ZZZZ in this package, 64 1.1.1.3 mrg note that the range specifies every single year in that closed interval. 65 1.1 mrg 66 1.1.1.3 mrg 67 1.1.1.5 mrg Official GNU MPFR website: 68 1.1.1.5 mrg 69 1.1.1.5 mrg https://www.mpfr.org/ 70 1.1.1.5 mrg 71 1.1.1.5 mrg 72 1.1.1.6 mrg You can get the latest source code by Git at Inria GitLab: 73 1.1.1.5 mrg 74 1.1.1.6 mrg https://gitlab.inria.fr/mpfr/mpfr 75 1.1 mrg 76 1.1.1.6 mrg In this case, you should read the file "doc/README.dev" in the working tree 77 1.1.1.6 mrg or online: 78 1.1 mrg 79 1.1.1.6 mrg https://gitlab.inria.fr/mpfr/mpfr/-/blob/4.2/doc/README.dev 80