$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51667 - in trunk: boost/functional boost/functional/hash boost/functional/hash/detail boost/unordered boost/unordered/detail libs/functional/hash/doc libs/functional/hash/examples libs/functional/hash/test libs/unordered/doc libs/unordered/doc/src_code libs/unordered/examples libs/unordered/test/exception libs/unordered/test/helpers libs/unordered/test/objects libs/unordered/test/unordered
From: daniel_james_at_[hidden]
Date: 2009-03-09 16:56:35
Author: danieljames
Date: 2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
New Revision: 51667
URL: http://svn.boost.org/trac/boost/changeset/51667
Log:
Update copyright dates in hash and unordered.
Text files modified: 
   trunk/boost/functional/hash.hpp                                     |     6 +-----                                  
   trunk/boost/functional/hash/detail/float_functions.hpp              |     2 +-                                      
   trunk/boost/functional/hash/detail/hash_float.hpp                   |     6 +-----                                  
   trunk/boost/functional/hash/extensions.hpp                          |     2 +-                                      
   trunk/boost/functional/hash/hash.hpp                                |     2 +-                                      
   trunk/boost/functional/hash/hash_fwd.hpp                            |     2 +-                                      
   trunk/boost/functional/hash_fwd.hpp                                 |     6 +-----                                  
   trunk/boost/unordered/detail/allocator_helpers.hpp                  |     2 +-                                      
   trunk/boost/unordered/detail/config.hpp                             |     2 +-                                      
   trunk/boost/unordered/detail/hash_table.hpp                         |     2 +-                                      
   trunk/boost/unordered/detail/hash_table_impl.hpp                    |     2 +-                                      
   trunk/boost/unordered/unordered_map.hpp                             |     2 +-                                      
   trunk/boost/unordered/unordered_map_fwd.hpp                         |     2 +-                                      
   trunk/boost/unordered/unordered_set.hpp                             |     2 +-                                      
   trunk/boost/unordered/unordered_set_fwd.hpp                         |     2 +-                                      
   trunk/libs/functional/hash/doc/ref.xml                              |     2 +-                                      
   trunk/libs/functional/hash/examples/books.cpp                       |     2 +-                                      
   trunk/libs/functional/hash/examples/books.hpp                       |     2 +-                                      
   trunk/libs/functional/hash/examples/portable.cpp                    |     2 +-                                      
   trunk/libs/functional/hash/test/compile_time.hpp                    |     2 +-                                      
   trunk/libs/functional/hash/test/config.hpp                          |     2 +-                                      
   trunk/libs/functional/hash/test/container_fwd_test.cpp              |     2 +-                                      
   trunk/libs/functional/hash/test/hash_built_in_array_test.cpp        |     2 +-                                      
   trunk/libs/functional/hash/test/hash_complex_test.cpp               |     2 +-                                      
   trunk/libs/functional/hash/test/hash_custom_test.cpp                |     2 +-                                      
   trunk/libs/functional/hash/test/hash_deque_test.cpp                 |     2 +-                                      
   trunk/libs/functional/hash/test/hash_float_test.cpp                 |     2 +-                                      
   trunk/libs/functional/hash/test/hash_float_test.hpp                 |     2 +-                                      
   trunk/libs/functional/hash/test/hash_friend_test.cpp                |     2 +-                                      
   trunk/libs/functional/hash/test/hash_function_pointer_test.cpp      |     2 +-                                      
   trunk/libs/functional/hash/test/hash_fwd_test.hpp                   |     2 +-                                      
   trunk/libs/functional/hash/test/hash_fwd_test_1.cpp                 |     2 +-                                      
   trunk/libs/functional/hash/test/hash_fwd_test_2.cpp                 |     2 +-                                      
   trunk/libs/functional/hash/test/hash_global_namespace_test.cpp      |     2 +-                                      
   trunk/libs/functional/hash/test/hash_list_test.cpp                  |     2 +-                                      
   trunk/libs/functional/hash/test/hash_long_double_test.cpp           |     2 +-                                      
   trunk/libs/functional/hash/test/hash_map_test.cpp                   |     2 +-                                      
   trunk/libs/functional/hash/test/hash_map_test.hpp                   |     2 +-                                      
   trunk/libs/functional/hash/test/hash_no_ext_fail_test.cpp           |     2 +-                                      
   trunk/libs/functional/hash/test/hash_no_ext_macro_1.cpp             |     2 +-                                      
   trunk/libs/functional/hash/test/hash_no_ext_macro_2.cpp             |     2 +-                                      
   trunk/libs/functional/hash/test/hash_number_test.cpp                |     2 +-                                      
   trunk/libs/functional/hash/test/hash_pointer_test.cpp               |     2 +-                                      
   trunk/libs/functional/hash/test/hash_range_test.cpp                 |     2 +-                                      
   trunk/libs/functional/hash/test/hash_sequence_test.hpp              |     2 +-                                      
   trunk/libs/functional/hash/test/hash_set_test.cpp                   |     2 +-                                      
   trunk/libs/functional/hash/test/hash_set_test.hpp                   |     2 +-                                      
   trunk/libs/functional/hash/test/hash_string_test.cpp                |     2 +-                                      
   trunk/libs/functional/hash/test/hash_value_array_test.cpp           |     2 +-                                      
   trunk/libs/functional/hash/test/hash_vector_test.cpp                |     2 +-                                      
   trunk/libs/functional/hash/test/link_ext_test.cpp                   |     2 +-                                      
   trunk/libs/functional/hash/test/link_no_ext_test.cpp                |     2 +-                                      
   trunk/libs/functional/hash/test/link_test.cpp                       |     2 +-                                      
   trunk/libs/functional/hash/test/link_test_2.cpp                     |     2 +-                                      
   trunk/libs/unordered/doc/bibliography.xml                           |     2 +-                                      
   trunk/libs/unordered/doc/ref.xml                                    |    10 +++++-----                              
   trunk/libs/unordered/doc/src_code/intro.cpp                         |     2 +-                                      
   trunk/libs/unordered/doc/src_code/point1.cpp                        |     2 +-                                      
   trunk/libs/unordered/doc/src_code/point2.cpp                        |     2 +-                                      
   trunk/libs/unordered/examples/case_insensitive.hpp                  |     2 +-                                      
   trunk/libs/unordered/examples/case_insensitive_test.cpp             |     2 +-                                      
   trunk/libs/unordered/examples/fnv1.hpp                              |     2 +-                                      
   trunk/libs/unordered/test/exception/assign_exception_tests.cpp      |     2 +-                                      
   trunk/libs/unordered/test/exception/constructor_exception_tests.cpp |     2 +-                                      
   trunk/libs/unordered/test/exception/containers.hpp                  |     2 +-                                      
   trunk/libs/unordered/test/exception/copy_exception_tests.cpp        |     2 +-                                      
   trunk/libs/unordered/test/exception/erase_exception_tests.cpp       |     2 +-                                      
   trunk/libs/unordered/test/exception/insert_exception_tests.cpp      |     2 +-                                      
   trunk/libs/unordered/test/exception/rehash_exception_tests.cpp      |     2 +-                                      
   trunk/libs/unordered/test/exception/swap_exception_tests.cpp        |     2 +-                                      
   trunk/libs/unordered/test/helpers/allocator.hpp                     |     2 +-                                      
   trunk/libs/unordered/test/helpers/check_return_type.hpp             |     2 +-                                      
   trunk/libs/unordered/test/helpers/count.hpp                         |     2 +-                                      
   trunk/libs/unordered/test/helpers/equivalent.hpp                    |     2 +-                                      
   trunk/libs/unordered/test/helpers/exception_test.hpp                |     2 +-                                      
   trunk/libs/unordered/test/helpers/fwd.hpp                           |     2 +-                                      
   trunk/libs/unordered/test/helpers/generators.hpp                    |     2 +-                                      
   trunk/libs/unordered/test/helpers/helpers.hpp                       |     2 +-                                      
   trunk/libs/unordered/test/helpers/input_iterator.hpp                |     2 +-                                      
   trunk/libs/unordered/test/helpers/invariants.hpp                    |     2 +-                                      
   trunk/libs/unordered/test/helpers/list.hpp                          |     2 +-                                      
   trunk/libs/unordered/test/helpers/memory.hpp                        |     2 +-                                      
   trunk/libs/unordered/test/helpers/metafunctions.hpp                 |     2 +-                                      
   trunk/libs/unordered/test/helpers/random_values.hpp                 |     2 +-                                      
   trunk/libs/unordered/test/helpers/strong.hpp                        |     2 +-                                      
   trunk/libs/unordered/test/helpers/test.hpp                          |     2 +-                                      
   trunk/libs/unordered/test/helpers/tracker.hpp                       |     2 +-                                      
   trunk/libs/unordered/test/objects/exception.hpp                     |     2 +-                                      
   trunk/libs/unordered/test/objects/fwd.hpp                           |     2 +-                                      
   trunk/libs/unordered/test/objects/minimal.hpp                       |     2 +-                                      
   trunk/libs/unordered/test/objects/test.hpp                          |     2 +-                                      
   trunk/libs/unordered/test/unordered/assign_tests.cpp                |     2 +-                                      
   trunk/libs/unordered/test/unordered/at_tests.cpp                    |     2 +-                                      
   trunk/libs/unordered/test/unordered/bucket_tests.cpp                |     2 +-                                      
   trunk/libs/unordered/test/unordered/compile_map.cpp                 |     2 +-                                      
   trunk/libs/unordered/test/unordered/compile_set.cpp                 |     2 +-                                      
   trunk/libs/unordered/test/unordered/compile_tests.hpp               |     2 +-                                      
   trunk/libs/unordered/test/unordered/constructor_tests.cpp           |     2 +-                                      
   trunk/libs/unordered/test/unordered/copy_tests.cpp                  |     2 +-                                      
   trunk/libs/unordered/test/unordered/equality_tests.cpp              |     2 +-                                      
   trunk/libs/unordered/test/unordered/equivalent_keys_tests.cpp       |     2 +-                                      
   trunk/libs/unordered/test/unordered/erase_equiv_tests.cpp           |     2 +-                                      
   trunk/libs/unordered/test/unordered/erase_tests.cpp                 |     2 +-                                      
   trunk/libs/unordered/test/unordered/find_tests.cpp                  |     2 +-                                      
   trunk/libs/unordered/test/unordered/fwd_map_test.cpp                |     2 +-                                      
   trunk/libs/unordered/test/unordered/fwd_set_test.cpp                |     2 +-                                      
   trunk/libs/unordered/test/unordered/insert_stable_tests.cpp         |     2 +-                                      
   trunk/libs/unordered/test/unordered/insert_tests.cpp                |     2 +-                                      
   trunk/libs/unordered/test/unordered/link_test_1.cpp                 |     2 +-                                      
   trunk/libs/unordered/test/unordered/link_test_2.cpp                 |     2 +-                                      
   trunk/libs/unordered/test/unordered/load_factor_tests.cpp           |     2 +-                                      
   trunk/libs/unordered/test/unordered/move_tests.cpp                  |     2 +-                                      
   trunk/libs/unordered/test/unordered/rehash_tests.cpp                |     2 +-                                      
   trunk/libs/unordered/test/unordered/simple_tests.cpp                |     2 +-                                      
   trunk/libs/unordered/test/unordered/swap_tests.cpp                  |     2 +-                                      
   trunk/libs/unordered/test/unordered/unnecessary_copy_tests.cpp      |     2 +-                                      
   116 files changed, 120 insertions(+), 132 deletions(-)
