Add basic copyright/license to keep cmake out of the inspection report

[SVN r55095]
This commit is contained in:
Troy D. Straszheim 2009-07-22 21:51:01 +00:00
parent cd12e322bd
commit 61755605af
4 changed files with 24 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,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(T foreach(T
constructors constructors
dummy_arg_disambiguation dummy_arg_disambiguation

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
#
foreach(T foreach(T
root_header_1 root_header_2 root_header_1 root_header_2

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
#
boost_additional_test_dependencies(utility BOOST_DEPENDS test) boost_additional_test_dependencies(utility BOOST_DEPENDS test)
boost_test_run(addressof_fn_test ../addressof_fn_test.cpp) boost_test_run(addressof_fn_test ../addressof_fn_test.cpp)