From 61755605affa3642b1493aa8fd2d62a7de99739c Mon Sep 17 00:00:00 2001 From: "Troy D. Straszheim" Date: Wed, 22 Jul 2009 21:51:01 +0000 Subject: [PATCH] Add basic copyright/license to keep cmake out of the inspection report [SVN r55095] --- CMakeLists.txt | 6 ++++++ enable_if/test/CMakeLists.txt | 6 ++++++ swap/test/CMakeLists.txt | 6 ++++++ test/CMakeLists.txt | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea7c9d4..f6285c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,9 @@ +# +# Copyright Troy D. Straszheim +# +# Distributed under the Boost Software License, Version 1.0. +# See http://www.boost.org/LICENSE_1_0.txt +# #---------------------------------------------------------------------------- # This file was automatically generated from the original CMakeLists.txt file # Add a variable to hold the headers for the library diff --git a/enable_if/test/CMakeLists.txt b/enable_if/test/CMakeLists.txt index a6e1a4f..be95145 100644 --- a/enable_if/test/CMakeLists.txt +++ b/enable_if/test/CMakeLists.txt @@ -1,3 +1,9 @@ +# +# Copyright Troy D. Straszheim +# +# Distributed under the Boost Software License, Version 1.0. +# See http://www.boost.org/LICENSE_1_0.txt +# foreach(T constructors dummy_arg_disambiguation diff --git a/swap/test/CMakeLists.txt b/swap/test/CMakeLists.txt index 1570d83..2562313 100644 --- a/swap/test/CMakeLists.txt +++ b/swap/test/CMakeLists.txt @@ -1,3 +1,9 @@ +# +# Copyright Troy D. Straszheim +# +# Distributed under the Boost Software License, Version 1.0. +# See http://www.boost.org/LICENSE_1_0.txt +# foreach(T root_header_1 root_header_2 diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 4236efd..4ed28b6 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,3 +1,9 @@ +# +# Copyright Troy D. Straszheim +# +# Distributed under the Boost Software License, Version 1.0. +# See http://www.boost.org/LICENSE_1_0.txt +# boost_additional_test_dependencies(utility BOOST_DEPENDS test) boost_test_run(addressof_fn_test ../addressof_fn_test.cpp)