Modified: trunk/boost/functional/hash.hpp
==============================================================================
--- trunk/boost/functional/hash.hpp	(original)
+++ trunk/boost/functional/hash.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,11 +1,7 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
-//  Based on Peter Dimov's proposal
-//  http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf
-//  issue 6.18. 
-
 #include <boost/functional/hash/hash.hpp>
 
Modified: trunk/boost/functional/hash/detail/float_functions.hpp
==============================================================================
--- trunk/boost/functional/hash/detail/float_functions.hpp	(original)
+++ trunk/boost/functional/hash/detail/float_functions.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/boost/functional/hash/detail/hash_float.hpp
==============================================================================
--- trunk/boost/functional/hash/detail/hash_float.hpp	(original)
+++ trunk/boost/functional/hash/detail/hash_float.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,12 +1,8 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
-//  Based on Peter Dimov's proposal
-//  http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf
-//  issue 6.18. 
-
 #if !defined(BOOST_FUNCTIONAL_HASH_DETAIL_HASH_FLOAT_HEADER)
 #define BOOST_FUNCTIONAL_HASH_DETAIL_HASH_FLOAT_HEADER
 
Modified: trunk/boost/functional/hash/extensions.hpp
==============================================================================
--- trunk/boost/functional/hash/extensions.hpp	(original)
+++ trunk/boost/functional/hash/extensions.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/boost/functional/hash/hash.hpp
==============================================================================
--- trunk/boost/functional/hash/hash.hpp	(original)
+++ trunk/boost/functional/hash/hash.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/boost/functional/hash/hash_fwd.hpp
==============================================================================
--- trunk/boost/functional/hash/hash_fwd.hpp	(original)
+++ trunk/boost/functional/hash/hash_fwd.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/boost/functional/hash_fwd.hpp
==============================================================================
--- trunk/boost/functional/hash_fwd.hpp	(original)
+++ trunk/boost/functional/hash_fwd.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,11 +1,7 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
-//  Based on Peter Dimov's proposal
-//  http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1756.pdf
-//  issue 6.18. 
-
 #include <boost/functional/hash/hash_fwd.hpp>
 
