Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-03-24 13:56:38


Author: danieljames
Date: 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
New Revision: 43844
URL: http://svn.boost.org/trac/boost/changeset/43844

Log:
It's a new-ish year.
Text files modified:
   branches/unordered/trunk/boost/functional/detail/container_fwd.hpp | 2 +-
   branches/unordered/trunk/boost/functional/detail/float_functions.hpp | 2 +-
   branches/unordered/trunk/boost/functional/detail/hash_float.hpp | 2 +-
   branches/unordered/trunk/boost/functional/hash.hpp | 2 +-
   branches/unordered/trunk/boost/functional/hash/deque.hpp | 2 +-
   branches/unordered/trunk/boost/functional/hash/extensions.hpp | 2 +-
   branches/unordered/trunk/boost/functional/hash/hash.hpp | 2 +-
   branches/unordered/trunk/boost/functional/hash/list.hpp | 2 +-
   branches/unordered/trunk/boost/functional/hash/map.hpp | 2 +-
   branches/unordered/trunk/boost/functional/hash/pair.hpp | 2 +-
   branches/unordered/trunk/boost/functional/hash/set.hpp | 2 +-
   branches/unordered/trunk/boost/functional/hash/vector.hpp | 2 +-
   branches/unordered/trunk/boost/functional/hash_fwd.hpp | 2 +-
   branches/unordered/trunk/boost/unordered/detail/allocator.hpp | 2 +-
   branches/unordered/trunk/boost/unordered/detail/hash_table.hpp | 2 +-
   branches/unordered/trunk/boost/unordered/detail/hash_table_impl.hpp | 2 +-
   branches/unordered/trunk/boost/unordered_map.hpp | 2 +-
   branches/unordered/trunk/boost/unordered_set.hpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/doc/Jamfile.v2 | 2 +-
   branches/unordered/trunk/libs/functional/hash/doc/changes.qbk | 2 +-
   branches/unordered/trunk/libs/functional/hash/doc/disable.qbk | 2 +-
   branches/unordered/trunk/libs/functional/hash/doc/hash.qbk | 2 +-
   branches/unordered/trunk/libs/functional/hash/doc/intro.qbk | 2 +-
   branches/unordered/trunk/libs/functional/hash/doc/links.qbk | 2 +-
   branches/unordered/trunk/libs/functional/hash/doc/portability.qbk | 2 +-
   branches/unordered/trunk/libs/functional/hash/doc/ref.xml | 2 +-
   branches/unordered/trunk/libs/functional/hash/doc/thanks.qbk | 2 +-
   branches/unordered/trunk/libs/functional/hash/doc/tutorial.qbk | 2 +-
   branches/unordered/trunk/libs/functional/hash/examples/books.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/examples/books.hpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/examples/portable.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/Jamfile.v2 | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/compile_time.hpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/config.hpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/container_fwd_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_built_in_array_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_complex_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_custom_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_deprecated_headers.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_deque_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_float_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_float_test.hpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_friend_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_function_pointer_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_fwd_test.hpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_fwd_test_1.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_fwd_test_2.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_global_namespace_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_list_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_long_double_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_map_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_map_test.hpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_no_ext_fail_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_no_ext_macro_1.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_no_ext_macro_2.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_number_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_pointer_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_range_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_sequence_test.hpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_set_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_set_test.hpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_string_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_value_array_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/hash_vector_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/link_ext_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/link_no_ext_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/link_test.cpp | 2 +-
   branches/unordered/trunk/libs/functional/hash/test/link_test_2.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/doc/buckets.qbk | 2 +-
   branches/unordered/trunk/libs/unordered/doc/comparison.qbk | 2 +-
   branches/unordered/trunk/libs/unordered/doc/hash_equality.qbk | 2 +-
   branches/unordered/trunk/libs/unordered/doc/intro.qbk | 2 +-
   branches/unordered/trunk/libs/unordered/doc/rationale.qbk | 2 +-
   branches/unordered/trunk/libs/unordered/doc/ref.xml | 2 +-
   branches/unordered/trunk/libs/unordered/doc/src_code/point1.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/doc/src_code/point2.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/doc/unordered.qbk | 4 ++--
   branches/unordered/trunk/libs/unordered/examples/case_insensitive.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/examples/case_insensitive_test.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/Jamfile.v2 | 2 +-
   branches/unordered/trunk/libs/unordered/test/exception/Jamfile.v2 | 2 +-
   branches/unordered/trunk/libs/unordered/test/exception/assign_exception_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/exception/constructor_exception_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/exception/containers.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/exception/copy_exception_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/exception/erase_exception_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/exception/insert_exception_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/exception/rehash_exception_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/exception/swap_exception_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/helpers/allocator.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/helpers/check_return_type.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/helpers/equivalent.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/helpers/exception_test.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/helpers/fwd.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/helpers/generators.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/helpers/helpers.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/helpers/input_iterator.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/helpers/invariants.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/helpers/metafunctions.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/helpers/random_values.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/helpers/strong.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/helpers/test.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/helpers/tracker.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/objects/exception.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/objects/fwd.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/objects/memory.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/objects/minimal.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/objects/test.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/Jamfile.v2 | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/assign_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/at_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/bucket_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/compile_map.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/compile_set.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/compile_tests.hpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/constructor_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/copy_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/equivalent_keys_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/erase_equiv_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/erase_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/find_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/insert_stable_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/insert_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/link_test_1.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/link_test_2.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/load_factor_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/rehash_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/simple_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/swap_tests.cpp | 2 +-
   branches/unordered/trunk/libs/unordered/test/unordered/unnecessary_copy_tests.cpp | 2 +-
   130 files changed, 131 insertions(+), 131 deletions(-)

