Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55159 - in trunk: doc doc/src libs libs/accumulators/doc libs/accumulators/example libs/algorithm libs/algorithm/minmax/test libs/algorithm/string/test libs/any libs/any/test libs/array libs/array/test libs/asio libs/asio/test libs/assign libs/assign/test libs/bimap libs/bimap/test libs/bind libs/bind/test libs/circular_buffer libs/circular_buffer/test libs/compatibility libs/concept_check libs/concept_check/test libs/config libs/conversion libs/conversion/test libs/crc libs/crc/test libs/date_time libs/date_time/src libs/detail libs/disjoint_sets libs/disjoint_sets/test libs/dynamic_bitset libs/dynamic_bitset/test libs/exception libs/exception/test libs/filesystem libs/filesystem/src libs/filesystem/test libs/foreach libs/foreach/test libs/format libs/format/test libs/function libs/function/doc libs/function/test libs/function_types libs/function_types/test libs/functional libs/functional/hash/doc libs/functional/hash/examples libs/functional/hash/test libs/functional/test libs/fusion libs/gil libs/gil/test libs/integer libs/integer/test libs/interprocess libs/interprocess/test libs/intrusive libs/io libs/io/test libs/iostreams libs/iostreams/src libs/iostreams/test libs/iterator libs/iterator/test libs/lambda libs/lambda/test libs/logic libs/logic/test libs/math libs/math/test libs/mpi libs/mpi/doc libs/mpi/src libs/mpi/test libs/mpl libs/mpl/test libs/multi_array libs/multi_array/test libs/multi_index libs/multi_index/test libs/numeric libs/numeric/conversion/test libs/numeric/interval/test libs/numeric/ublas/test libs/optional libs/optional/test libs/parameter libs/parameter/test libs/pool libs/pool/test libs/preprocessor libs/preprocessor/test libs/program_options libs/program_options/src libs/program_options/test libs/proto libs/proto/test libs/ptr_container libs/ptr_container/test libs/python libs/python/src libs/python/test libs/random libs/random/test libs/range libs/range/doc libs/range/test libs/rational libs/rational/test libs/regex libs/regex/src libs/regex/test libs/serialization libs/serialization/src libs/serialization/test libs/signals libs/signals/src libs/signals/test libs/signals2 libs/signals2/test libs/smart_ptr libs/smart_ptr/test libs/spirit libs/spirit/test libs/statechart libs/statechart/example libs/statechart/test libs/static_assert libs/static_assert/test libs/system libs/system/src libs/test libs/test/src libs/test/test libs/thread libs/thread/src libs/thread/test libs/timer libs/timer/test libs/tokenizer libs/tokenizer/test libs/tr1 libs/tr1/test libs/tuple libs/tuple/test libs/type_traits libs/type_traits/test libs/typeof libs/typeof/test libs/units libs/units/doc libs/units/test libs/unordered libs/unordered/test libs/utility libs/utility/test libs/variant libs/variant/test libs/wave libs/wave/src libs/wave/test libs/xpressive libs/xpressive/test tools tools/bcp tools/build/CMake/CompileTest tools/build/CMake/LinkTest tools/quickbook tools/wave
From: troy_at_[hidden]
Date: 2009-07-30 14:42:06


Author: troy
Date: 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
New Revision: 55159
URL: http://svn.boost.org/trac/boost/changeset/55159

Log:

Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports. This is essentially the same commit as r55095 on the release
branch.

Text files modified:
   trunk/doc/CMakeLists.txt | 6 ++++++
   trunk/doc/src/CMakeLists.txt | 6 ++++++
   trunk/libs/CMakeLists.txt | 6 ++++++
   trunk/libs/accumulators/doc/CMakeLists.txt | 6 ++++++
   trunk/libs/accumulators/example/CMakeLists.txt | 6 ++++++
   trunk/libs/algorithm/CMakeLists.txt | 6 ++++++
   trunk/libs/algorithm/minmax/test/CMakeLists.txt | 6 ++++++
   trunk/libs/algorithm/string/test/CMakeLists.txt | 6 ++++++
   trunk/libs/any/CMakeLists.txt | 6 ++++++
   trunk/libs/any/test/CMakeLists.txt | 6 ++++++
   trunk/libs/array/CMakeLists.txt | 6 ++++++
   trunk/libs/array/test/CMakeLists.txt | 6 ++++++
   trunk/libs/asio/CMakeLists.txt | 6 ++++++
   trunk/libs/asio/test/CMakeLists.txt | 6 ++++++
   trunk/libs/assign/CMakeLists.txt | 6 ++++++
   trunk/libs/assign/test/CMakeLists.txt | 6 ++++++
   trunk/libs/bimap/CMakeLists.txt | 6 ++++++
   trunk/libs/bimap/test/CMakeLists.txt | 6 ++++++
   trunk/libs/bind/CMakeLists.txt | 6 ++++++
   trunk/libs/bind/test/CMakeLists.txt | 6 ++++++
   trunk/libs/circular_buffer/CMakeLists.txt | 6 ++++++
   trunk/libs/circular_buffer/test/CMakeLists.txt | 6 ++++++
   trunk/libs/compatibility/CMakeLists.txt | 6 ++++++
   trunk/libs/concept_check/CMakeLists.txt | 6 ++++++
   trunk/libs/concept_check/test/CMakeLists.txt | 6 ++++++
   trunk/libs/config/CMakeLists.txt | 6 ++++++
   trunk/libs/conversion/CMakeLists.txt | 6 ++++++
   trunk/libs/conversion/test/CMakeLists.txt | 6 ++++++
   trunk/libs/crc/CMakeLists.txt | 6 ++++++
   trunk/libs/crc/test/CMakeLists.txt | 6 ++++++
   trunk/libs/date_time/CMakeLists.txt | 6 ++++++
   trunk/libs/date_time/src/CMakeLists.txt | 6 ++++++
   trunk/libs/detail/CMakeLists.txt | 6 ++++++
   trunk/libs/disjoint_sets/CMakeLists.txt | 6 ++++++
   trunk/libs/disjoint_sets/test/CMakeLists.txt | 6 ++++++
   trunk/libs/dynamic_bitset/CMakeLists.txt | 6 ++++++
   trunk/libs/dynamic_bitset/test/CMakeLists.txt | 6 ++++++
   trunk/libs/exception/CMakeLists.txt | 6 ++++++
   trunk/libs/exception/test/CMakeLists.txt | 6 ++++++
   trunk/libs/filesystem/CMakeLists.txt | 6 ++++++
   trunk/libs/filesystem/src/CMakeLists.txt | 6 ++++++
   trunk/libs/filesystem/test/CMakeLists.txt | 6 ++++++
   trunk/libs/foreach/CMakeLists.txt | 6 ++++++
   trunk/libs/foreach/test/CMakeLists.txt | 6 ++++++
   trunk/libs/format/CMakeLists.txt | 6 ++++++
   trunk/libs/format/test/CMakeLists.txt | 6 ++++++
   trunk/libs/function/CMakeLists.txt | 6 ++++++
   trunk/libs/function/doc/CMakeLists.txt | 6 ++++++
   trunk/libs/function/test/CMakeLists.txt | 6 ++++++
   trunk/libs/function_types/CMakeLists.txt | 6 ++++++
   trunk/libs/function_types/test/CMakeLists.txt | 6 ++++++
   trunk/libs/functional/CMakeLists.txt | 6 ++++++
   trunk/libs/functional/hash/doc/CMakeLists.txt | 6 ++++++
   trunk/libs/functional/hash/examples/CMakeLists.txt | 6 ++++++
   trunk/libs/functional/hash/test/CMakeLists.txt | 6 ++++++
   trunk/libs/functional/test/CMakeLists.txt | 6 ++++++
   trunk/libs/fusion/CMakeLists.txt | 6 ++++++
   trunk/libs/gil/CMakeLists.txt | 6 ++++++
   trunk/libs/gil/test/CMakeLists.txt | 6 ++++++
   trunk/libs/integer/CMakeLists.txt | 6 ++++++
   trunk/libs/integer/test/CMakeLists.txt | 6 ++++++
   trunk/libs/interprocess/CMakeLists.txt | 6 ++++++
   trunk/libs/interprocess/test/CMakeLists.txt | 6 ++++++
   trunk/libs/intrusive/CMakeLists.txt | 6 ++++++
   trunk/libs/io/CMakeLists.txt | 6 ++++++
   trunk/libs/io/test/CMakeLists.txt | 6 ++++++
   trunk/libs/iostreams/CMakeLists.txt | 6 ++++++
   trunk/libs/iostreams/src/CMakeLists.txt | 6 ++++++
   trunk/libs/iostreams/test/CMakeLists.txt | 6 ++++++
   trunk/libs/iterator/CMakeLists.txt | 6 ++++++
   trunk/libs/iterator/test/CMakeLists.txt | 6 ++++++
   trunk/libs/lambda/CMakeLists.txt | 6 ++++++
   trunk/libs/lambda/test/CMakeLists.txt | 6 ++++++
   trunk/libs/logic/CMakeLists.txt | 6 ++++++
   trunk/libs/logic/test/CMakeLists.txt | 6 ++++++
   trunk/libs/math/CMakeLists.txt | 6 ++++++
   trunk/libs/math/test/CMakeLists.txt | 6 ++++++
   trunk/libs/mpi/CMakeLists.txt | 6 ++++++
   trunk/libs/mpi/doc/CMakeLists.txt | 6 ++++++
   trunk/libs/mpi/src/CMakeLists.txt | 6 ++++++
   trunk/libs/mpi/test/CMakeLists.txt | 6 ++++++
   trunk/libs/mpl/CMakeLists.txt | 6 ++++++
   trunk/libs/mpl/test/CMakeLists.txt | 6 ++++++
   trunk/libs/multi_array/CMakeLists.txt | 6 ++++++
   trunk/libs/multi_array/test/CMakeLists.txt | 6 ++++++
   trunk/libs/multi_index/CMakeLists.txt | 6 ++++++
   trunk/libs/multi_index/test/CMakeLists.txt | 6 ++++++
   trunk/libs/numeric/CMakeLists.txt | 6 ++++++
   trunk/libs/numeric/conversion/test/CMakeLists.txt | 6 ++++++
   trunk/libs/numeric/interval/test/CMakeLists.txt | 6 ++++++
   trunk/libs/numeric/ublas/test/CMakeLists.txt | 6 ++++++
   trunk/libs/optional/CMakeLists.txt | 6 ++++++
   trunk/libs/optional/test/CMakeLists.txt | 6 ++++++
   trunk/libs/parameter/CMakeLists.txt | 6 ++++++
   trunk/libs/parameter/test/CMakeLists.txt | 6 ++++++
   trunk/libs/pool/CMakeLists.txt | 6 ++++++
   trunk/libs/pool/test/CMakeLists.txt | 6 ++++++
   trunk/libs/preprocessor/CMakeLists.txt | 6 ++++++
   trunk/libs/preprocessor/test/CMakeLists.txt | 6 ++++++
   trunk/libs/program_options/CMakeLists.txt | 6 ++++++
   trunk/libs/program_options/src/CMakeLists.txt | 6 ++++++
   trunk/libs/program_options/test/CMakeLists.txt | 6 ++++++
   trunk/libs/proto/CMakeLists.txt | 6 ++++++
   trunk/libs/proto/test/CMakeLists.txt | 6 ++++++
   trunk/libs/ptr_container/CMakeLists.txt | 6 ++++++
   trunk/libs/ptr_container/test/CMakeLists.txt | 6 ++++++
   trunk/libs/python/CMakeLists.txt | 6 ++++++
   trunk/libs/python/src/CMakeLists.txt | 6 ++++++
   trunk/libs/python/test/CMakeLists.txt | 6 ++++++
   trunk/libs/random/CMakeLists.txt | 6 ++++++
   trunk/libs/random/test/CMakeLists.txt | 6 ++++++
   trunk/libs/range/CMakeLists.txt | 6 ++++++
   trunk/libs/range/doc/CMakeLists.txt | 6 ++++++
   trunk/libs/range/test/CMakeLists.txt | 6 ++++++
   trunk/libs/rational/CMakeLists.txt | 6 ++++++
   trunk/libs/rational/test/CMakeLists.txt | 6 ++++++
   trunk/libs/regex/CMakeLists.txt | 6 ++++++
   trunk/libs/regex/src/CMakeLists.txt | 6 ++++++
   trunk/libs/regex/test/CMakeLists.txt | 6 ++++++
   trunk/libs/serialization/CMakeLists.txt | 6 ++++++
   trunk/libs/serialization/src/CMakeLists.txt | 6 ++++++
   trunk/libs/serialization/test/CMakeLists.txt | 6 ++++++
   trunk/libs/signals/CMakeLists.txt | 6 ++++++
   trunk/libs/signals/src/CMakeLists.txt | 6 ++++++
   trunk/libs/signals/test/CMakeLists.txt | 6 ++++++
   trunk/libs/signals2/CMakeLists.txt | 6 ++++++
   trunk/libs/signals2/test/CMakeLists.txt | 6 ++++++
   trunk/libs/smart_ptr/CMakeLists.txt | 6 ++++++
   trunk/libs/smart_ptr/test/CMakeLists.txt | 6 ++++++
   trunk/libs/spirit/CMakeLists.txt | 6 ++++++
   trunk/libs/spirit/test/CMakeLists.txt | 6 ++++++
   trunk/libs/statechart/CMakeLists.txt | 6 ++++++
   trunk/libs/statechart/example/CMakeLists.txt | 6 ++++++
   trunk/libs/statechart/test/CMakeLists.txt | 6 ++++++
   trunk/libs/static_assert/CMakeLists.txt | 6 ++++++
   trunk/libs/static_assert/test/CMakeLists.txt | 6 ++++++
   trunk/libs/system/CMakeLists.txt | 6 ++++++
   trunk/libs/system/src/CMakeLists.txt | 6 ++++++
   trunk/libs/test/CMakeLists.txt | 6 ++++++
   trunk/libs/test/src/CMakeLists.txt | 6 ++++++
   trunk/libs/test/test/CMakeLists.txt | 6 ++++++
   trunk/libs/thread/CMakeLists.txt | 6 ++++++
   trunk/libs/thread/src/CMakeLists.txt | 6 ++++++
   trunk/libs/thread/test/CMakeLists.txt | 6 ++++++
   trunk/libs/timer/CMakeLists.txt | 6 ++++++
   trunk/libs/timer/test/CMakeLists.txt | 6 ++++++
   trunk/libs/tokenizer/CMakeLists.txt | 6 ++++++
   trunk/libs/tokenizer/test/CMakeLists.txt | 6 ++++++
   trunk/libs/tr1/CMakeLists.txt | 6 ++++++
   trunk/libs/tr1/test/CMakeLists.txt | 6 ++++++
   trunk/libs/tuple/CMakeLists.txt | 6 ++++++
   trunk/libs/tuple/test/CMakeLists.txt | 6 ++++++
   trunk/libs/type_traits/CMakeLists.txt | 6 ++++++
   trunk/libs/type_traits/test/CMakeLists.txt | 6 ++++++
   trunk/libs/typeof/CMakeLists.txt | 6 ++++++
   trunk/libs/typeof/test/CMakeLists.txt | 6 ++++++
   trunk/libs/units/CMakeLists.txt | 6 ++++++
   trunk/libs/units/doc/CMakeLists.txt | 6 ++++++
   trunk/libs/units/test/CMakeLists.txt | 6 ++++++
   trunk/libs/unordered/CMakeLists.txt | 6 ++++++
   trunk/libs/unordered/test/CMakeLists.txt | 6 ++++++
   trunk/libs/utility/CMakeLists.txt | 6 ++++++
   trunk/libs/utility/test/CMakeLists.txt | 6 ++++++
   trunk/libs/variant/CMakeLists.txt | 6 ++++++
   trunk/libs/variant/test/CMakeLists.txt | 6 ++++++
   trunk/libs/wave/CMakeLists.txt | 6 ++++++
   trunk/libs/wave/src/CMakeLists.txt | 6 ++++++
   trunk/libs/wave/test/CMakeLists.txt | 6 ++++++
   trunk/libs/xpressive/CMakeLists.txt | 6 ++++++
   trunk/libs/xpressive/test/CMakeLists.txt | 6 ++++++
   trunk/tools/CMakeLists.txt | 9 ++++++++-
   trunk/tools/bcp/CMakeLists.txt | 6 ++++++
   trunk/tools/build/CMake/CompileTest/CMakeLists.txt | 6 ++++++
   trunk/tools/build/CMake/LinkTest/CMakeLists.txt | 6 ++++++
   trunk/tools/quickbook/CMakeLists.txt | 6 ++++++
   trunk/tools/wave/CMakeLists.txt | 6 ++++++
   176 files changed, 1058 insertions(+), 1 deletions(-)