Modified: trunk/boost/unordered/detail/allocator_helpers.hpp
==============================================================================
--- trunk/boost/unordered/detail/allocator_helpers.hpp	(original)
+++ trunk/boost/unordered/detail/allocator_helpers.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/boost/unordered/detail/config.hpp
==============================================================================
--- trunk/boost/unordered/detail/config.hpp	(original)
+++ trunk/boost/unordered/detail/config.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2008 Daniel James.
+// Copyright 2008-2009 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)
 
Modified: trunk/boost/unordered/detail/hash_table.hpp
==============================================================================
--- trunk/boost/unordered/detail/hash_table.hpp	(original)
+++ trunk/boost/unordered/detail/hash_table.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,6 +1,6 @@
 
 // Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
-// Copyright (C) 2005-2008 Daniel James
+// Copyright (C) 2005-2009 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)
 
Modified: trunk/boost/unordered/detail/hash_table_impl.hpp
==============================================================================
--- trunk/boost/unordered/detail/hash_table_impl.hpp	(original)
+++ trunk/boost/unordered/detail/hash_table_impl.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,6 +1,6 @@
 
 // Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
-// Copyright (C) 2005-2008 Daniel James
+// Copyright (C) 2005-2009 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)
 
Modified: trunk/boost/unordered/unordered_map.hpp
==============================================================================
--- trunk/boost/unordered/unordered_map.hpp	(original)
+++ trunk/boost/unordered/unordered_map.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,6 +1,6 @@
 
 // Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
