diff --git a/CMakeLists.txt b/CMakeLists.txt index bcd5130..6a28765 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/hash/doc/CMakeLists.txt b/hash/doc/CMakeLists.txt index cd83029..f9e29c0 100644 --- a/hash/doc/CMakeLists.txt +++ b/hash/doc/CMakeLists.txt @@ -1,2 +1,8 @@ +# +# Copyright Troy D. Straszheim +# +# Distributed under the Boost Software License, Version 1.0. +# See http://www.boost.org/LICENSE_1_0.txt +# message(STATUS "functional/hash docs need love") diff --git a/hash/examples/CMakeLists.txt b/hash/examples/CMakeLists.txt index 9a5efc8..347a9b2 100644 --- a/hash/examples/CMakeLists.txt +++ b/hash/examples/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 +# #------------------------------------------------------------------------- #-- Needed include directories for the tests boost_additional_test_dependencies(config BOOST_DEPENDS test) diff --git a/hash/test/CMakeLists.txt b/hash/test/CMakeLists.txt index 0eea9c0..ca45f5d 100644 --- a/hash/test/CMakeLists.txt +++ b/hash/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 +# #project hash-tests # : requirements # gcc:_GLIBCXX_DEBUG diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 79691c3..2bd7a7d 100644 --- a/test/CMakeLists.txt +++ b/test/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_test_run(function_test function_test.cpp)