1/*!\page LICENSE LICENSE
2
3Copyright (C) 2003-2009 by the Board of Trustees of Leland Stanford Junior
4University, New York University, and the University of Iowa, hereafter
5designated as the Copyright Owners.
6
7All rights reserved.
8
9Redistribution and use in source and binary forms, with or without modification,
10are permitted provided that the following conditions are met:
11
12* Redistributions of source code must retain the above copyright notice, this
13list of conditions and the following disclaimer.
14* Redistributions in binary form must reproduce the above copyright notice,
15this list of conditions and the following disclaimer in the documentation
16and/or other materials provided with the distribution.
17* Neither the names of the Copyright Owners nor the names of any contributors
18may be used to endorse or promote products derived from this software
19without specific prior written permission.
20
21THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT OWNERS AND CONTRIBUTORS ''AS IS'' AND ANY
22EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
23WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNERS OR CONTRIBUTORS BE LIABLE FOR ANY
25DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
26(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
27LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
28ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
30SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
32Note:
33
34The following files contain code whose copyright does not belong to the
35Copyright Owners.  However, separate copyright notices in these files give
36express permission to copy, use, modify, sell, or distribute the code.  Please
37see the copyright notices in the individual files for details.
38
39<pre>
40src/include/fdstream.h
41src/include/hash_map.h
42src/include/hash_fun.h
43src/include/hash_set.h
44src/include/hash_table.h
45src/sat/minisat_varorder.h
46src/sat/minisat_solver.cpp
47src/sat/minisat_heap.h
48src/sat/minisat_types.h
49src/sat/minisat_solver.h
50src/sat/minisat_global.h
51</pre>
52@LICENSE_INFO@
53*/
54