Modified: branches/unordered/trunk/boost/functional/detail/container_fwd.hpp
==============================================================================
--- branches/unordered/trunk/boost/functional/detail/container_fwd.hpp (original)
+++ branches/unordered/trunk/boost/functional/detail/container_fwd.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/boost/functional/detail/float_functions.hpp
==============================================================================
--- branches/unordered/trunk/boost/functional/detail/float_functions.hpp (original)
+++ branches/unordered/trunk/boost/functional/detail/float_functions.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/boost/functional/detail/hash_float.hpp
==============================================================================
--- branches/unordered/trunk/boost/functional/detail/hash_float.hpp (original)
+++ branches/unordered/trunk/boost/functional/detail/hash_float.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/boost/functional/hash.hpp
==============================================================================
--- branches/unordered/trunk/boost/functional/hash.hpp (original)
+++ branches/unordered/trunk/boost/functional/hash.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/boost/functional/hash/deque.hpp
==============================================================================
--- branches/unordered/trunk/boost/functional/hash/deque.hpp (original)
+++ branches/unordered/trunk/boost/functional/hash/deque.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/boost/functional/hash/extensions.hpp
==============================================================================
--- branches/unordered/trunk/boost/functional/hash/extensions.hpp (original)
+++ branches/unordered/trunk/boost/functional/hash/extensions.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/boost/functional/hash/hash.hpp
==============================================================================
--- branches/unordered/trunk/boost/functional/hash/hash.hpp (original)
+++ branches/unordered/trunk/boost/functional/hash/hash.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/boost/functional/hash/list.hpp
==============================================================================
--- branches/unordered/trunk/boost/functional/hash/list.hpp (original)
+++ branches/unordered/trunk/boost/functional/hash/list.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/boost/functional/hash/map.hpp
==============================================================================
--- branches/unordered/trunk/boost/functional/hash/map.hpp (original)
+++ branches/unordered/trunk/boost/functional/hash/map.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/boost/functional/hash/pair.hpp
==============================================================================
--- branches/unordered/trunk/boost/functional/hash/pair.hpp (original)
+++ branches/unordered/trunk/boost/functional/hash/pair.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/boost/functional/hash/set.hpp
==============================================================================
--- branches/unordered/trunk/boost/functional/hash/set.hpp (original)
+++ branches/unordered/trunk/boost/functional/hash/set.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/boost/functional/hash/vector.hpp
==============================================================================
--- branches/unordered/trunk/boost/functional/hash/vector.hpp (original)
+++ branches/unordered/trunk/boost/functional/hash/vector.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/boost/functional/hash_fwd.hpp
==============================================================================
--- branches/unordered/trunk/boost/functional/hash_fwd.hpp (original)
+++ branches/unordered/trunk/boost/functional/hash_fwd.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/boost/unordered/detail/allocator.hpp
==============================================================================
--- branches/unordered/trunk/boost/unordered/detail/allocator.hpp (original)
+++ branches/unordered/trunk/boost/unordered/detail/allocator.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/boost/unordered/detail/hash_table.hpp
==============================================================================
--- branches/unordered/trunk/boost/unordered/detail/hash_table.hpp (original)
+++ branches/unordered/trunk/boost/unordered/detail/hash_table.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,6 +1,6 @@
 
 // Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
