From 03fdf5b992f250b5d1102c878e5e4f6a67db869a 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 ++++++ src/CMakeLists.txt | 6 ++++++ test/CMakeLists.txt | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d1a8021..453245b6 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 +# if (PYTHON_LIBRARIES) include_directories(${PYTHON_INCLUDE_PATH}) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bfafa16a..26f75524 100644 --- a/src/CMakeLists.txt +++ b/src/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 +# if (PYTHON_DEBUG_LIBRARIES AND BUILD_BOOST_PYTHON) # We have detected that there might be Python debug libraries # available, but check for ourselves whether this is true by trying diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 36474a53..c9ea1958 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 +# macro(bpl_test TESTNAME) parse_arguments(BPL_TEST "ARGS"