$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r70614 - in trunk/tools/quickbook: . test/src
From: dnljms_at_[hidden]
Date: 2011-03-27 06:24:57
Author: danieljames
Date: 2011-03-27 06:24:56 EDT (Sun, 27 Mar 2011)
New Revision: 70614
URL: http://svn.boost.org/trac/boost/changeset/70614
Log:
Quickbook: Add missing copyright.
Properties modified: 
   trunk/tools/quickbook/   (props changed)
Text files modified: 
   trunk/tools/quickbook/test/src/Jamfile.v2 |     8 ++++++++                                
   1 files changed, 8 insertions(+), 0 deletions(-)
Modified: trunk/tools/quickbook/test/src/Jamfile.v2
==============================================================================
--- trunk/tools/quickbook/test/src/Jamfile.v2	(original)
+++ trunk/tools/quickbook/test/src/Jamfile.v2	2011-03-27 06:24:56 EDT (Sun, 27 Mar 2011)
@@ -1 +1,9 @@
+#
+#   Copyright (c) 2011 Daniel James
+#
+#   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)
+#
+
 exe line-compare-tool : text_diff.cpp ;