From 22fc4198e52b37a3c7bc120bf289d0feb9e1bc25 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 27 Dec 2019 00:46:51 +0200 Subject: [PATCH] Add missing copyright/license preambles --- test/cmake_install_test/main.cpp | 4 ++++ test/cmake_subdir_test/main.cpp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/test/cmake_install_test/main.cpp b/test/cmake_install_test/main.cpp index da23712..7b8689a 100644 --- a/test/cmake_install_test/main.cpp +++ b/test/cmake_install_test/main.cpp @@ -1,3 +1,7 @@ +// 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 + #include using namespace boost::mp11; diff --git a/test/cmake_subdir_test/main.cpp b/test/cmake_subdir_test/main.cpp index da23712..7b8689a 100644 --- a/test/cmake_subdir_test/main.cpp +++ b/test/cmake_subdir_test/main.cpp @@ -1,3 +1,7 @@ +// 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 + #include using namespace boost::mp11;