-// Copyright (C) 2005-2008 Daniel James.
+// Copyright (C) 2005-2009 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)
 
Modified: trunk/boost/unordered/unordered_map_fwd.hpp
==============================================================================
--- trunk/boost/unordered/unordered_map_fwd.hpp	(original)
+++ trunk/boost/unordered/unordered_map_fwd.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright (C) 2008 Daniel James.
+// Copyright (C) 2008-2009 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)
 
Modified: trunk/boost/unordered/unordered_set.hpp
==============================================================================
--- trunk/boost/unordered/unordered_set.hpp	(original)
+++ trunk/boost/unordered/unordered_set.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,6 +1,6 @@
 
 // Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
-// Copyright (C) 2005-2008 Daniel James.
+// Copyright (C) 2005-2009 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)
 
Modified: trunk/boost/unordered/unordered_set_fwd.hpp
==============================================================================
--- trunk/boost/unordered/unordered_set_fwd.hpp	(original)
+++ trunk/boost/unordered/unordered_set_fwd.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright (C) 2008 Daniel James.
+// Copyright (C) 2008-2009 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)
 
Modified: trunk/libs/functional/hash/doc/ref.xml
==============================================================================
--- trunk/libs/functional/hash/doc/ref.xml	(original)
+++ trunk/libs/functional/hash/doc/ref.xml	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,6 +1,6 @@
 
 <!--
