$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52474 - in trunk/libs/property_map: . test
From: jewillco_at_[hidden]
Date: 2009-04-18 19:53:10
Author: jewillco
Date: 2009-04-18 19:53:09 EDT (Sat, 18 Apr 2009)
New Revision: 52474
URL: http://svn.boost.org/trac/boost/changeset/52474
Log:
Added copyright and license info
Text files modified: 
   trunk/libs/property_map/CMakeLists.txt      |     6 ++++++                                  
   trunk/libs/property_map/test/CMakeLists.txt |     6 ++++++                                  
   2 files changed, 12 insertions(+), 0 deletions(-)
Modified: trunk/libs/property_map/CMakeLists.txt
==============================================================================
--- trunk/libs/property_map/CMakeLists.txt	(original)
+++ trunk/libs/property_map/CMakeLists.txt	2009-04-18 19:53:09 EDT (Sat, 18 Apr 2009)
@@ -1,3 +1,9 @@
+# Copyright (C) 2008 Mike Jackson
+#
+# Use, modification and distribution is subject to the Boost Software
+# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+# 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/property_map/test/CMakeLists.txt
==============================================================================
--- trunk/libs/property_map/test/CMakeLists.txt	(original)
+++ trunk/libs/property_map/test/CMakeLists.txt	2009-04-18 19:53:09 EDT (Sat, 18 Apr 2009)
@@ -1,3 +1,9 @@
+# Copyright (C) 2008 Mike Jackson
+#
+# Use, modification and distribution is subject to the Boost Software
+# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
 boost_additional_test_dependencies(property_map BOOST_DEPENDS test concept_check any)
 
 boost_test_compile(property_map_cc)