$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r49373 - in sandbox/tools/profile_templates: . test test/test_dir
From: steven_at_[hidden]
Date: 2008-10-17 14:48:19
Author: steven_watanabe
Date: 2008-10-17 14:48:19 EDT (Fri, 17 Oct 2008)
New Revision: 49373
URL: http://svn.boost.org/trac/boost/changeset/49373
Log:
Add missing copyright/license
Text files modified: 
   sandbox/tools/profile_templates/template_profiler.hpp  |     9 +++++++++                               
   sandbox/tools/profile_templates/test/test.cpp          |     9 +++++++++                               
   sandbox/tools/profile_templates/test/test_dir/test.hpp |     9 +++++++++                               
   3 files changed, 27 insertions(+), 0 deletions(-)
Modified: sandbox/tools/profile_templates/template_profiler.hpp
==============================================================================
--- sandbox/tools/profile_templates/template_profiler.hpp	(original)
+++ sandbox/tools/profile_templates/template_profiler.hpp	2008-10-17 14:48:19 EDT (Fri, 17 Oct 2008)
@@ -1,3 +1,12 @@
+// template_profiler.hpp
+//
+// Copyright (c) 2008
+// Steven Watanabe
+//
+// Distributed under 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)
+
 #ifndef TEMPLATE_PROFILER_HPP_INLUCDED
 #define TEMPLATE_PROFILER_HPP_INLUCDED
 
Modified: sandbox/tools/profile_templates/test/test.cpp
==============================================================================
--- sandbox/tools/profile_templates/test/test.cpp	(original)
+++ sandbox/tools/profile_templates/test/test.cpp	2008-10-17 14:48:19 EDT (Fri, 17 Oct 2008)
@@ -1,3 +1,12 @@
+// test.cpp
+//
+// Copyright (c) 2008
+// Steven Watanabe
+//
+// Distributed under 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)
+
 #include <test.hpp>
 
 int main() {
Modified: sandbox/tools/profile_templates/test/test_dir/test.hpp
==============================================================================
--- sandbox/tools/profile_templates/test/test_dir/test.hpp	(original)
+++ sandbox/tools/profile_templates/test/test_dir/test.hpp	2008-10-17 14:48:19 EDT (Fri, 17 Oct 2008)
@@ -1,3 +1,12 @@
+// test.hpp
+//
+// Copyright (c) 2008
+// Steven Watanabe
+//
+// Distributed under 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)
+
 // class 
 namespace {
 }