Skip to content

Commit 67ba23b

Browse files
committed
Add basic copyright/license to keep cmake out of the inspection report
[SVN r55095]
1 parent c3cb7cf commit 67ba23b

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

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
#----------------------------------------------------------------------------
28
# This file was automatically generated from the original CMakeLists.txt file
39
# Add a variable to hold the headers for the library

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
boost_add_library(boost_program_options
28
cmdline.cpp config_file.cpp options_description.cpp parsers.cpp
39
variables_map.cpp value_semantic.cpp positional_options.cpp

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
boost_additional_test_dependencies(program_options BOOST_DEPENDS test)
28

39
set(PROGRAM_OPTIONS_LIBRARIES

0 commit comments

Comments
 (0)