From 987c47e72a4b778dd5bc085d6fe5ff8e98451421 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 16 Nov 2023 14:27:13 +0200 Subject: [PATCH] Update cmake_subdir_test/main.cpp, cmake_install_test/main.cpp --- test/cmake_install_test/main.cpp | 4 +--- test/cmake_subdir_test/main.cpp | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/test/cmake_install_test/main.cpp b/test/cmake_install_test/main.cpp index f2d5ef8fc..cab2ba999 100644 --- a/test/cmake_install_test/main.cpp +++ b/test/cmake_install_test/main.cpp @@ -1,9 +1,7 @@ -// Copyright 2017, 2021 Peter Dimov. +// Copyright 2023 Peter Dimov. // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt -// See library home page at http://www.boost.org/libs/system - #include namespace pt = boost::property_tree; diff --git a/test/cmake_subdir_test/main.cpp b/test/cmake_subdir_test/main.cpp index f2d5ef8fc..cab2ba999 100644 --- a/test/cmake_subdir_test/main.cpp +++ b/test/cmake_subdir_test/main.cpp @@ -1,9 +1,7 @@ -// Copyright 2017, 2021 Peter Dimov. +// Copyright 2023 Peter Dimov. // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt -// See library home page at http://www.boost.org/libs/system - #include namespace pt = boost::property_tree;