[BACK]Return to readme.txt CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows / gmp

Annotation of OpenXM_contrib2/windows/gmp/readme.txt, Revision 1.1

1.1     ! ohara       1: This directory contains pre-built binaries of GNU MP 5.1.3, GNU MPFR 3.1.3
        !             2: and GNU MPC 1.0.3 compiled by gcc 5.2.0 on mingw32/64.
        !             3:
        !             4: For getting the sources, please visit the following sites:
        !             5:     https://gmplib.org/
        !             6:     http://www.mpfr.org/
        !             7:     http://www.multiprecision.org/
        !             8:
        !             9:
        !            10: --------
        !            11: Copyright 1991, 1996, 1999, 2000, 2007 Free Software Foundation, Inc.
        !            12:
        !            13: This file is part of the GNU MP Library.
        !            14:
        !            15: The GNU MP Library is free software; you can redistribute it and/or modify
        !            16: it under the terms of the GNU Lesser General Public License as published by
        !            17: the Free Software Foundation; either version 3 of the License, or (at your
        !            18: option) any later version.
        !            19:
        !            20: The GNU MP Library is distributed in the hope that it will be useful, but
        !            21: WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
        !            22: or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
        !            23: License for more details.
        !            24:
        !            25: You should have received a copy of the GNU Lesser General Public License
        !            26: along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
        !            27:
        !            28: --------
        !            29: Copyright 2000-2015 Free Software Foundation, Inc.
        !            30: Contributed by the AriC and Caramel projects, INRIA.
        !            31:
        !            32: This file is part of the GNU MPFR Library.
        !            33:
        !            34: The GNU MPFR Library is free software; you can redistribute it and/or modify
        !            35: it under the terms of the GNU Lesser General Public License as published by
        !            36: the Free Software Foundation; either version 3 of the License, or (at your
        !            37: option) any later version.
        !            38:
        !            39: The GNU MPFR Library is distributed in the hope that it will be useful, but
        !            40: WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
        !            41: or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
        !            42: License for more details.
        !            43:
        !            44: You should have received a copy of the GNU Lesser General Public License
        !            45: along with the GNU MPFR Library; see the file COPYING.LESSER.  If not, see
        !            46: http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
        !            47: 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
        !            48:
        !            49: --------
        !            50: Copyright (C) INRIA 2003, 2005, 2008, 2009, 2011
        !            51:
        !            52: Copying and distribution of this file, with or without modification,
        !            53: are permitted in any medium without royalty provided the copyright
        !            54: notice and this notice are preserved. This file is offered as-is,
        !            55: without any warranty.
        !            56:
        !            57: GNU MPC is a complex floating-point library with exact rounding.
        !            58: It is based on the GNU MPFR floating-point library (http://www.mpfr.org/),
        !            59: which is itself based on the GNU MP library (http://gmplib.org/).

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>