-Copyright Daniel James 2005-2008
+Copyright Daniel James 2005-2009
 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)
 -->
Modified: trunk/libs/functional/hash/examples/books.cpp
==============================================================================
--- trunk/libs/functional/hash/examples/books.cpp	(original)
+++ trunk/libs/functional/hash/examples/books.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/examples/books.hpp
==============================================================================
--- trunk/libs/functional/hash/examples/books.hpp	(original)
+++ trunk/libs/functional/hash/examples/books.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/examples/portable.cpp
==============================================================================
--- trunk/libs/functional/hash/examples/portable.cpp	(original)
+++ trunk/libs/functional/hash/examples/portable.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/compile_time.hpp
==============================================================================
--- trunk/libs/functional/hash/test/compile_time.hpp	(original)
+++ trunk/libs/functional/hash/test/compile_time.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/config.hpp
==============================================================================
--- trunk/libs/functional/hash/test/config.hpp	(original)
+++ trunk/libs/functional/hash/test/config.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/container_fwd_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/container_fwd_test.cpp	(original)
+++ trunk/libs/functional/hash/test/container_fwd_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_built_in_array_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_built_in_array_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_built_in_array_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_complex_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_complex_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_complex_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_custom_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_custom_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_custom_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_deque_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_deque_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_deque_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_float_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_float_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_float_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_float_test.hpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_float_test.hpp	(original)
+++ trunk/libs/functional/hash/test/hash_float_test.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_friend_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_friend_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_friend_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_function_pointer_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_function_pointer_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_function_pointer_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_fwd_test.hpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_fwd_test.hpp	(original)
+++ trunk/libs/functional/hash/test/hash_fwd_test.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_fwd_test_1.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_fwd_test_1.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_fwd_test_1.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_fwd_test_2.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_fwd_test_2.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_fwd_test_2.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_global_namespace_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_global_namespace_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_global_namespace_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_list_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_list_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_list_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_long_double_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_long_double_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_long_double_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_map_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_map_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_map_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_map_test.hpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_map_test.hpp	(original)
+++ trunk/libs/functional/hash/test/hash_map_test.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_no_ext_fail_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_no_ext_fail_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_no_ext_fail_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_no_ext_macro_1.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_no_ext_macro_1.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_no_ext_macro_1.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_no_ext_macro_2.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_no_ext_macro_2.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_no_ext_macro_2.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_number_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_number_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_number_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_pointer_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_pointer_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_pointer_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_range_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_range_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_range_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_sequence_test.hpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_sequence_test.hpp	(original)
+++ trunk/libs/functional/hash/test/hash_sequence_test.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_set_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_set_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_set_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_set_test.hpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_set_test.hpp	(original)
+++ trunk/libs/functional/hash/test/hash_set_test.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_string_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_string_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_string_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_value_array_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_value_array_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_value_array_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/hash_vector_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/hash_vector_test.cpp	(original)
+++ trunk/libs/functional/hash/test/hash_vector_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/link_ext_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/link_ext_test.cpp	(original)
+++ trunk/libs/functional/hash/test/link_ext_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/functional/hash/test/link_no_ext_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/link_no_ext_test.cpp	(original)
+++ trunk/libs/functional/hash/test/link_no_ext_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/link_test.cpp
==============================================================================
--- trunk/libs/functional/hash/test/link_test.cpp	(original)
+++ trunk/libs/functional/hash/test/link_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/functional/hash/test/link_test_2.cpp
==============================================================================
--- trunk/libs/functional/hash/test/link_test_2.cpp	(original)
+++ trunk/libs/functional/hash/test/link_test_2.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/unordered/doc/bibliography.xml
==============================================================================
--- trunk/libs/unordered/doc/bibliography.xml	(original)
+++ trunk/libs/unordered/doc/bibliography.xml	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 <!--
-Copyright Daniel James 2008
+Copyright Daniel James 2008-2009
 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)
 -->
