diff --git a/CMakeLists.txt b/CMakeLists.txt index f0c2263..44214cf 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 +# #---------------------------------------------------------------------------- # This file was automatically generated from the original CMakeLists.txt file # Add a variable to hold the headers for the library diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 3aea8c0..2a15cc3 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1 +1,7 @@ +# +# Copyright Troy D. Straszheim +# +# Distributed under the Boost Software License, Version 1.0. +# See http://www.boost.org/LICENSE_1_0.txt +# boost_add_documentation(boost_range.qbk) \ No newline at end of file diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 83d1210..0907adc 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 +# boost_additional_test_dependencies(range BOOST_DEPENDS test) message(STATUS "libs/range/test: need -Wall -Wunused here when under gcc")