[proof-new] Connecting new unsat cores (#5834)
[cvc5.git] / COPYING
1 CVC4 is copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 by
2 its authors and contributors (see the file AUTHORS) and their institutional
3 affiliations. All rights reserved.
4
5 The source code of CVC4 is open and available to students, researchers,
6 software companies, and everyone else to study, to modify, and to redistribute
7 original or modified versions; distribution is under the terms of the modified
8 BSD license (reproduced below). Please note that CVC4 can be configured
9 (however, by default it is not) to link against some GPLed libraries, and
10 therefore the use of these builds may be restricted in non-GPL-compatible
11 projects. See below for a discussion of CLN and GLPK (the two GPLed optional
12 library dependences for CVC4), and how to ensure you have a build that doesn't
13 link against GPLed libraries.
14
15 Redistribution and use in source and binary forms, with or without
16 modification, are permitted provided that the following conditions are
17 met:
18
19 1. Redistributions of source code must retain the above copyright
20 notice, this list of conditions and the following disclaimer.
21
22 2. Redistributions in binary form must reproduce the above copyright
23 notice, this list of conditions and the following disclaimer in the
24 documentation and/or other materials provided with the distribution.
25
26 3. Neither the name of the copyright holder nor the names of its
27 contributors may be used to endorse or promote products derived from
28 this software without specific prior written permission.
29
30 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT OWNERS AND CONTRIBUTORS
31 ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
32 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
33 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
34 OWNERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
35 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
36 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
37 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
38 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
39 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
40 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41
42
43 -------------------------------------------------------------------------------
44 Third-Party Software
45 -------------------------------------------------------------------------------
46
47 The CVC4 source code includes third-party software which has its own copyright
48 and licensing terms, as described below.
49
50 The following file contains third-party software.
51
52 cmake/CodeCoverage.cmake
53
54 The copyright and licensing information of this file is in its header.
55
56 CVC4 incorporates MiniSat code (see src/prop/minisat and src/prop/bvminisat),
57 excluded from the above copyright. See src/prop/minisat/LICENSE and
58 src/prop/bvminisat/LICENSE for copyright and licensing information.
59
60 CVC4 incorporates code from ANTLR3 (http://www.antlr3.org/), the files
61 src/parser/bounded_token_buffer.h, src/parser/bounded_token_buffer.cpp, and
62 src/parser/antlr_input_imports.cpp are excluded from the above copyright.
63 See licenses/antlr3-LICENSE for copyright and licensing information.
64
65 CVC4 by default links against The GNU Multiple Precision (GMP) Arithmetic
66 Library, which is licensed under GNU LGPL v3. See the file
67 licenses/lgpl-3.0.txt for a copy of that license. Note that according to the
68 terms of the LGPL, both CVC4's source, and the combined work (CVC4 linked with
69 GMP) may (and do) remain under the more permissive modified BSD license.
70
71 The implementation of the floating point solver in CVC4 depends on symfpu
72 (https://github.com/martin-cs/symfpu) written by Martin Brain.
73 See https://raw.githubusercontent.com/martin-cs/symfpu/CVC4/LICENSE for
74 copyright and licensing information.
75
76 CVC4 optionally links against the following libraries:
77
78 ABC (https://bitbucket.org/alanmi/abc)
79 CaDiCaL (https://github.com/arminbiere/cadical)
80 CryptoMiniSat (https://github.com/msoos/cryptominisat)
81 LFSC checker (https://github.com/CVC4/LFSC)
82 LibPoly (https://github.com/SRI-CSL/libpoly)
83 libedit (https://thrysoee.dk/editline)
84
85 Linking CVC4 against these libraries does not affect the license terms of the
86 CVC4 code. See the respective projects for copyright and licensing
87 information.
88
89
90 -------------------------------------------------------------------------------
91 OPTIONAL GPLv3 libraries
92 -------------------------------------------------------------------------------
93
94 Please be advised that the following libraries are covered under the GPLv3
95 license. If you choose to link CVC4 against one of these libraries, the
96 resulting combined work is also covered under the GPLv3. If you want to make
97 sure you build a version of CVC4 that uses no GPLed libraries, configure CVC4
98 with the "--no-gpl" option before building (which is the default). CVC4 can
99 then be used in contexts where you want to use CVC4 under the terms of the
100 (modified) BSD license. See licenses/gpl-3.0.txt for more information.
101
102 CVC4 can be optionally configured to link against CLN, the Class Library for
103 Numbers, available here:
104
105 http://www.ginac.de/CLN/
106
107 CVC4 can be optionally configured to link against glpk-cut-log, a modified
108 version of GLPK, the GNU Linear Programming Kit, available here:
109
110 https://github.com/timothy-king/glpk-cut-log
111