Modified: trunk/libs/unordered/doc/ref.xml
==============================================================================
--- trunk/libs/unordered/doc/ref.xml	(original)
+++ trunk/libs/unordered/doc/ref.xml	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 <!--
-Copyright Daniel James 2006-2008
+Copyright Daniel James 2006-2009
 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)
 --><library-reference>
@@ -24,7 +24,7 @@
           </purpose>
           <description>
             <para>For the normative reference see chapter 23 of
-              <ulink url="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2691.pdf">the working draft of the C++ standard [n2691].</ulink></para>
+              <ulink url="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008-2009/n2691.pdf">the working draft of the C++ standard [n2691].</ulink></para>
             <para><emphasis role="bold">Template Parameters</emphasis>
               <informaltable>
                 <tgroup cols="2">
@@ -758,7 +758,7 @@
           </purpose>
           <description>
             <para>For the normative reference see chapter 23 of
-              <ulink url="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2691.pdf">the working draft of the C++ standard [n2691].</ulink></para>
+              <ulink url="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008-2009/n2691.pdf">the working draft of the C++ standard [n2691].</ulink></para>
             <para><emphasis role="bold">Template Parameters</emphasis>
               <informaltable>
                 <tgroup cols="2">
@@ -1496,7 +1496,7 @@
           </purpose>
           <description>
             <para>For the normative reference see chapter 23 of
-              <ulink url="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2691.pdf">the working draft of the C++ standard [n2691].</ulink></para>
+              <ulink url="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008-2009/n2691.pdf">the working draft of the C++ standard [n2691].</ulink></para>
             <para><emphasis role="bold">Template Parameters</emphasis>
               <informaltable>
                 <tgroup cols="2">
@@ -2279,7 +2279,7 @@
           </purpose>
           <description>
             <para>For the normative reference see chapter 23 of
-              <ulink url="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2691.pdf">the working draft of the C++ standard [n2691].</ulink></para>
+              <ulink url="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008-2009/n2691.pdf">the working draft of the C++ standard [n2691].</ulink></para>
             <para><emphasis role="bold">Template Parameters</emphasis>
               <informaltable>
                 <tgroup cols="2">
