From 236b1423083f45b2dff4bd1ccb29820346a76f38 Mon Sep 17 00:00:00 2001 From: "Troy D. Straszheim" Date: Sun, 26 Jul 2009 00:49:56 +0000 Subject: [PATCH] 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] --- CMakeLists.txt | 6 ++++++ minmax/test/CMakeLists.txt | 6 ++++++ string/test/CMakeLists.txt | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88cea93..8b451cf 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/minmax/test/CMakeLists.txt b/minmax/test/CMakeLists.txt index 4de3f2e..e70ce47 100644 --- a/minmax/test/CMakeLists.txt +++ b/minmax/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 +# boost_additional_test_dependencies(algorithm BOOST_DEPENDS test) boost_test_run(minmax_element_test) diff --git a/string/test/CMakeLists.txt b/string/test/CMakeLists.txt index d432866..bbc383f 100644 --- a/string/test/CMakeLists.txt +++ b/string/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 +# boost_additional_test_dependencies(algorithm BOOST_DEPENDS test)