Remove remaining references to Boost and Autotools (#3390)
authorAndres Noetzli <andres.noetzli@gmail.com>
Tue, 15 Oct 2019 20:59:41 +0000 (13:59 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2019 20:59:41 +0000 (13:59 -0700)
This commit removes references to Boost and Autotools in the copyright
information and CMakeLists.txt.

CMakeLists.txt
COPYING

index f8fe74130e06ac76814a9fae915c770676bca624..5efce12608a042ea31a21579fad31e199c43fe04 100644 (file)
@@ -237,8 +237,6 @@ if(ENABLE_SHARED)
 else()
   set(CMAKE_FIND_LIBRARY_SUFFIXES .a ${CMAKE_FIND_LIBRARY_SUFFIXES})
   set(BUILD_SHARED_LIBS OFF)
-  # This is required to force find_package(Boost) to use static libraries.
-  set(Boost_USE_STATIC_LIBS ON)
   cvc4_set_option(ENABLE_STATIC_BINARY ON)
 
   # Never build unit tests as static binaries, otherwise we'll end up with
diff --git a/COPYING b/COPYING
index 3299f4970a12e4b9cd15bc76dcbc21631c0b140a..77462ae2d616c2f6d33d4e4d803f0d14f4e4660c 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -47,27 +47,16 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 The CVC4 source code includes third-party software which has its own copyright
 and licensing terms, as described below.
 
-Each of the following files contains third-party software.
+The following file contains third-party software.
 
-  autogen.sh
-  config/ax_cxx_compile_stdcxx.m4
-  config/ax_cxx_compile_stdcxx_11.m4
-  config/ax_prog_doxygen.m4
-  config/boost.m4
-  config/doxygen.am
-  config/pkg.m4
+  cmake/CodeCoverage.cmake
 
-The copyright and licensing information for each of these files is in the
-header of the corresponding file.
+The copyright and licensing information of this file is in its header.
 
 CVC4 incorporates MiniSat code (see src/prop/minisat and src/prop/bvminisat),
 excluded from the above copyright.  See src/prop/minisat/LICENSE and
 src/prop/bvminisat/LICENSE for copyright and licensing information.
 
-CVC4 incorporates some code from Boost (see src/util/channel.h), excluded from
-the above copyright.  See licenses/channel.h-LICENSE for copyright and
-licensing information.
-
 CVC4 incorporates code from ANTLR3 (http://www.antlr3.org/), the files
 src/parser/bounded_token_buffer.h, src/parser/bounded_token_buffer.cpp, and
 src/parser/antlr_input_imports.cpp are excluded from the above copyright.