Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in licenses: CVC3
Date: Tue, 29 May 2012 12:49:45
Message-Id: 20120529124930.927EF2004B@flycatcher.gentoo.org
1 gienah 12/05/29 12:49:30
2
3 Added: CVC3
4 Log:
5 Add CVC3 license for sci-mathematics/cvc3
6
7 Revision Changes Path
8 1.1 licenses/CVC3
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/CVC3?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/CVC3?rev=1.1&content-type=text/plain
12
13 Index: CVC3
14 ===================================================================
15 /*!\page LICENSE LICENSE
16
17 Copyright (C) 2003-2009 by the Board of Trustees of Leland Stanford Junior
18 University, New York University, and the University of Iowa, hereafter
19 designated as the Copyright Owners.
20
21 All rights reserved.
22
23 Redistribution and use in source and binary forms, with or without modification,
24 are permitted provided that the following conditions are met:
25
26 * Redistributions of source code must retain the above copyright notice, this
27 list of conditions and the following disclaimer.
28 * Redistributions in binary form must reproduce the above copyright notice,
29 this list of conditions and the following disclaimer in the documentation
30 and/or other materials provided with the distribution.
31 * Neither the names of the Copyright Owners nor the names of any contributors
32 may be used to endorse or promote products derived from this software
33 without specific prior written permission.
34
35 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT OWNERS AND CONTRIBUTORS ''AS IS'' AND ANY
36 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
37 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
38 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNERS OR CONTRIBUTORS BE LIABLE FOR ANY
39 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
40 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
41 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
42 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
43 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
44 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45
46 Note:
47
48 The following files contain code whose copyright does not belong to the
49 Copyright Owners. However, separate copyright notices in these files give
50 express permission to copy, use, modify, sell, or distribute the code. Please
51 see the copyright notices in the individual files for details.
52
53 <pre>
54 src/include/fdstream.h
55 src/include/hash_map.h
56 src/include/hash_fun.h
57 src/include/hash_set.h
58 src/include/hash_table.h
59 src/sat/minisat_varorder.h
60 src/sat/minisat_solver.cpp
61 src/sat/minisat_heap.h
62 src/sat/minisat_types.h
63 src/sat/minisat_solver.h
64 src/sat/minisat_global.h
65 </pre>
66 This copy of CVC3 is also configured to use the SAT solver zchaff whose
67 copyright is owned by Princeton University and is more restrictive.
68
69 Specifically, it may be used for internal, noncommercial, research purposes
70 only. See the copyright notice in the following files for more information.
71 To build CVC3 without these files, please delete them and then run:
72 <pre>
73 ./configure --disable-zchaff
74 make
75 </pre>
76
77 <pre>
78 src/sat/xchaff_base.h
79 src/sat/xchaff_dbase.h
80 src/sat/xchaff_solver.h
81 src/sat/xchaff_utils.h
82 src/sat/xchaff_dbase.cpp
83 src/sat/xchaff_solver.cpp
84 src/sat/xchaff_utils.cpp
85 </pre>
86
87 */