From d47e3b2a15dc0da5d881215cff68e247272aa348 Mon Sep 17 00:00:00 2001 From: "Troy D. Straszheim" Date: Sun, 26 Jul 2009 00:49:56 +0000 Subject: [PATCH] Copyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch. [SVN r55159] --- 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 9af2ebe3..d28a7595 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"