Skip to content

Commit d47e3b2

Browse files
committed
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]
1 parent 27aa938 commit d47e3b2

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Copyright Troy D. Straszheim
3+
#
4+
# Distributed under the Boost Software License, Version 1.0.
5+
# See http://www.boost.org/LICENSE_1_0.txt
6+
#
17
if (PYTHON_LIBRARIES)
28
include_directories(${PYTHON_INCLUDE_PATH})
39

src/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Copyright Troy D. Straszheim
3+
#
4+
# Distributed under the Boost Software License, Version 1.0.
5+
# See http://www.boost.org/LICENSE_1_0.txt
6+
#
17
if (PYTHON_DEBUG_LIBRARIES AND BUILD_BOOST_PYTHON)
28
# We have detected that there might be Python debug libraries
39
# available, but check for ourselves whether this is true by trying

test/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Copyright Troy D. Straszheim
3+
#
4+
# Distributed under the Boost Software License, Version 1.0.
5+
# See http://www.boost.org/LICENSE_1_0.txt
6+
#
17
macro(bpl_test TESTNAME)
28
parse_arguments(BPL_TEST
39
"ARGS"

0 commit comments

Comments
 (0)