-// Copyright (C) 2005-2007 Daniel James
+// Copyright (C) 2005-2008 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: branches/unordered/trunk/boost/unordered/detail/hash_table_impl.hpp
==============================================================================
--- branches/unordered/trunk/boost/unordered/detail/hash_table_impl.hpp (original)
+++ branches/unordered/trunk/boost/unordered/detail/hash_table_impl.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,6 +1,6 @@
 
 // Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
-// Copyright (C) 2005-2007 Daniel James
+// Copyright (C) 2005-2008 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: branches/unordered/trunk/boost/unordered_map.hpp
==============================================================================
--- branches/unordered/trunk/boost/unordered_map.hpp (original)
+++ branches/unordered/trunk/boost/unordered_map.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,6 +1,6 @@
 
 // Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
-// Copyright (C) 2005-2007 Daniel James.
+// Copyright (C) 2005-2008 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: branches/unordered/trunk/boost/unordered_set.hpp
==============================================================================
--- branches/unordered/trunk/boost/unordered_set.hpp (original)
+++ branches/unordered/trunk/boost/unordered_set.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,6 +1,6 @@
 
 // Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard.
-// Copyright (C) 2005-2007 Daniel James.
+// Copyright (C) 2005-2008 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: branches/unordered/trunk/libs/functional/hash/doc/Jamfile.v2
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/doc/Jamfile.v2 (original)
+++ branches/unordered/trunk/libs/functional/hash/doc/Jamfile.v2 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-# Copyright 2005-2007 Daniel James.
+# Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/doc/changes.qbk
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/doc/changes.qbk (original)
+++ branches/unordered/trunk/libs/functional/hash/doc/changes.qbk 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2007 Daniel James.
+[/ Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/doc/disable.qbk
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/doc/disable.qbk (original)
+++ branches/unordered/trunk/libs/functional/hash/doc/disable.qbk 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2007 Daniel James.
+[/ Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/doc/hash.qbk
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/doc/hash.qbk (original)
+++ branches/unordered/trunk/libs/functional/hash/doc/hash.qbk 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,7 +1,7 @@
 [library Boost.Functional/Hash
     [quickbook 1.4]
     [authors [James, Daniel]]
- [copyright 2005 2006 2007 Daniel James]
+ [copyright 2005 2006 2007 2008 Daniel James]
     [purpose A TR1 hash function object that can be extended to hash user
         defined types]
     [category higher-order]

Modified: branches/unordered/trunk/libs/functional/hash/doc/intro.qbk
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/doc/intro.qbk (original)
+++ branches/unordered/trunk/libs/functional/hash/doc/intro.qbk 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2007 Daniel James.
+[/ Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/doc/links.qbk
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/doc/links.qbk (original)
+++ branches/unordered/trunk/libs/functional/hash/doc/links.qbk 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2007 Daniel James.
+[/ Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/doc/portability.qbk
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/doc/portability.qbk (original)
+++ branches/unordered/trunk/libs/functional/hash/doc/portability.qbk 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2007 Daniel James.
+[/ Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/doc/ref.xml
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/doc/ref.xml (original)
+++ branches/unordered/trunk/libs/functional/hash/doc/ref.xml 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,6 +1,6 @@
 
 <!--
-Copyright Daniel James 2005-2007
+Copyright Daniel James 2005-2008
 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: branches/unordered/trunk/libs/functional/hash/doc/thanks.qbk
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/doc/thanks.qbk (original)
+++ branches/unordered/trunk/libs/functional/hash/doc/thanks.qbk 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2007 Daniel James.
+[/ Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/doc/tutorial.qbk
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/doc/tutorial.qbk (original)
+++ branches/unordered/trunk/libs/functional/hash/doc/tutorial.qbk 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-[/ Copyright 2005-2007 Daniel James.
+[/ Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/examples/books.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/examples/books.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/examples/books.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/examples/books.hpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/examples/books.hpp (original)
+++ branches/unordered/trunk/libs/functional/hash/examples/books.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/examples/portable.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/examples/portable.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/examples/portable.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/Jamfile.v2
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/Jamfile.v2 (original)
+++ branches/unordered/trunk/libs/functional/hash/test/Jamfile.v2 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-# Copyright 2005-2007 Daniel James.
+# Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/compile_time.hpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/compile_time.hpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/compile_time.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/config.hpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/config.hpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/config.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/container_fwd_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/container_fwd_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/container_fwd_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_built_in_array_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_built_in_array_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_built_in_array_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_complex_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_complex_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_complex_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_custom_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_custom_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_custom_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_deprecated_headers.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_deprecated_headers.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_deprecated_headers.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2007 Daniel James.
+// Copyright 2007-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_deque_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_deque_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_deque_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_float_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_float_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_float_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_float_test.hpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_float_test.hpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_float_test.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_friend_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_friend_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_friend_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_function_pointer_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_function_pointer_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_function_pointer_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_fwd_test.hpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_fwd_test.hpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_fwd_test.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_fwd_test_1.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_fwd_test_1.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_fwd_test_1.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_fwd_test_2.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_fwd_test_2.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_fwd_test_2.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_global_namespace_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_global_namespace_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_global_namespace_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_list_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_list_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_list_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_long_double_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_long_double_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_long_double_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_map_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_map_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_map_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_map_test.hpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_map_test.hpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_map_test.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_no_ext_fail_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_no_ext_fail_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_no_ext_fail_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_no_ext_macro_1.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_no_ext_macro_1.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_no_ext_macro_1.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_no_ext_macro_2.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_no_ext_macro_2.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_no_ext_macro_2.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_number_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_number_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_number_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_pointer_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_pointer_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_pointer_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_range_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_range_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_range_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_sequence_test.hpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_sequence_test.hpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_sequence_test.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_set_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_set_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_set_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_set_test.hpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_set_test.hpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_set_test.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_string_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_string_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_string_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_value_array_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_value_array_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_value_array_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/hash_vector_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/hash_vector_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/hash_vector_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/link_ext_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/link_ext_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/link_ext_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/functional/hash/test/link_no_ext_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/link_no_ext_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/link_no_ext_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/link_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/link_test.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/link_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/functional/hash/test/link_test_2.cpp
==============================================================================
--- branches/unordered/trunk/libs/functional/hash/test/link_test_2.cpp (original)
+++ branches/unordered/trunk/libs/functional/hash/test/link_test_2.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/unordered/doc/buckets.qbk
==============================================================================
--- branches/unordered/trunk/libs/unordered/doc/buckets.qbk (original)
+++ branches/unordered/trunk/libs/unordered/doc/buckets.qbk 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,4 +1,4 @@
-[/ Copyright 2006-2007 Daniel James.
+[/ Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/doc/comparison.qbk
==============================================================================
--- branches/unordered/trunk/libs/unordered/doc/comparison.qbk (original)
+++ branches/unordered/trunk/libs/unordered/doc/comparison.qbk 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,4 +1,4 @@
-[/ Copyright 2006-2007 Daniel James.
+[/ Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/doc/hash_equality.qbk
==============================================================================
--- branches/unordered/trunk/libs/unordered/doc/hash_equality.qbk (original)
+++ branches/unordered/trunk/libs/unordered/doc/hash_equality.qbk 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,4 +1,4 @@
-[/ Copyright 2006-2007 Daniel James.
+[/ Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/doc/intro.qbk
==============================================================================
--- branches/unordered/trunk/libs/unordered/doc/intro.qbk (original)
+++ branches/unordered/trunk/libs/unordered/doc/intro.qbk 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,4 +1,4 @@
-[/ Copyright 2006-2007 Daniel James.
+[/ Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/doc/rationale.qbk
==============================================================================
--- branches/unordered/trunk/libs/unordered/doc/rationale.qbk (original)
+++ branches/unordered/trunk/libs/unordered/doc/rationale.qbk 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,4 +1,4 @@
-[/ Copyright 2006-2007 Daniel James.
+[/ Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/doc/ref.xml
==============================================================================
--- branches/unordered/trunk/libs/unordered/doc/ref.xml (original)
+++ branches/unordered/trunk/libs/unordered/doc/ref.xml 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 <!--
-Copyright Daniel James 2006-2007
+Copyright Daniel James 2006-2008
 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: branches/unordered/trunk/libs/unordered/doc/src_code/point1.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/doc/src_code/point1.cpp (original)
+++ branches/unordered/trunk/libs/unordered/doc/src_code/point1.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/doc/src_code/point2.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/doc/src_code/point2.cpp (original)
+++ branches/unordered/trunk/libs/unordered/doc/src_code/point2.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/doc/unordered.qbk
==============================================================================
--- branches/unordered/trunk/libs/unordered/doc/unordered.qbk (original)
+++ branches/unordered/trunk/libs/unordered/doc/unordered.qbk 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,4 +1,4 @@
-[/ Copyright 2006-2007 Daniel James.
+[/ Copyright 2006-2008 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) ]
 
@@ -6,7 +6,7 @@
     [quickbook 1.4]
     [authors [James, Daniel]]
     [copyright 2003 2004 Jeremy B. Maitin-Shepard]
- [copyright 2005 2006 2007 Daniel James]
+ [copyright 2005 2006 2007 2008 Daniel James]
     [purpose std::tr1 compliant hash containers]
     [id unordered]
     [dirname unordered]

Modified: branches/unordered/trunk/libs/unordered/examples/case_insensitive.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/examples/case_insensitive.hpp (original)
+++ branches/unordered/trunk/libs/unordered/examples/case_insensitive.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/examples/case_insensitive_test.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/examples/case_insensitive_test.cpp (original)
+++ branches/unordered/trunk/libs/unordered/examples/case_insensitive_test.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/Jamfile.v2
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/Jamfile.v2 (original)
+++ branches/unordered/trunk/libs/unordered/test/Jamfile.v2 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-# Copyright 2006-2007 Daniel James.
+# Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/exception/Jamfile.v2
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/exception/Jamfile.v2 (original)
+++ branches/unordered/trunk/libs/unordered/test/exception/Jamfile.v2 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-# Copyright 2006-2007 Daniel James.
+# Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/exception/assign_exception_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/exception/assign_exception_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/exception/assign_exception_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/exception/constructor_exception_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/exception/constructor_exception_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/exception/constructor_exception_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/exception/containers.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/exception/containers.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/exception/containers.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/exception/copy_exception_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/exception/copy_exception_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/exception/copy_exception_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/exception/erase_exception_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/exception/erase_exception_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/exception/erase_exception_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/exception/insert_exception_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/exception/insert_exception_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/exception/insert_exception_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/exception/rehash_exception_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/exception/rehash_exception_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/exception/rehash_exception_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/exception/swap_exception_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/exception/swap_exception_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/exception/swap_exception_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/helpers/allocator.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/allocator.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/allocator.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/helpers/check_return_type.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/check_return_type.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/check_return_type.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/unordered/test/helpers/equivalent.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/equivalent.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/equivalent.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/unordered/test/helpers/exception_test.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/exception_test.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/exception_test.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/helpers/fwd.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/fwd.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/fwd.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/helpers/generators.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/generators.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/generators.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/unordered/test/helpers/helpers.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/helpers.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/helpers.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/helpers/input_iterator.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/input_iterator.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/input_iterator.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/unordered/test/helpers/invariants.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/invariants.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/invariants.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/helpers/metafunctions.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/metafunctions.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/metafunctions.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/unordered/test/helpers/random_values.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/random_values.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/random_values.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/unordered/test/helpers/strong.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/strong.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/strong.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/unordered/test/helpers/test.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/test.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/test.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/helpers/tracker.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/helpers/tracker.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/helpers/tracker.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/objects/exception.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/objects/exception.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/objects/exception.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/objects/fwd.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/objects/fwd.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/objects/fwd.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/objects/memory.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/objects/memory.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/objects/memory.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/objects/minimal.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/objects/minimal.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/objects/minimal.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/objects/test.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/objects/test.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/objects/test.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/Jamfile.v2
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/Jamfile.v2 (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/Jamfile.v2 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-# Copyright 2006-2007 Daniel James.
+# Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/assign_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/assign_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/assign_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/at_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/at_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/at_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2007 Daniel James.
+// Copyright 2007-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/bucket_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/bucket_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/bucket_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/compile_map.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/compile_map.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/compile_map.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/compile_set.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/compile_set.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/compile_set.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/compile_tests.hpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/compile_tests.hpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/compile_tests.hpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2005-2007 Daniel James.
+// Copyright 2005-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/constructor_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/constructor_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/constructor_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/copy_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/copy_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/copy_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/equivalent_keys_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/equivalent_keys_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/equivalent_keys_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/erase_equiv_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/erase_equiv_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/erase_equiv_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/erase_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/erase_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/erase_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/find_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/find_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/find_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/insert_stable_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/insert_stable_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/insert_stable_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2007 Daniel James.
+// Copyright 2007-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/insert_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/insert_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/insert_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/link_test_1.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/link_test_1.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/link_test_1.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/link_test_2.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/link_test_2.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/link_test_2.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/load_factor_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/load_factor_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/load_factor_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/rehash_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/rehash_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/rehash_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/simple_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/simple_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/simple_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/swap_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/swap_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/swap_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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: branches/unordered/trunk/libs/unordered/test/unordered/unnecessary_copy_tests.cpp
==============================================================================
--- branches/unordered/trunk/libs/unordered/test/unordered/unnecessary_copy_tests.cpp (original)
+++ branches/unordered/trunk/libs/unordered/test/unordered/unnecessary_copy_tests.cpp 2008-03-24 13:56:28 EDT (Mon, 24 Mar 2008)
@@ -1,5 +1,5 @@
 
-// Copyright 2006-2007 Daniel James.
+// Copyright 2006-2008 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)
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk