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.



[SVN r55159]
This commit is contained in:
Troy D. Straszheim
2009-07-26 00:49:56 +00:00
parent 4936095357
commit 166f4b1079
5 changed files with 30 additions and 0 deletions

View File

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

View File

@@ -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") message(STATUS "functional/hash docs need love")

View File

@@ -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 #-- Needed include directories for the tests
boost_additional_test_dependencies(config BOOST_DEPENDS test) boost_additional_test_dependencies(config BOOST_DEPENDS test)

View File

@@ -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 #project hash-tests
# : requirements # : requirements
# <toolset>gcc:<define>_GLIBCXX_DEBUG # <toolset>gcc:<define>_GLIBCXX_DEBUG

View File

@@ -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) boost_test_run(function_test function_test.cpp)