diff --git a/lib_guide.htm b/lib_guide.htm
index d5d95f6..2eb8784 100644
--- a/lib_guide.htm
+++ b/lib_guide.htm
@@ -262,14 +262,14 @@
                   A comment line describing the contents of the file.<br>
                &nbsp;
                <li>
-                  Comments describing copyright and licensing. The preferred form is:<br>
-                  <br>
-                  <code>//&nbsp; Copyright Jane Programmer 2002. Use, modification, and distribution 
-                     are<br>
-                     //&nbsp; subject to the Boost Software License, Version 1.0. (See accompanying<br>
-                     //&nbsp; file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)<br>
-                  </code>
-                  <br>
+
+<p>Include a comment based on the following template, substituting
+appropriate text for the italicized portion:
+
+<pre>// Copyright <i>2004 Jane Coder</i>.
+// 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)</pre>
+
                   Please leave an empty line before and after the copyright and license comments. 
                   It is fine if the copyright and license messages are on different lines, but 
                   there should be no other intervening text. Do not include "All rights reserved" 
@@ -601,8 +601,7 @@ Automatic redirection failed, please go to
          code itself.</p>
       <hr>
       <p>Revised 
-         <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan --> 
-         04 November, 2003<!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
+         <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->08 June, 2006<!--webbot bot="Timestamp" endspan i-checksum="19940" --></p>
       <p>
          � <a name="Copyright">Copyright</a> Beman Dawes 2003.</p>
     <p> Distributed under the Boost Software License, Version 1.0. 
@@ -610,4 +609,4 @@ Automatic redirection failed, please go to
     copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)
     </p>
    </body>
-</html>
+</html>
\ No newline at end of file
diff --git a/license_info.html b/license_info.html
index 5eff1ee..a657005 100644
--- a/license_info.html
+++ b/license_info.html
@@ -142,11 +142,9 @@ header files?</b></p>
 <p>Include a comment based on the following template, substituting
 appropriate text for the italicized portion:
 
-<pre>
-// Copyright <i>2004 Joe Coder</i>.
-// 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)
+<pre>// Copyright <i>2004 Jane Coder</i>.
+// 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)
 </pre>
 
 <p>Other ways of licensing source files have been considered, but some
@@ -249,7 +247,7 @@ contributed analysis of Boost issues and drafts of various legal documents.
 Boost members reviewed drafts of the license. Beman Dawes wrote this web page.</p>
 <hr>
 <p>Revised
-<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->27 August, 2004<!--webbot bot="Timestamp" endspan i-checksum="39365" --></p>
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->08 June, 2006<!--webbot bot="Timestamp" endspan i-checksum="19940" --></p>
 
 <p> � Copyright 2003-2004 Beman Dawes, Daniel Frey, David Abrahams.</p>
 <p> Distributed under the Boost Software License, Version 1.0. 
@@ -259,4 +257,4 @@ copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0
 
 </body>
 
-</html>
+</html>
\ No newline at end of file