From d4c2b0f26e08bfff9296113fbf7cc56e396bf366 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 20 Sep 2018 01:53:36 +0300 Subject: [PATCH] Reformat copyright banners --- CMakeLists.txt | 5 +---- test/CMakeLists.txt | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) 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)