$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r63393 - trunk/tools/build/v2/doc/src
From: daniel_james_at_[hidden]
Date: 2010-06-27 13:00:12
Author: danieljames
Date: 2010-06-27 13:00:11 EDT (Sun, 27 Jun 2010)
New Revision: 63393
URL: http://svn.boost.org/trac/boost/changeset/63393
Log:
Add copyright for boost build documentaiton.
Since there wasn't any copyright notice I should probably check with
Vladmir before comitting this one.
Text files modified: 
   trunk/tools/build/v2/doc/src/standalone.xml |    17 +++++++++++++++++                       
   trunk/tools/build/v2/doc/src/userman.xml    |    17 +++++++++++++++++                       
   2 files changed, 34 insertions(+), 0 deletions(-)
Modified: trunk/tools/build/v2/doc/src/standalone.xml
 Modified: trunk/tools/build/v2/doc/src/userman.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/standalone.xml	(original)
+++ trunk/tools/build/v2/doc/src/standalone.xml	2010-06-27 13:00:11 EDT (Sun, 27 Jun 2010)
@@ -4,6 +4,23 @@
 
 <book xmlns:xi="http://www.w3.org/2001/XInclude"
       id="bbv2" last-revision="$Date$">
+  <bookinfo>
+    <copyright>
+      <year>2006</year>
+      <year>2007</year>
+      <year>2008</year>
+      <year>2009</year>
+      <holder>Vladimir Prus</holder>
+    </copyright>
+
+    <legalnotice>
+      <para>Distributed under the Boost Software License, Version 1.0.
+      (See accompanying file <filename>LICENSE_1_0.txt</filename> or copy at 
+      <ulink
+      url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt>)
+      </para>
+    </legalnotice>  
+  </bookinfo>
 
   <title>Boost.Build V2 User Manual</title>
 
==============================================================================
--- trunk/tools/build/v2/doc/src/userman.xml	(original)
+++ trunk/tools/build/v2/doc/src/userman.xml	2010-06-27 13:00:11 EDT (Sun, 27 Jun 2010)
@@ -4,6 +4,23 @@
 
 <part xmlns:xi="http://www.w3.org/2001/XInclude"
       id="bbv2" last-revision="$Date$">
+  <partinfo>
+    <copyright>
+      <year>2006</year>
+      <year>2007</year>
+      <year>2008</year>
+      <year>2009</year>
+      <holder>Vladimir Prus</holder>
+    </copyright>
+
+    <legalnotice>
+      <para>Distributed under the Boost Software License, Version 1.0.
+      (See accompanying file <filename>LICENSE_1_0.txt</filename> or copy at 
+      <ulink
+      url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt>)
+      </para>
+    </legalnotice>  
+  </partinfo>
 
   <title>Boost.Build V2 User Manual</title>
 
 
$include_dir="/home/hyper-archives/boost-commit/include";
include("$include_dir/msg-footer.inc");
?>