Modified: trunk/libs/unordered/doc/src_code/intro.cpp
==============================================================================
--- trunk/libs/unordered/doc/src_code/intro.cpp	(original)
+++ trunk/libs/unordered/doc/src_code/intro.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/doc/src_code/point1.cpp
==============================================================================
--- trunk/libs/unordered/doc/src_code/point1.cpp	(original)
+++ trunk/libs/unordered/doc/src_code/point1.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/doc/src_code/point2.cpp
==============================================================================
--- trunk/libs/unordered/doc/src_code/point2.cpp	(original)
+++ trunk/libs/unordered/doc/src_code/point2.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/examples/case_insensitive.hpp
==============================================================================
--- trunk/libs/unordered/examples/case_insensitive.hpp	(original)
+++ trunk/libs/unordered/examples/case_insensitive.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/examples/case_insensitive_test.cpp
==============================================================================
--- trunk/libs/unordered/examples/case_insensitive_test.cpp	(original)
+++ trunk/libs/unordered/examples/case_insensitive_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/examples/fnv1.hpp
==============================================================================
--- trunk/libs/unordered/examples/fnv1.hpp	(original)
+++ trunk/libs/unordered/examples/fnv1.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2008 Daniel James.
+// Copyright 2008-2009 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)
 
Modified: trunk/libs/unordered/test/exception/assign_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/assign_exception_tests.cpp	(original)
+++ trunk/libs/unordered/test/exception/assign_exception_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/exception/constructor_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/constructor_exception_tests.cpp	(original)
+++ trunk/libs/unordered/test/exception/constructor_exception_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/exception/containers.hpp
==============================================================================
--- trunk/libs/unordered/test/exception/containers.hpp	(original)
+++ trunk/libs/unordered/test/exception/containers.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/exception/copy_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/copy_exception_tests.cpp	(original)
+++ trunk/libs/unordered/test/exception/copy_exception_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/exception/erase_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/erase_exception_tests.cpp	(original)
+++ trunk/libs/unordered/test/exception/erase_exception_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/exception/insert_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/insert_exception_tests.cpp	(original)
+++ trunk/libs/unordered/test/exception/insert_exception_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/exception/rehash_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/rehash_exception_tests.cpp	(original)
+++ trunk/libs/unordered/test/exception/rehash_exception_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/exception/swap_exception_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/exception/swap_exception_tests.cpp	(original)
+++ trunk/libs/unordered/test/exception/swap_exception_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/helpers/allocator.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/allocator.hpp	(original)
+++ trunk/libs/unordered/test/helpers/allocator.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/helpers/check_return_type.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/check_return_type.hpp	(original)
+++ trunk/libs/unordered/test/helpers/check_return_type.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/unordered/test/helpers/count.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/count.hpp	(original)
+++ trunk/libs/unordered/test/helpers/count.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2008 Daniel James.
+// Copyright 2008-2009 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or move at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/helpers/equivalent.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/equivalent.hpp	(original)
+++ trunk/libs/unordered/test/helpers/equivalent.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/unordered/test/helpers/exception_test.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/exception_test.hpp	(original)
+++ trunk/libs/unordered/test/helpers/exception_test.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/helpers/fwd.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/fwd.hpp	(original)
+++ trunk/libs/unordered/test/helpers/fwd.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/helpers/generators.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/generators.hpp	(original)
+++ trunk/libs/unordered/test/helpers/generators.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/unordered/test/helpers/helpers.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/helpers.hpp	(original)
+++ trunk/libs/unordered/test/helpers/helpers.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/helpers/input_iterator.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/input_iterator.hpp	(original)
+++ trunk/libs/unordered/test/helpers/input_iterator.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/unordered/test/helpers/invariants.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/invariants.hpp	(original)
+++ trunk/libs/unordered/test/helpers/invariants.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/helpers/list.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/list.hpp	(original)
+++ trunk/libs/unordered/test/helpers/list.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2008 Daniel James.
+// Copyright 2008-2009 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)
 
