diff --git a/CMakeLists.txt b/CMakeLists.txt index 97f3fab..66c585d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2018 Peter Dimov -# # Distributed under the Boost Software License, Version 1.0. -# -# See accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt +# See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt cmake_minimum_required(VERSION 3.5) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 8c42364..c942f33 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2018 Peter Dimov -# # Distributed under the Boost Software License, Version 1.0. -# -# See accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt +# See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt boost_test(SOURCES assert_test.cpp LIBRARIES Boost::assert Boost::core) boost_test(SOURCES current_function_test.cpp LIBRARIES Boost::assert Boost::core)