diff --git a/CMakeLists.txt b/CMakeLists.txt index 227c351f..0820f6c2 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/src/CMakeLists.txt b/src/CMakeLists.txt index be9383e1..59e1b7c4 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 +# # Look for the ICU library. If we find it, we'll compile in support for ICU include(FindICU) set(BOOST_REGEX_LIBRARIES) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 3de3d9e3..3da3c749 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(regex BOOST_DEPENDS test) # TODO: Default to multi-threaded?