Modified: trunk/doc/CMakeLists.txt
==============================================================================
--- trunk/doc/CMakeLists.txt (original)
+++ trunk/doc/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 if (BUILD_DOCUMENTATION)
   add_subdirectory(src)
 endif ()

Modified: trunk/doc/src/CMakeLists.txt
==============================================================================
--- trunk/doc/src/CMakeLists.txt (original)
+++ trunk/doc/src/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 if (BUILD_DOCUMENTATION_HTML)
   # Install style sheets and the main Boost logo
   install(FILES boostbook.css docutils.css reference.css ../../boost.png

Modified: trunk/libs/CMakeLists.txt
==============================================================================
--- trunk/libs/CMakeLists.txt (original)
+++ trunk/libs/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 # Find each subdirectory containing a CMakeLists.txt file, and include
 # it. This avoids the need to manually list which libraries in Boost
 # have CMakeLists.txt files.

Modified: trunk/libs/accumulators/doc/CMakeLists.txt
==============================================================================
--- trunk/libs/accumulators/doc/CMakeLists.txt (original)
+++ trunk/libs/accumulators/doc/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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 "accumulators/docs needs love")
 

Modified: trunk/libs/accumulators/example/CMakeLists.txt
==============================================================================
--- trunk/libs/accumulators/example/CMakeLists.txt (original)
+++ trunk/libs/accumulators/example/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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_add_executable(accumulators_example
   main.cpp
   )

Modified: trunk/libs/algorithm/CMakeLists.txt
==============================================================================
--- trunk/libs/algorithm/CMakeLists.txt (original)
+++ trunk/libs/algorithm/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/algorithm/minmax/test/CMakeLists.txt
==============================================================================
--- trunk/libs/algorithm/minmax/test/CMakeLists.txt (original)
+++ trunk/libs/algorithm/minmax/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(algorithm BOOST_DEPENDS test)
 
 boost_test_run(minmax_element_test)

Modified: trunk/libs/algorithm/string/test/CMakeLists.txt
==============================================================================
--- trunk/libs/algorithm/string/test/CMakeLists.txt (original)
+++ trunk/libs/algorithm/string/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(algorithm BOOST_DEPENDS test)
 
 

Modified: trunk/libs/any/CMakeLists.txt
==============================================================================
--- trunk/libs/any/CMakeLists.txt (original)
+++ trunk/libs/any/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/any/test/CMakeLists.txt
==============================================================================
--- trunk/libs/any/test/CMakeLists.txt (original)
+++ trunk/libs/any/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(any BOOST_DEPENDS test)
 
 boost_test_run(any_test ../any_test.cpp)

Modified: trunk/libs/array/CMakeLists.txt
==============================================================================
--- trunk/libs/array/CMakeLists.txt (original)
+++ trunk/libs/array/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/array/test/CMakeLists.txt
==============================================================================
--- trunk/libs/array/test/CMakeLists.txt (original)
+++ trunk/libs/array/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(array BOOST_DEPENDS test)
 
 boost_test_run(array0 array0.cpp)

Modified: trunk/libs/asio/CMakeLists.txt
==============================================================================
--- trunk/libs/asio/CMakeLists.txt (original)
+++ trunk/libs/asio/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/asio/test/CMakeLists.txt
==============================================================================
--- trunk/libs/asio/test/CMakeLists.txt (original)
+++ trunk/libs/asio/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(asio BOOST_DEPENDS test)
 
 message(STATUS "asio Testing needs love")

