This repository was archived by the owner on Aug 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path3rdparty.mpa
More file actions
88 lines (64 loc) · 3.84 KB
/
3rdparty.mpa
File metadata and controls
88 lines (64 loc) · 3.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
-----------------------------------------------------------
This file contains the licenses of some 3rd party libraries
-----------------------------------------------------------
---------------------------------------------------------------------------
LibTomMath 0.30+, multiple-precision integer library,
by Tom St Denis
LibTomMath is a library that provides multiple-precision
integer arithmetic as well as number theoretic functionality.
The library was designed directly after the MPI library by
Michael Fromberger but has been written from scratch with
additional optimizations in place.
The library is free for all purposes without any express
guarantee it works.
---------------------------------------------------------------------------
MPI 1.8.6+, Arbitrary precision integer arithmetic library
by Michael J. Fromberger
Copyright (C) 1998 Michael J. Fromberger, All Rights Reserved
This software is in the public domain. It is entirely free, and you
may use it and/or redistribute it for whatever purpose you choose;
however, as free software, it is provided without warranty of any
kind, not even the implied warranty of merchantability or fitness for
a particular purpose.
---------------------------------------------------------------------------
IMATH 1.1+, Arbitrary precision rational arithmetic routines.
by Michael J. Fromberger
IMath is Copyright 2002-2007 Michael J. Fromberger
You may use it subject to the following Licensing Terms:
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------------------------
Please note that the NX versions are no longer distributed
---------------------------------------------------------------------------
NX V0.18, Multiprecision integer library for FreePascal 2.0 by Marcel Martin
Copyright (c) 2005-2006, Marcel Martin. All rights reserved.
Though copyrighted, NX is freeware and its source is available. In
short, you may use it for free at your own risk in any program
(commercial or not) assuming you checked that, by using NX, you
are not infringing any software patent.
---------------------------------------------------------------------------
NX V0.9.0+ Numerics library of multiprecision numbers for Turbo Delphi
and Free Pascal, by Marcel Martin, http://www.ellipsa.net
Copyright (c) 2007, Marcel Martin. All rights reserved.
NX - Numerics is free software: you can redistribute it and/or modify
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.
This program 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.