Skip to content

Commit 03fdf5b

Browse files
committed
Add basic copyright/license to keep cmake out of the inspection report
[SVN r55095]
1 parent 73b4cd3 commit 03fdf5b

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)