Modified: trunk/libs/assign/CMakeLists.txt
==============================================================================
--- trunk/libs/assign/CMakeLists.txt (original)
+++ trunk/libs/assign/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/assign/test/CMakeLists.txt
==============================================================================
--- trunk/libs/assign/test/CMakeLists.txt (original)
+++ trunk/libs/assign/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(assign BOOST_DEPENDS test multi_index)
 
 SET(TESTS

Modified: trunk/libs/bimap/CMakeLists.txt
==============================================================================
--- trunk/libs/bimap/CMakeLists.txt (original)
+++ trunk/libs/bimap/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/bimap/test/CMakeLists.txt
==============================================================================
--- trunk/libs/bimap/test/CMakeLists.txt (original)
+++ trunk/libs/bimap/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(bimap BOOST_DEPENDS test serialization multi_index functional typeof lambda assign)
 
 boost_test_run(test_tagged)

Modified: trunk/libs/bind/CMakeLists.txt
==============================================================================
--- trunk/libs/bind/CMakeLists.txt (original)
+++ trunk/libs/bind/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/bind/test/CMakeLists.txt
==============================================================================
--- trunk/libs/bind/test/CMakeLists.txt (original)
+++ trunk/libs/bind/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(bind BOOST_DEPENDS test)
 
 SET(tests

Modified: trunk/libs/circular_buffer/CMakeLists.txt
==============================================================================
--- trunk/libs/circular_buffer/CMakeLists.txt (original)
+++ trunk/libs/circular_buffer/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/circular_buffer/test/CMakeLists.txt
==============================================================================
--- trunk/libs/circular_buffer/test/CMakeLists.txt (original)
+++ trunk/libs/circular_buffer/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(circular_buffer BOOST_DEPENDS test )
 
 

Modified: trunk/libs/compatibility/CMakeLists.txt
==============================================================================
--- trunk/libs/compatibility/CMakeLists.txt (original)
+++ trunk/libs/compatibility/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/concept_check/CMakeLists.txt
==============================================================================
--- trunk/libs/concept_check/CMakeLists.txt (original)
+++ trunk/libs/concept_check/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/concept_check/test/CMakeLists.txt
==============================================================================
--- trunk/libs/concept_check/test/CMakeLists.txt (original)
+++ trunk/libs/concept_check/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(concept_check BOOST_DEPENDS utility)
 
 # this fails but looks like it isn't the build

Modified: trunk/libs/config/CMakeLists.txt
==============================================================================
--- trunk/libs/config/CMakeLists.txt (original)
+++ trunk/libs/config/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/conversion/CMakeLists.txt
==============================================================================
--- trunk/libs/conversion/CMakeLists.txt (original)
+++ trunk/libs/conversion/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/conversion/test/CMakeLists.txt
==============================================================================
--- trunk/libs/conversion/test/CMakeLists.txt (original)
+++ trunk/libs/conversion/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(conversion BOOST_DEPENDS test detail numeric)
 
 boost_test_run(implicit_cast)

Modified: trunk/libs/crc/CMakeLists.txt
==============================================================================
--- trunk/libs/crc/CMakeLists.txt (original)
+++ trunk/libs/crc/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/crc/test/CMakeLists.txt
==============================================================================
--- trunk/libs/crc/test/CMakeLists.txt (original)
+++ trunk/libs/crc/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(crc BOOST_DEPENDS test random)
 
 boost_test_run(crc_test crc_test.cpp)

Modified: trunk/libs/date_time/CMakeLists.txt
==============================================================================
--- trunk/libs/date_time/CMakeLists.txt (original)
+++ trunk/libs/date_time/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/date_time/src/CMakeLists.txt
==============================================================================
--- trunk/libs/date_time/src/CMakeLists.txt (original)
+++ trunk/libs/date_time/src/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 add_definitions(-DBOOST_DATE_TIME_NO_LIB=1)
 boost_add_library(
   boost_date_time

Modified: trunk/libs/detail/CMakeLists.txt
==============================================================================
--- trunk/libs/detail/CMakeLists.txt (original)
+++ trunk/libs/detail/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/disjoint_sets/CMakeLists.txt
==============================================================================
--- trunk/libs/disjoint_sets/CMakeLists.txt (original)
+++ trunk/libs/disjoint_sets/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/disjoint_sets/test/CMakeLists.txt
==============================================================================
--- trunk/libs/disjoint_sets/test/CMakeLists.txt (original)
+++ trunk/libs/disjoint_sets/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(disjoint_set_test ../disjoint_set_test.cpp)

Modified: trunk/libs/dynamic_bitset/CMakeLists.txt
==============================================================================
--- trunk/libs/dynamic_bitset/CMakeLists.txt (original)
+++ trunk/libs/dynamic_bitset/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/dynamic_bitset/test/CMakeLists.txt
==============================================================================
--- trunk/libs/dynamic_bitset/test/CMakeLists.txt (original)
+++ trunk/libs/dynamic_bitset/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(dynamic_bitset BOOST_DEPENDS test config)
 
 

Modified: trunk/libs/exception/CMakeLists.txt
==============================================================================
--- trunk/libs/exception/CMakeLists.txt (original)
+++ trunk/libs/exception/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/exception/test/CMakeLists.txt
==============================================================================
--- trunk/libs/exception/test/CMakeLists.txt (original)
+++ trunk/libs/exception/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(exception BOOST_DEPENDS test)
 
 boost_test_run(is_output_streamable_test)

Modified: trunk/libs/filesystem/CMakeLists.txt
==============================================================================
--- trunk/libs/filesystem/CMakeLists.txt (original)
+++ trunk/libs/filesystem/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/filesystem/src/CMakeLists.txt
==============================================================================
--- trunk/libs/filesystem/src/CMakeLists.txt (original)
+++ trunk/libs/filesystem/src/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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_add_library(
   boost_filesystem
   operations.cpp path.cpp portability.cpp utf8_codecvt_facet.cpp

Modified: trunk/libs/filesystem/test/CMakeLists.txt
==============================================================================
--- trunk/libs/filesystem/test/CMakeLists.txt (original)
+++ trunk/libs/filesystem/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(filesystem BOOST_DEPENDS test bind)
 
 

Modified: trunk/libs/foreach/CMakeLists.txt
==============================================================================
--- trunk/libs/foreach/CMakeLists.txt (original)
+++ trunk/libs/foreach/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/foreach/test/CMakeLists.txt
==============================================================================
--- trunk/libs/foreach/test/CMakeLists.txt (original)
+++ trunk/libs/foreach/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(foreach BOOST_DEPENDS test )
 
 set(TESTS

Modified: trunk/libs/format/CMakeLists.txt
==============================================================================
--- trunk/libs/format/CMakeLists.txt (original)
+++ trunk/libs/format/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/format/test/CMakeLists.txt
==============================================================================
--- trunk/libs/format/test/CMakeLists.txt (original)
+++ trunk/libs/format/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(format BOOST_DEPENDS test)
 
 boost_test_run(format_test1 DEPENDS boost_test_exec_monitor)

Modified: trunk/libs/function/CMakeLists.txt
==============================================================================
--- trunk/libs/function/CMakeLists.txt (original)
+++ trunk/libs/function/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/function/doc/CMakeLists.txt
==============================================================================
--- trunk/libs/function/doc/CMakeLists.txt (original)
+++ trunk/libs/function/doc/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 boost_add_documentation(function.xml
   faq.xml history.xml misc.xml reference.xml tests.xml tutorial.xml)

Modified: trunk/libs/function/test/CMakeLists.txt
==============================================================================
--- trunk/libs/function/test/CMakeLists.txt (original)
+++ trunk/libs/function/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(function BOOST_DEPENDS test lambda)
 
 

Modified: trunk/libs/function_types/CMakeLists.txt
==============================================================================
--- trunk/libs/function_types/CMakeLists.txt (original)
+++ trunk/libs/function_types/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/function_types/test/CMakeLists.txt
==============================================================================
--- trunk/libs/function_types/test/CMakeLists.txt (original)
+++ trunk/libs/function_types/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 # Get the boost dependencies for the tests
 boost_additional_test_dependencies(function_types BOOST_DEPENDS test fusion)
 

Modified: trunk/libs/functional/CMakeLists.txt
==============================================================================
--- trunk/libs/functional/CMakeLists.txt (original)
+++ trunk/libs/functional/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/functional/hash/doc/CMakeLists.txt
==============================================================================
--- trunk/libs/functional/hash/doc/CMakeLists.txt (original)
+++ trunk/libs/functional/hash/doc/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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")
 

Modified: trunk/libs/functional/hash/examples/CMakeLists.txt
==============================================================================
--- trunk/libs/functional/hash/examples/CMakeLists.txt (original)
+++ trunk/libs/functional/hash/examples/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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)

Modified: trunk/libs/functional/hash/test/CMakeLists.txt
==============================================================================
--- trunk/libs/functional/hash/test/CMakeLists.txt (original)
+++ trunk/libs/functional/hash/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
 # <toolset>gcc:<define>_GLIBCXX_DEBUG

Modified: trunk/libs/functional/test/CMakeLists.txt
==============================================================================
--- trunk/libs/functional/test/CMakeLists.txt (original)
+++ trunk/libs/functional/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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)

Modified: trunk/libs/fusion/CMakeLists.txt
==============================================================================
--- trunk/libs/fusion/CMakeLists.txt (original)
+++ trunk/libs/fusion/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/gil/CMakeLists.txt
==============================================================================
--- trunk/libs/gil/CMakeLists.txt (original)
+++ trunk/libs/gil/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/gil/test/CMakeLists.txt
==============================================================================
--- trunk/libs/gil/test/CMakeLists.txt (original)
+++ trunk/libs/gil/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(gil BOOST_DEPENDS test lambda crc)
 
 

Modified: trunk/libs/integer/CMakeLists.txt
==============================================================================
--- trunk/libs/integer/CMakeLists.txt (original)
+++ trunk/libs/integer/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/integer/test/CMakeLists.txt
==============================================================================
--- trunk/libs/integer/test/CMakeLists.txt (original)
+++ trunk/libs/integer/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(integer BOOST_DEPENDS test)
 
 boost_test_run(cstdint_test cstdint_test.cpp)

Modified: trunk/libs/interprocess/CMakeLists.txt
==============================================================================
--- trunk/libs/interprocess/CMakeLists.txt (original)
+++ trunk/libs/interprocess/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/interprocess/test/CMakeLists.txt
==============================================================================
--- trunk/libs/interprocess/test/CMakeLists.txt (original)
+++ trunk/libs/interprocess/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(interprocess BOOST_DEPENDS test thread date_time multi_index)
 
 

Modified: trunk/libs/intrusive/CMakeLists.txt
==============================================================================
--- trunk/libs/intrusive/CMakeLists.txt (original)
+++ trunk/libs/intrusive/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/io/CMakeLists.txt
==============================================================================
--- trunk/libs/io/CMakeLists.txt (original)
+++ trunk/libs/io/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/io/test/CMakeLists.txt
==============================================================================
--- trunk/libs/io/test/CMakeLists.txt (original)
+++ trunk/libs/io/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(io BOOST_DEPENDS test)
 
 

Modified: trunk/libs/iostreams/CMakeLists.txt
==============================================================================
--- trunk/libs/iostreams/CMakeLists.txt (original)
+++ trunk/libs/iostreams/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/iostreams/src/CMakeLists.txt
==============================================================================
--- trunk/libs/iostreams/src/CMakeLists.txt (original)
+++ trunk/libs/iostreams/src/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 set(BOOST_IOSTREAMS_EXTRA_SOURCES)
 set(BOOST_IOSTREAMS_LIBRARIES)
 

Modified: trunk/libs/iostreams/test/CMakeLists.txt
==============================================================================
--- trunk/libs/iostreams/test/CMakeLists.txt (original)
+++ trunk/libs/iostreams/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(iostreams BOOST_DEPENDS test)
 
 

Modified: trunk/libs/iterator/CMakeLists.txt
==============================================================================
--- trunk/libs/iterator/CMakeLists.txt (original)
+++ trunk/libs/iterator/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/iterator/test/CMakeLists.txt
==============================================================================
--- trunk/libs/iterator/test/CMakeLists.txt (original)
+++ trunk/libs/iterator/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(iterator BOOST_DEPENDS test tuple smart_ptr)
 
 # These first two tests will run last, and are expected to fail

Modified: trunk/libs/lambda/CMakeLists.txt
==============================================================================
--- trunk/libs/lambda/CMakeLists.txt (original)
+++ trunk/libs/lambda/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/lambda/test/CMakeLists.txt
==============================================================================
--- trunk/libs/lambda/test/CMakeLists.txt (original)
+++ trunk/libs/lambda/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(lambda BOOST_DEPENDS test any)
 
 boost_test_run(algorithm_test DEPENDS boost_test_exec_monitor)

Modified: trunk/libs/logic/CMakeLists.txt
==============================================================================
--- trunk/libs/logic/CMakeLists.txt (original)
+++ trunk/libs/logic/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/logic/test/CMakeLists.txt
==============================================================================
--- trunk/libs/logic/test/CMakeLists.txt (original)
+++ trunk/libs/logic/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(logic BOOST_DEPENDS test)
 
 

Modified: trunk/libs/math/CMakeLists.txt
==============================================================================
--- trunk/libs/math/CMakeLists.txt (original)
+++ trunk/libs/math/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/math/test/CMakeLists.txt
==============================================================================
--- trunk/libs/math/test/CMakeLists.txt (original)
+++ trunk/libs/math/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(math BOOST_DEPENDS test regex)
 
 boost_test_run(common_factor_test DEPENDS boost_unit_test_framework)

Modified: trunk/libs/mpi/CMakeLists.txt
==============================================================================
--- trunk/libs/mpi/CMakeLists.txt (original)
+++ trunk/libs/mpi/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 FIND_PACKAGE(MPI)
 
 if (NOT MPI_FOUND)

Modified: trunk/libs/mpi/doc/CMakeLists.txt
==============================================================================
--- trunk/libs/mpi/doc/CMakeLists.txt (original)
+++ trunk/libs/mpi/doc/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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_add_documentation(mpi.qbk
   HEADERS mpi_autodoc.xml
           boost/mpi.hpp

Modified: trunk/libs/mpi/src/CMakeLists.txt
==============================================================================
--- trunk/libs/mpi/src/CMakeLists.txt (original)
+++ trunk/libs/mpi/src/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 if (MPI_FOUND)
 
   add_definitions(-DBOOST_MPI_SOURCE=1)

Modified: trunk/libs/mpi/test/CMakeLists.txt
==============================================================================
--- trunk/libs/mpi/test/CMakeLists.txt (original)
+++ trunk/libs/mpi/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 if (MPI_FOUND)
 
   boost_additional_test_dependencies(mpi BOOST_DEPENDS test)

Modified: trunk/libs/mpl/CMakeLists.txt
==============================================================================
--- trunk/libs/mpl/CMakeLists.txt (original)
+++ trunk/libs/mpl/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/mpl/test/CMakeLists.txt
==============================================================================
--- trunk/libs/mpl/test/CMakeLists.txt (original)
+++ trunk/libs/mpl/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(mpl BOOST_DEPENDS test bind)
 
 boost_test_compile(largest_int aux_/largest_int.cpp)

Modified: trunk/libs/multi_array/CMakeLists.txt
==============================================================================
--- trunk/libs/multi_array/CMakeLists.txt (original)
+++ trunk/libs/multi_array/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/multi_array/test/CMakeLists.txt
==============================================================================
--- trunk/libs/multi_array/test/CMakeLists.txt (original)
+++ trunk/libs/multi_array/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(multi_array BOOST_DEPENDS test)
 
 

Modified: trunk/libs/multi_index/CMakeLists.txt
==============================================================================
--- trunk/libs/multi_index/CMakeLists.txt (original)
+++ trunk/libs/multi_index/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/multi_index/test/CMakeLists.txt
==============================================================================
--- trunk/libs/multi_index/test/CMakeLists.txt (original)
+++ trunk/libs/multi_index/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(multi_index BOOST_DEPENDS test)
 
 

Modified: trunk/libs/numeric/CMakeLists.txt
==============================================================================
--- trunk/libs/numeric/CMakeLists.txt (original)
+++ trunk/libs/numeric/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/numeric/conversion/test/CMakeLists.txt
==============================================================================
--- trunk/libs/numeric/conversion/test/CMakeLists.txt (original)
+++ trunk/libs/numeric/conversion/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(numeric BOOST_DEPENDS test)

Modified: trunk/libs/numeric/interval/test/CMakeLists.txt
==============================================================================
--- trunk/libs/numeric/interval/test/CMakeLists.txt (original)
+++ trunk/libs/numeric/interval/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 #TODO: Deal with these on OSF
 # <toolset>hp_cxx,<os>OSF:<cflags>"-fprm d"
  # <toolset>gcc,<os>OSF:<cflags>-mfp-rounding-mode=d

Modified: trunk/libs/numeric/ublas/test/CMakeLists.txt
==============================================================================
--- trunk/libs/numeric/ublas/test/CMakeLists.txt (original)
+++ trunk/libs/numeric/ublas/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 # Define features to test:
 # Value types: USE_FLOAT USE_DOUBLE USE_STD_COMPLEX
 # Proxies: USE_RANGE USE_SLICE

Modified: trunk/libs/optional/CMakeLists.txt
==============================================================================
--- trunk/libs/optional/CMakeLists.txt (original)
+++ trunk/libs/optional/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/optional/test/CMakeLists.txt
==============================================================================
--- trunk/libs/optional/test/CMakeLists.txt (original)
+++ trunk/libs/optional/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(optional BOOST_DEPENDS test tuple)
 
 

Modified: trunk/libs/parameter/CMakeLists.txt
==============================================================================
--- trunk/libs/parameter/CMakeLists.txt (original)
+++ trunk/libs/parameter/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/parameter/test/CMakeLists.txt
==============================================================================
--- trunk/libs/parameter/test/CMakeLists.txt (original)
+++ trunk/libs/parameter/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(optional BOOST_DEPENDS test timer)
 
 

Modified: trunk/libs/pool/CMakeLists.txt
==============================================================================
--- trunk/libs/pool/CMakeLists.txt (original)
+++ trunk/libs/pool/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/pool/test/CMakeLists.txt
==============================================================================
--- trunk/libs/pool/test/CMakeLists.txt (original)
+++ trunk/libs/pool/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(pool BOOST_DEPENDS test)
 
 boost_test_run(test_pool_alloc DEPENDS boost_test_exec_monitor)

Modified: trunk/libs/preprocessor/CMakeLists.txt
==============================================================================
--- trunk/libs/preprocessor/CMakeLists.txt (original)
+++ trunk/libs/preprocessor/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/preprocessor/test/CMakeLists.txt
==============================================================================
--- trunk/libs/preprocessor/test/CMakeLists.txt (original)
+++ trunk/libs/preprocessor/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(preprocessor BOOST_DEPENDS test)
 
 

Modified: trunk/libs/program_options/CMakeLists.txt
==============================================================================
--- trunk/libs/program_options/CMakeLists.txt (original)
+++ trunk/libs/program_options/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/program_options/src/CMakeLists.txt
==============================================================================
--- trunk/libs/program_options/src/CMakeLists.txt (original)
+++ trunk/libs/program_options/src/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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_add_library(boost_program_options
   cmdline.cpp config_file.cpp options_description.cpp parsers.cpp
   variables_map.cpp value_semantic.cpp positional_options.cpp

Modified: trunk/libs/program_options/test/CMakeLists.txt
==============================================================================
--- trunk/libs/program_options/test/CMakeLists.txt (original)
+++ trunk/libs/program_options/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(program_options BOOST_DEPENDS test)
 
 set(PROGRAM_OPTIONS_LIBRARIES

Modified: trunk/libs/proto/CMakeLists.txt
==============================================================================
--- trunk/libs/proto/CMakeLists.txt (original)
+++ trunk/libs/proto/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/proto/test/CMakeLists.txt
==============================================================================
--- trunk/libs/proto/test/CMakeLists.txt (original)
+++ trunk/libs/proto/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(proto BOOST_DEPENDS test)
 
 ################################################################################

Modified: trunk/libs/ptr_container/CMakeLists.txt
==============================================================================
--- trunk/libs/ptr_container/CMakeLists.txt (original)
+++ trunk/libs/ptr_container/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/ptr_container/test/CMakeLists.txt
==============================================================================
--- trunk/libs/ptr_container/test/CMakeLists.txt (original)
+++ trunk/libs/ptr_container/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(ptr_container BOOST_DEPENDS test assign numeric)
 
 boost_test_run(ptr_inserter DEPENDS boost_unit_test_framework)

Modified: trunk/libs/python/CMakeLists.txt
==============================================================================
--- trunk/libs/python/CMakeLists.txt (original)
+++ trunk/libs/python/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 if (PYTHON_LIBRARIES)
   include_directories(${PYTHON_INCLUDE_PATH})
 

Modified: trunk/libs/python/src/CMakeLists.txt
==============================================================================
--- trunk/libs/python/src/CMakeLists.txt (original)
+++ trunk/libs/python/src/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 if (PYTHON_DEBUG_LIBRARIES AND BUILD_BOOST_PYTHON)
   # We have detected that there might be Python debug libraries
   # available, but check for ourselves whether this is true by trying

Modified: trunk/libs/python/test/CMakeLists.txt
==============================================================================
--- trunk/libs/python/test/CMakeLists.txt (original)
+++ trunk/libs/python/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 macro(bpl_test TESTNAME)
   parse_arguments(BPL_TEST
     "ARGS"

Modified: trunk/libs/random/CMakeLists.txt
==============================================================================
--- trunk/libs/random/CMakeLists.txt (original)
+++ trunk/libs/random/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/random/test/CMakeLists.txt
==============================================================================
--- trunk/libs/random/test/CMakeLists.txt (original)
+++ trunk/libs/random/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(random BOOST_DEPENDS test)
 
 

Modified: trunk/libs/range/CMakeLists.txt
==============================================================================
--- trunk/libs/range/CMakeLists.txt (original)
+++ trunk/libs/range/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/range/doc/CMakeLists.txt
==============================================================================
--- trunk/libs/range/doc/CMakeLists.txt (original)
+++ trunk/libs/range/doc/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/range/test/CMakeLists.txt
==============================================================================
--- trunk/libs/range/test/CMakeLists.txt (original)
+++ trunk/libs/range/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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")

Modified: trunk/libs/rational/CMakeLists.txt
==============================================================================
--- trunk/libs/rational/CMakeLists.txt (original)
+++ trunk/libs/rational/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/rational/test/CMakeLists.txt
==============================================================================
--- trunk/libs/rational/test/CMakeLists.txt (original)
+++ trunk/libs/rational/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(gil BOOST_DEPENDS test)
 
 

Modified: trunk/libs/regex/CMakeLists.txt
==============================================================================
--- trunk/libs/regex/CMakeLists.txt (original)
+++ trunk/libs/regex/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/regex/src/CMakeLists.txt
==============================================================================
--- trunk/libs/regex/src/CMakeLists.txt (original)
+++ trunk/libs/regex/src/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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)

Modified: trunk/libs/regex/test/CMakeLists.txt
==============================================================================
--- trunk/libs/regex/test/CMakeLists.txt (original)
+++ trunk/libs/regex/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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?

Modified: trunk/libs/serialization/CMakeLists.txt
==============================================================================
--- trunk/libs/serialization/CMakeLists.txt (original)
+++ trunk/libs/serialization/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/serialization/src/CMakeLists.txt
==============================================================================
--- trunk/libs/serialization/src/CMakeLists.txt (original)
+++ trunk/libs/serialization/src/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 
 set(SOURCES
     basic_archive.cpp

Modified: trunk/libs/serialization/test/CMakeLists.txt
==============================================================================
--- trunk/libs/serialization/test/CMakeLists.txt (original)
+++ trunk/libs/serialization/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 # The set of archives that we will use for testing the Serialization
 # library
 set(BOOST_ARCHIVE_LIST

Modified: trunk/libs/signals/CMakeLists.txt
==============================================================================
--- trunk/libs/signals/CMakeLists.txt (original)
+++ trunk/libs/signals/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/signals/src/CMakeLists.txt
==============================================================================
--- trunk/libs/signals/src/CMakeLists.txt (original)
+++ trunk/libs/signals/src/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 add_definitions(-DBOOST_SIGNALS_NO_LIB=1)
 
 boost_add_library(

Modified: trunk/libs/signals/test/CMakeLists.txt
==============================================================================
--- trunk/libs/signals/test/CMakeLists.txt (original)
+++ trunk/libs/signals/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(signals BOOST_DEPENDS test optional)
 
 

Modified: trunk/libs/signals2/CMakeLists.txt
==============================================================================
--- trunk/libs/signals2/CMakeLists.txt (original)
+++ trunk/libs/signals2/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 
 # Add a library target to the build system
 boost_library_project(

Modified: trunk/libs/signals2/test/CMakeLists.txt
==============================================================================
--- trunk/libs/signals2/test/CMakeLists.txt (original)
+++ trunk/libs/signals2/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 foreach(test
     connection_test
     dead_slot_test

Modified: trunk/libs/smart_ptr/CMakeLists.txt
==============================================================================
--- trunk/libs/smart_ptr/CMakeLists.txt (original)
+++ trunk/libs/smart_ptr/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/smart_ptr/test/CMakeLists.txt
==============================================================================
--- trunk/libs/smart_ptr/test/CMakeLists.txt (original)
+++ trunk/libs/smart_ptr/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(tokenizer BOOST_DEPENDS test intrusive)
 
 

Modified: trunk/libs/spirit/CMakeLists.txt
==============================================================================
--- trunk/libs/spirit/CMakeLists.txt (original)
+++ trunk/libs/spirit/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 # Add a library target to the build system
 boost_library_project(
   spirit

Modified: trunk/libs/spirit/test/CMakeLists.txt
==============================================================================
--- trunk/libs/spirit/test/CMakeLists.txt (original)
+++ trunk/libs/spirit/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 # Copyright (c) 2001-2009 Joel de Guzman
 # Copyright (c) 2001-2009 Hartmut Kaiser
 #

Modified: trunk/libs/statechart/CMakeLists.txt
==============================================================================
--- trunk/libs/statechart/CMakeLists.txt (original)
+++ trunk/libs/statechart/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/statechart/example/CMakeLists.txt
==============================================================================
--- trunk/libs/statechart/example/CMakeLists.txt (original)
+++ trunk/libs/statechart/example/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 macro(statechart_example TESTNAME)
   set(SOURCES)
   foreach(ARG ${ARGN})

Modified: trunk/libs/statechart/test/CMakeLists.txt
==============================================================================
--- trunk/libs/statechart/test/CMakeLists.txt (original)
+++ trunk/libs/statechart/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(statechart BOOST_DEPENDS test numeric)
 
 

Modified: trunk/libs/static_assert/CMakeLists.txt
==============================================================================
--- trunk/libs/static_assert/CMakeLists.txt (original)
+++ trunk/libs/static_assert/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/static_assert/test/CMakeLists.txt
==============================================================================
--- trunk/libs/static_assert/test/CMakeLists.txt (original)
+++ trunk/libs/static_assert/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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_test_run(static_assert_test ../static_assert_test.cpp)
 boost_test_run(static_assert_example_2 ../static_assert_example_2.cpp)
 boost_test_run(static_assert_example_3 ../static_assert_example_3.cpp)

Modified: trunk/libs/system/CMakeLists.txt
==============================================================================
--- trunk/libs/system/CMakeLists.txt (original)
+++ trunk/libs/system/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/system/src/CMakeLists.txt
==============================================================================
--- trunk/libs/system/src/CMakeLists.txt (original)
+++ trunk/libs/system/src/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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_add_library(
   boost_system
   error_code.cpp

Modified: trunk/libs/test/CMakeLists.txt
==============================================================================
--- trunk/libs/test/CMakeLists.txt (original)
+++ trunk/libs/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/test/src/CMakeLists.txt
==============================================================================
--- trunk/libs/test/src/CMakeLists.txt (original)
+++ trunk/libs/test/src/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 # Test library configuration
 add_definitions(-DBOOST_TEST_NO_AUTO_LINK=1)
 

Modified: trunk/libs/test/test/CMakeLists.txt
==============================================================================
--- trunk/libs/test/test/CMakeLists.txt (original)
+++ trunk/libs/test/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 add_definitions(-DBOOST_TEST_NO_AUTO_LINK=1)
 # shared needs:
 add_definitions(-DBOOST_TEST_DYN_LINK=1)

Modified: trunk/libs/thread/CMakeLists.txt
==============================================================================
--- trunk/libs/thread/CMakeLists.txt (original)
+++ trunk/libs/thread/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/thread/src/CMakeLists.txt
==============================================================================
--- trunk/libs/thread/src/CMakeLists.txt (original)
+++ trunk/libs/thread/src/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 if (WIN32)
   set(THREAD_SOURCES win32/thread.cpp win32/exceptions.cpp win32/tss_dll.cpp
                      win32/tss_pe.cpp)

Modified: trunk/libs/thread/test/CMakeLists.txt
==============================================================================
--- trunk/libs/thread/test/CMakeLists.txt (original)
+++ trunk/libs/thread/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(thread BOOST_DEPENDS test )
 
 

Modified: trunk/libs/timer/CMakeLists.txt
==============================================================================
--- trunk/libs/timer/CMakeLists.txt (original)
+++ trunk/libs/timer/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/timer/test/CMakeLists.txt
==============================================================================
--- trunk/libs/timer/test/CMakeLists.txt (original)
+++ trunk/libs/timer/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(timer BOOST_DEPENDS test)
 
 boost_test_compile(timer_test ../timer_test.cpp)

Modified: trunk/libs/tokenizer/CMakeLists.txt
==============================================================================
--- trunk/libs/tokenizer/CMakeLists.txt (original)
+++ trunk/libs/tokenizer/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/tokenizer/test/CMakeLists.txt
==============================================================================
--- trunk/libs/tokenizer/test/CMakeLists.txt (original)
+++ trunk/libs/tokenizer/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(tokenizer BOOST_DEPENDS test config detail iterator utility array intrusive)
 
 boost_test_run(examples examples.cpp

Modified: trunk/libs/tr1/CMakeLists.txt
==============================================================================
--- trunk/libs/tr1/CMakeLists.txt (original)
+++ trunk/libs/tr1/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/tr1/test/CMakeLists.txt
==============================================================================
--- trunk/libs/tr1/test/CMakeLists.txt (original)
+++ trunk/libs/tr1/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(tr1 BOOST_DEPENDS test)
 
 

Modified: trunk/libs/tuple/CMakeLists.txt
==============================================================================
--- trunk/libs/tuple/CMakeLists.txt (original)
+++ trunk/libs/tuple/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/tuple/test/CMakeLists.txt
==============================================================================
--- trunk/libs/tuple/test/CMakeLists.txt (original)
+++ trunk/libs/tuple/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(tuple BOOST_DEPENDS test)
 
 

Modified: trunk/libs/type_traits/CMakeLists.txt
==============================================================================
--- trunk/libs/type_traits/CMakeLists.txt (original)
+++ trunk/libs/type_traits/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/type_traits/test/CMakeLists.txt
==============================================================================
--- trunk/libs/type_traits/test/CMakeLists.txt (original)
+++ trunk/libs/type_traits/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 file(GLOB TEST_FILES "*_test.cpp")
 foreach(TEST_FILE ${TEST_FILES})
   get_filename_component(TEST_NAME ${TEST_FILE} NAME_WE)

Modified: trunk/libs/typeof/CMakeLists.txt
==============================================================================
--- trunk/libs/typeof/CMakeLists.txt (original)
+++ trunk/libs/typeof/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/typeof/test/CMakeLists.txt
==============================================================================
--- trunk/libs/typeof/test/CMakeLists.txt (original)
+++ trunk/libs/typeof/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(typeof BOOST_DEPENDS test)
 
 

Modified: trunk/libs/units/CMakeLists.txt
==============================================================================
--- trunk/libs/units/CMakeLists.txt (original)
+++ trunk/libs/units/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/units/doc/CMakeLists.txt
==============================================================================
--- trunk/libs/units/doc/CMakeLists.txt (original)
+++ trunk/libs/units/doc/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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 "libs/units/doc needs love")
 

Modified: trunk/libs/units/test/CMakeLists.txt
==============================================================================
--- trunk/libs/units/test/CMakeLists.txt (original)
+++ trunk/libs/units/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(typeof BOOST_DEPENDS test)
 
 set(COMPILE_TESTS

Modified: trunk/libs/unordered/CMakeLists.txt
==============================================================================
--- trunk/libs/unordered/CMakeLists.txt (original)
+++ trunk/libs/unordered/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/unordered/test/CMakeLists.txt
==============================================================================
--- trunk/libs/unordered/test/CMakeLists.txt (original)
+++ trunk/libs/unordered/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(unordered BOOST_DEPENDS test)
 
 # GCC Compilers

Modified: trunk/libs/utility/CMakeLists.txt
==============================================================================
--- trunk/libs/utility/CMakeLists.txt (original)
+++ trunk/libs/utility/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/utility/test/CMakeLists.txt
==============================================================================
--- trunk/libs/utility/test/CMakeLists.txt (original)
+++ trunk/libs/utility/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(utility BOOST_DEPENDS test)
 
 boost_test_run(addressof_test ../addressof_test.cpp)

Modified: trunk/libs/variant/CMakeLists.txt
==============================================================================
--- trunk/libs/variant/CMakeLists.txt (original)
+++ trunk/libs/variant/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/variant/test/CMakeLists.txt
==============================================================================
--- trunk/libs/variant/test/CMakeLists.txt (original)
+++ trunk/libs/variant/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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(variant BOOST_DEPENDS test)
 
 boost_test_run(test1 test1.cpp class_a.cpp)

Modified: trunk/libs/wave/CMakeLists.txt
==============================================================================
--- trunk/libs/wave/CMakeLists.txt (original)
+++ trunk/libs/wave/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/wave/src/CMakeLists.txt
==============================================================================
--- trunk/libs/wave/src/CMakeLists.txt (original)
+++ trunk/libs/wave/src/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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_add_library(
   boost_wave
   instantiate_cpp_exprgrammar.cpp

Modified: trunk/libs/wave/test/CMakeLists.txt
==============================================================================
--- trunk/libs/wave/test/CMakeLists.txt (original)
+++ trunk/libs/wave/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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 "wave tests need love")
 

Modified: trunk/libs/xpressive/CMakeLists.txt
==============================================================================
--- trunk/libs/xpressive/CMakeLists.txt (original)
+++ trunk/libs/xpressive/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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

Modified: trunk/libs/xpressive/test/CMakeLists.txt
==============================================================================
--- trunk/libs/xpressive/test/CMakeLists.txt (original)
+++ trunk/libs/xpressive/test/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 # : requirements
 # <toolset>intel:<debug-symbols>off
 # <toolset>msvc,<stdlib>stlport:<define>_STLP_EXPOSE_GLOBALS_IMPLEMENTATION

Modified: trunk/tools/CMakeLists.txt
==============================================================================
--- trunk/tools/CMakeLists.txt (original)
+++ trunk/tools/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 # return a list of directories that we should add_subdirectory()
 macro(boost_collect_lib_dependencies varname filename)
   #message(STATUS "boost_collect_lib_dependencies.... ${Boost_SOURCE_DIR}/libs")
@@ -79,4 +85,5 @@
 
 add_subdirectory(quickbook)
 add_subdirectory(wave)
-add_subdirectory(bcp)
\ No newline at end of file
+add_subdirectory(bcp)
+add_subdirectory(inspect)

Modified: trunk/tools/bcp/CMakeLists.txt
==============================================================================
--- trunk/tools/bcp/CMakeLists.txt (original)
+++ trunk/tools/bcp/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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_tool_project(bcp
 DESCRIPTION "The bcp utility is a tool for extracting subsets of Boost."
 AUTHORS "John Maddock")

Modified: trunk/tools/build/CMake/CompileTest/CMakeLists.txt
==============================================================================
--- trunk/tools/build/CMake/CompileTest/CMakeLists.txt (original)
+++ trunk/tools/build/CMake/CompileTest/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 cmake_minimum_required(VERSION 2.6)
 project(CompileTest)
 add_library(compile-test STATIC ${SOURCE})

Modified: trunk/tools/build/CMake/LinkTest/CMakeLists.txt
==============================================================================
--- trunk/tools/build/CMake/LinkTest/CMakeLists.txt (original)
+++ trunk/tools/build/CMake/LinkTest/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 cmake_minimum_required(VERSION 2.6)
 
 file(GLOB BOOST_EXPORTS "${BOOST_EXPORTS_DIR}/*.cmake")

Modified: trunk/tools/quickbook/CMakeLists.txt
==============================================================================
--- trunk/tools/quickbook/CMakeLists.txt (original)
+++ trunk/tools/quickbook/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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_tool_project(Quickbook
   DESCRIPTION "A WikiWiki style documentation tool geared towards C++ documentation"
   AUTHORS "Joel de Guzman <joel -at- boost-consulting.com>"

Modified: trunk/tools/wave/CMakeLists.txt
==============================================================================
--- trunk/tools/wave/CMakeLists.txt (original)
+++ trunk/tools/wave/CMakeLists.txt 2009-07-25 20:49:56 EDT (Sat, 25 Jul 2009)
@@ -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
+#
 # DPG: tools need modular dependencies just like libraries have
 # them. For now, we just include the appropriate directories.
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk