$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2007-10-13 14:47:11
Author: danieljames
Date: 2007-10-13 14:47:10 EDT (Sat, 13 Oct 2007)
New Revision: 39984
URL: http://svn.boost.org/trac/boost/changeset/39984
Log:
Fix the copyright line for the hash library.
Text files modified: 
   trunk/libs/functional/hash/doc/hash.qbk |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/functional/hash/doc/hash.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/hash.qbk	(original)
+++ trunk/libs/functional/hash/doc/hash.qbk	2007-10-13 14:47:10 EDT (Sat, 13 Oct 2007)
@@ -1,7 +1,7 @@
 [library Boost.Functional/Hash
     [quickbook 1.3]
     [authors [James, Daniel]]
-    [copyright 2005 2007 Daniel James]
+    [copyright 2005 2006 2007 Daniel James]
     [purpose A TR1 hash function object that can be extended to hash user
         defined types]
     [category higher-order]