Modified: trunk/libs/unordered/test/helpers/memory.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/memory.hpp	(original)
+++ trunk/libs/unordered/test/helpers/memory.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/helpers/metafunctions.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/metafunctions.hpp	(original)
+++ trunk/libs/unordered/test/helpers/metafunctions.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/unordered/test/helpers/random_values.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/random_values.hpp	(original)
+++ trunk/libs/unordered/test/helpers/random_values.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/unordered/test/helpers/strong.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/strong.hpp	(original)
+++ trunk/libs/unordered/test/helpers/strong.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/unordered/test/helpers/test.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/test.hpp	(original)
+++ trunk/libs/unordered/test/helpers/test.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/helpers/tracker.hpp
==============================================================================
--- trunk/libs/unordered/test/helpers/tracker.hpp	(original)
+++ trunk/libs/unordered/test/helpers/tracker.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/objects/exception.hpp
==============================================================================
--- trunk/libs/unordered/test/objects/exception.hpp	(original)
+++ trunk/libs/unordered/test/objects/exception.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/objects/fwd.hpp
==============================================================================
--- trunk/libs/unordered/test/objects/fwd.hpp	(original)
+++ trunk/libs/unordered/test/objects/fwd.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/objects/minimal.hpp
==============================================================================
--- trunk/libs/unordered/test/objects/minimal.hpp	(original)
+++ trunk/libs/unordered/test/objects/minimal.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/objects/test.hpp
==============================================================================
--- trunk/libs/unordered/test/objects/test.hpp	(original)
+++ trunk/libs/unordered/test/objects/test.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/assign_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/assign_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/assign_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/at_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/at_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/at_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2007-2008 Daniel James.
+// Copyright 2007-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/bucket_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/bucket_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/bucket_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/compile_map.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/compile_map.cpp	(original)
+++ trunk/libs/unordered/test/unordered/compile_map.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/compile_set.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/compile_set.cpp	(original)
+++ trunk/libs/unordered/test/unordered/compile_set.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/compile_tests.hpp
==============================================================================
--- trunk/libs/unordered/test/unordered/compile_tests.hpp	(original)
+++ trunk/libs/unordered/test/unordered/compile_tests.hpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2008 Daniel James.
+// Copyright 2005-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/constructor_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/constructor_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/constructor_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/copy_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/copy_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/copy_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/equality_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/equality_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/equality_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2008 Daniel James.
+// Copyright 2008-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/equivalent_keys_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/equivalent_keys_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/equivalent_keys_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/erase_equiv_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/erase_equiv_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/erase_equiv_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/erase_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/erase_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/erase_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/find_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/find_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/find_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/fwd_map_test.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/fwd_map_test.cpp	(original)
+++ trunk/libs/unordered/test/unordered/fwd_map_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2008 Daniel James.
+// Copyright 2008-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/fwd_set_test.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/fwd_set_test.cpp	(original)
+++ trunk/libs/unordered/test/unordered/fwd_set_test.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2008 Daniel James.
+// Copyright 2008-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/insert_stable_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/insert_stable_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/insert_stable_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2007-2008 Daniel James.
+// Copyright 2007-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/insert_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/insert_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/insert_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/link_test_1.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/link_test_1.cpp	(original)
+++ trunk/libs/unordered/test/unordered/link_test_1.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/link_test_2.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/link_test_2.cpp	(original)
+++ trunk/libs/unordered/test/unordered/link_test_2.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/load_factor_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/load_factor_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/load_factor_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/move_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/move_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/move_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2008 Daniel James.
+// Copyright 2008-2009 Daniel James.
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or move at http://www.boost.org/LICENSE_1_0.txt)
 
Modified: trunk/libs/unordered/test/unordered/rehash_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/rehash_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/rehash_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/simple_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/simple_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/simple_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/swap_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/swap_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/swap_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)
 
Modified: trunk/libs/unordered/test/unordered/unnecessary_copy_tests.cpp
==============================================================================
--- trunk/libs/unordered/test/unordered/unnecessary_copy_tests.cpp	(original)
+++ trunk/libs/unordered/test/unordered/unnecessary_copy_tests.cpp	2009-03-09 16:56:23 EDT (Mon, 09 Mar 2009)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2008 Daniel James.
+// Copyright 2006-2009 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)