source: CIVL/licenses/LICENSE.cvc3.txt@ 2b5dc93

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since 2b5dc93 was c7a0783, checked in by Stephen Siegel <siegel@…>, 13 years ago

Improving release script

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@92 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 2.7 KB
Line 
1Copyright (C) 2003-2009 by the Board of Trustees of Leland Stanford Junior
2University, New York University, and the University of Iowa, hereafter
3designated as the Copyright Owners.
4
5All rights reserved.
6
7Redistribution and use in source and binary forms, with or without modification,
8are permitted provided that the following conditions are met:
9
10* Redistributions of source code must retain the above copyright notice, this
11list of conditions and the following disclaimer.
12* Redistributions in binary form must reproduce the above copyright notice,
13this list of conditions and the following disclaimer in the documentation
14and/or other materials provided with the distribution.
15* Neither the names of the Copyright Owners nor the names of any contributors
16may be used to endorse or promote products derived from this software
17without specific prior written permission.
18
19THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT OWNERS AND CONTRIBUTORS ''AS IS'' AND ANY
20EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNERS OR CONTRIBUTORS BE LIABLE FOR ANY
23DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
24(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
26ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
30Note:
31
32The following files contain code whose copyright does not belong to the
33Copyright Owners. However, separate copyright notices in these files give
34express permission to copy, use, modify, sell, or distribute the code. Please
35see the copyright notices in the individual files for details.
36
37<pre>
38src/include/fdstream.h
39src/include/hash_map.h
40src/include/hash_fun.h
41src/include/hash_set.h
42src/include/hash_table.h
43src/sat/minisat_varorder.h
44src/sat/minisat_solver.cpp
45src/sat/minisat_heap.h
46src/sat/minisat_types.h
47src/sat/minisat_solver.h
48src/sat/minisat_global.h
49</pre>
50This copy of CVC3 is also configured to use the SAT solver zchaff whose
51copyright is owned by Princeton University and is more restrictive.
52
53Specifically, it may be used for internal, noncommercial, research purposes
54only. See the copyright notice in the following files for more information.
55To build CVC3 without these files, please delete them and then run:
56<pre>
57 ./configure --disable-zchaff
58 make
59</pre>
60
61<pre>
62src/sat/xchaff_base.h
63src/sat/xchaff_dbase.h
64src/sat/xchaff_solver.h
65src/sat/xchaff_utils.h
66src/sat/xchaff_dbase.cpp
67src/sat/xchaff_solver.cpp
68src/sat/xchaff_utils.cpp
69</pre>
Note: See TracBrowser for help on using the repository browser.