From 35d19e5111dd78f170d6849c6b99e911d37b0905 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 13 Oct 2007 18:47:10 +0000 Subject: [PATCH] Fix the copyright line for the hash library. [SVN r39984] --- hash/doc/hash.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash/doc/hash.qbk b/hash/doc/hash.qbk index d858f71..f14e563 100644 --- a/hash/doc/hash.qbk +++ b/hash/doc/hash.qbk @@ -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]