From c015f4d8c0da25ef00c6f0c77861ad58a7e1f5c1 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 27 Dec 2019 05:24:50 +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 d0e1435..071c262 100644 --- a/test/cmake_install_test/main.cpp +++ b/test/cmake_install_test/main.cpp @@ -1,3 +1,7 @@ +// Copyright 2019 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 int main() diff --git a/test/cmake_subdir_test/main.cpp b/test/cmake_subdir_test/main.cpp index d0e1435..071c262 100644 --- a/test/cmake_subdir_test/main.cpp +++ b/test/cmake_subdir_test/main.cpp @@ -1,3 +1,7 @@ +// Copyright 2019 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 int main()