From 6487301de71475bf4f3d6d736d3993b228a70e60 Mon Sep 17 00:00:00 2001 From: "Troy D. Straszheim" Date: Wed, 22 Jul 2009 21:51:01 +0000 Subject: [PATCH] Add basic copyright/license to keep cmake out of the inspection report [SVN r55095] --- CMakeLists.txt | 6 ++++++ hash/doc/CMakeLists.txt | 6 ++++++ hash/examples/CMakeLists.txt | 6 ++++++ hash/test/CMakeLists.txt | 6 ++++++ test/CMakeLists.txt | 6 ++++++ 5 files changed, 30 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bcd5130..6a28765 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,9 @@ +# +# Copyright Troy D. Straszheim +# +# Distributed under the Boost Software License, Version 1.0. +# See http://www.boost.org/LICENSE_1_0.txt +# #---------------------------------------------------------------------------- # This file was automatically generated from the original CMakeLists.txt file # Add a variable to hold the headers for the library diff --git a/hash/doc/CMakeLists.txt b/hash/doc/CMakeLists.txt index cd83029..f9e29c0 100644 --- a/hash/doc/CMakeLists.txt +++ b/hash/doc/CMakeLists.txt @@ -1,2 +1,8 @@ +# +# Copyright Troy D. Straszheim +# +# Distributed under the Boost Software License, Version 1.0. +# See http://www.boost.org/LICENSE_1_0.txt +# message(STATUS "functional/hash docs need love") diff --git a/hash/examples/CMakeLists.txt b/hash/examples/CMakeLists.txt index 9a5efc8..347a9b2 100644 --- a/hash/examples/CMakeLists.txt +++ b/hash/examples/CMakeLists.txt @@ -1,3 +1,9 @@ +# +# Copyright Troy D. Straszheim +# +# Distributed under the Boost Software License, Version 1.0. +# See http://www.boost.org/LICENSE_1_0.txt +# #------------------------------------------------------------------------- #-- Needed include directories for the tests boost_additional_test_dependencies(config BOOST_DEPENDS test) diff --git a/hash/test/CMakeLists.txt b/hash/test/CMakeLists.txt index 0eea9c0..ca45f5d 100644 --- a/hash/test/CMakeLists.txt +++ b/hash/test/CMakeLists.txt @@ -1,3 +1,9 @@ +# +# Copyright Troy D. Straszheim +# +# Distributed under the Boost Software License, Version 1.0. +# See http://www.boost.org/LICENSE_1_0.txt +# #project hash-tests # : requirements # gcc:_GLIBCXX_DEBUG diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 79691c3..2bd7a7d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1 +1,7 @@ +# +# Copyright Troy D. Straszheim +# +# Distributed under the Boost Software License, Version 1.0. +# See http://www.boost.org/LICENSE_1_0.txt +# boost_test_run(function_test function_test.cpp)