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;