Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-03-31 13:11:54


Author: danieljames
Date: 2008-03-31 13:11:43 EDT (Mon, 31 Mar 2008)
New Revision: 43960
URL: http://svn.boost.org/trac/boost/changeset/43960

Log:
Branching unordered to create a version to use with boost 1.35
Added:
   branches/unordered/add-on/
      - copied from r43959, /branches/unordered/trunk/
   branches/unordered/add-on/boost/
      - copied from r43958, /branches/unordered/trunk/boost/
   branches/unordered/add-on/doc/
      - copied from r43958, /branches/unordered/trunk/doc/
   branches/unordered/add-on/index.htm
      - copied unchanged from r43958, /branches/unordered/trunk/index.htm
   branches/unordered/add-on/index.html
      - copied unchanged from r43958, /branches/unordered/trunk/index.html
   branches/unordered/add-on/libs/
      - copied from r43958, /branches/unordered/trunk/libs/
   branches/unordered/add-on/project-root.jam
      - copied unchanged from r43958, /branches/unordered/trunk/project-root.jam
   branches/unordered/add-on/release.sh
      - copied unchanged from r43958, /branches/unordered/trunk/release.sh
   branches/unordered/dev/libs/unordered/doc/bibliography.xml
      - copied unchanged from r43894, /branches/unordered/trunk/libs/unordered/doc/bibliography.xml
Properties modified:
   branches/unordered/dev/ (props changed)
Text files modified:
   branches/unordered/dev/boost/functional/detail/container_fwd.hpp | 2 +-
   branches/unordered/dev/boost/functional/detail/float_functions.hpp | 2 +-
   branches/unordered/dev/boost/functional/detail/hash_float.hpp | 2 +-
   branches/unordered/dev/boost/functional/hash.hpp | 2 +-
   branches/unordered/dev/boost/functional/hash/deque.hpp | 2 +-
   branches/unordered/dev/boost/functional/hash/extensions.hpp | 2 +-
   branches/unordered/dev/boost/functional/hash/hash.hpp | 2 +-
   branches/unordered/dev/boost/functional/hash/list.hpp | 2 +-
   branches/unordered/dev/boost/functional/hash/map.hpp | 2 +-
   branches/unordered/dev/boost/functional/hash/pair.hpp | 2 +-
   branches/unordered/dev/boost/functional/hash/set.hpp | 2 +-
   branches/unordered/dev/boost/functional/hash/vector.hpp | 2 +-
   branches/unordered/dev/boost/functional/hash_fwd.hpp | 2 +-
   branches/unordered/dev/boost/unordered/detail/allocator.hpp | 2 +-
   branches/unordered/dev/boost/unordered/detail/hash_table.hpp | 2 +-
   branches/unordered/dev/boost/unordered/detail/hash_table_impl.hpp | 3 ++-
   branches/unordered/dev/boost/unordered_map.hpp | 2 +-
   branches/unordered/dev/boost/unordered_set.hpp | 2 +-
   branches/unordered/dev/libs/functional/hash/doc/Jamfile.v2 | 2 +-
   branches/unordered/dev/libs/functional/hash/doc/changes.qbk | 2 +-
   branches/unordered/dev/libs/functional/hash/doc/disable.qbk | 2 +-
   branches/unordered/dev/libs/functional/hash/doc/hash.qbk | 2 +-
   branches/unordered/dev/libs/functional/hash/doc/intro.qbk | 2 +-
   branches/unordered/dev/libs/functional/hash/doc/links.qbk | 2 +-
   branches/unordered/dev/libs/functional/hash/doc/portability.qbk | 2 +-
   branches/unordered/dev/libs/functional/hash/doc/ref.xml | 2 +-
   branches/unordered/dev/libs/functional/hash/doc/thanks.qbk | 2 +-
   branches/unordered/dev/libs/functional/hash/doc/tutorial.qbk | 2 +-
   branches/unordered/dev/libs/functional/hash/examples/books.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/examples/books.hpp | 2 +-
   branches/unordered/dev/libs/functional/hash/examples/portable.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/Jamfile.v2 | 2 +-
   branches/unordered/dev/libs/functional/hash/test/compile_time.hpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/config.hpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/container_fwd_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_built_in_array_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_complex_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_custom_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_deprecated_headers.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_deque_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_float_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_float_test.hpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_friend_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_function_pointer_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_fwd_test.hpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_fwd_test_1.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_fwd_test_2.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_global_namespace_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_list_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_long_double_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_map_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_map_test.hpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_no_ext_fail_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_no_ext_macro_1.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_no_ext_macro_2.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_number_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_pointer_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_range_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_sequence_test.hpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_set_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_set_test.hpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_string_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_value_array_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/hash_vector_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/link_ext_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/link_no_ext_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/link_test.cpp | 2 +-
   branches/unordered/dev/libs/functional/hash/test/link_test_2.cpp | 2 +-
   branches/unordered/dev/libs/unordered/doc/buckets.qbk | 2 +-
   branches/unordered/dev/libs/unordered/doc/comparison.qbk | 2 +-
   branches/unordered/dev/libs/unordered/doc/hash_equality.qbk | 2 +-
   branches/unordered/dev/libs/unordered/doc/intro.qbk | 2 +-
   branches/unordered/dev/libs/unordered/doc/rationale.qbk | 2 +-
   branches/unordered/dev/libs/unordered/doc/ref.xml | 2 +-
   branches/unordered/dev/libs/unordered/doc/src_code/point1.cpp | 2 +-
   branches/unordered/dev/libs/unordered/doc/src_code/point2.cpp | 2 +-
   branches/unordered/dev/libs/unordered/doc/unordered.qbk | 6 +++---
   branches/unordered/dev/libs/unordered/examples/case_insensitive.hpp | 2 +-
   branches/unordered/dev/libs/unordered/examples/case_insensitive_test.cpp | 2 +-
   branches/unordered/dev/libs/unordered/examples/hash_functions/fnv-1.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/Jamfile.v2 | 2 +-
   branches/unordered/dev/libs/unordered/test/exception/Jamfile.v2 | 2 +-
   branches/unordered/dev/libs/unordered/test/exception/assign_exception_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/exception/constructor_exception_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/exception/containers.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/exception/copy_exception_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/exception/erase_exception_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/exception/insert_exception_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/exception/rehash_exception_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/exception/swap_exception_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/helpers/allocator.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/helpers/check_return_type.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/helpers/equivalent.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/helpers/exception_test.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/helpers/fwd.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/helpers/generators.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/helpers/helpers.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/helpers/input_iterator.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/helpers/invariants.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/helpers/metafunctions.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/helpers/random_values.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/helpers/strong.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/helpers/test.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/helpers/tracker.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/objects/exception.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/objects/fwd.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/objects/memory.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/objects/minimal.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/objects/test.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/Jamfile.v2 | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/assign_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/at_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/bucket_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/compile_map.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/compile_set.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/compile_tests.hpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/constructor_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/copy_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/equivalent_keys_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/erase_equiv_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/erase_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/find_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/insert_stable_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/insert_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/link_test_1.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/link_test_2.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/load_factor_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/rehash_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/simple_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/swap_tests.cpp | 2 +-
   branches/unordered/dev/libs/unordered/test/unordered/unnecessary_copy_tests.cpp | 2 +-
   branches/unordered/dev/release.sh | 8 +++-----
   132 files changed, 137 insertions(+), 138 deletions(-)

Modified: branches/unordered/dev/boost/functional/detail/container_fwd.hpp
==============================================================================
--- branches/unordered/dev/boost/functional/detail/container_fwd.hpp (original)
+++ branches/unordered/dev/boost/functional/detail/container_fwd.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/boost/functional/detail/float_functions.hpp
==============================================================================
--- branches/unordered/dev/boost/functional/detail/float_functions.hpp (original)
+++ branches/unordered/dev/boost/functional/detail/float_functions.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/boost/functional/detail/hash_float.hpp
==============================================================================
--- branches/unordered/dev/boost/functional/detail/hash_float.hpp (original)
+++ branches/unordered/dev/boost/functional/detail/hash_float.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/boost/functional/hash.hpp
==============================================================================
--- branches/unordered/dev/boost/functional/hash.hpp (original)
+++ branches/unordered/dev/boost/functional/hash.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/boost/functional/hash/deque.hpp
==============================================================================
--- branches/unordered/dev/boost/functional/hash/deque.hpp (original)
+++ branches/unordered/dev/boost/functional/hash/deque.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/boost/functional/hash/extensions.hpp
==============================================================================
--- branches/unordered/dev/boost/functional/hash/extensions.hpp (original)
+++ branches/unordered/dev/boost/functional/hash/extensions.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/boost/functional/hash/hash.hpp
==============================================================================
--- branches/unordered/dev/boost/functional/hash/hash.hpp (original)
+++ branches/unordered/dev/boost/functional/hash/hash.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/boost/functional/hash/list.hpp
==============================================================================
--- branches/unordered/dev/boost/functional/hash/list.hpp (original)
+++ branches/unordered/dev/boost/functional/hash/list.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/boost/functional/hash/map.hpp
==============================================================================
--- branches/unordered/dev/boost/functional/hash/map.hpp (original)
+++ branches/unordered/dev/boost/functional/hash/map.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/boost/functional/hash/pair.hpp
==============================================================================
--- branches/unordered/dev/boost/functional/hash/pair.hpp (original)
+++ branches/unordered/dev/boost/functional/hash/pair.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/boost/functional/hash/set.hpp
==============================================================================
--- branches/unordered/dev/boost/functional/hash/set.hpp (original)
+++ branches/unordered/dev/boost/functional/hash/set.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/boost/functional/hash/vector.hpp
==============================================================================
--- branches/unordered/dev/boost/functional/hash/vector.hpp (original)
+++ branches/unordered/dev/boost/functional/hash/vector.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/boost/functional/hash_fwd.hpp
==============================================================================
--- branches/unordered/dev/boost/functional/hash_fwd.hpp (original)
+++ branches/unordered/dev/boost/functional/hash_fwd.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/boost/unordered/detail/allocator.hpp
==============================================================================
--- branches/unordered/dev/boost/unordered/detail/allocator.hpp (original)
+++ branches/unordered/dev/boost/unordered/detail/allocator.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/boost/unordered/detail/hash_table.hpp
==============================================================================
--- branches/unordered/dev/boost/unordered/detail/hash_table.hpp (original)
+++ branches/unordered/dev/boost/unordered/detail/hash_table.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/boost/unordered/detail/hash_table_impl.hpp
==============================================================================
--- branches/unordered/dev/boost/unordered/detail/hash_table_impl.hpp (original)
+++ branches/unordered/dev/boost/unordered/detail/hash_table_impl.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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)
 
@@ -253,6 +253,7 @@
 
             class iterator_base
             {
+ typedef BOOST_UNORDERED_TABLE_DATA<Alloc> data;
             public:
                 bucket_ptr bucket_;
                 link_ptr node_;

Modified: branches/unordered/dev/boost/unordered_map.hpp
==============================================================================
--- branches/unordered/dev/boost/unordered_map.hpp (original)
+++ branches/unordered/dev/boost/unordered_map.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/boost/unordered_set.hpp
==============================================================================
--- branches/unordered/dev/boost/unordered_set.hpp (original)
+++ branches/unordered/dev/boost/unordered_set.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/doc/Jamfile.v2
==============================================================================
--- branches/unordered/dev/libs/functional/hash/doc/Jamfile.v2 (original)
+++ branches/unordered/dev/libs/functional/hash/doc/Jamfile.v2 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/doc/changes.qbk
==============================================================================
--- branches/unordered/dev/libs/functional/hash/doc/changes.qbk (original)
+++ branches/unordered/dev/libs/functional/hash/doc/changes.qbk 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/doc/disable.qbk
==============================================================================
--- branches/unordered/dev/libs/functional/hash/doc/disable.qbk (original)
+++ branches/unordered/dev/libs/functional/hash/doc/disable.qbk 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/doc/hash.qbk
==============================================================================
--- branches/unordered/dev/libs/functional/hash/doc/hash.qbk (original)
+++ branches/unordered/dev/libs/functional/hash/doc/hash.qbk 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/doc/intro.qbk
==============================================================================
--- branches/unordered/dev/libs/functional/hash/doc/intro.qbk (original)
+++ branches/unordered/dev/libs/functional/hash/doc/intro.qbk 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/doc/links.qbk
==============================================================================
--- branches/unordered/dev/libs/functional/hash/doc/links.qbk (original)
+++ branches/unordered/dev/libs/functional/hash/doc/links.qbk 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/doc/portability.qbk
==============================================================================
--- branches/unordered/dev/libs/functional/hash/doc/portability.qbk (original)
+++ branches/unordered/dev/libs/functional/hash/doc/portability.qbk 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/doc/ref.xml
==============================================================================
--- branches/unordered/dev/libs/functional/hash/doc/ref.xml (original)
+++ branches/unordered/dev/libs/functional/hash/doc/ref.xml 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/doc/thanks.qbk
==============================================================================
--- branches/unordered/dev/libs/functional/hash/doc/thanks.qbk (original)
+++ branches/unordered/dev/libs/functional/hash/doc/thanks.qbk 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/doc/tutorial.qbk
==============================================================================
--- branches/unordered/dev/libs/functional/hash/doc/tutorial.qbk (original)
+++ branches/unordered/dev/libs/functional/hash/doc/tutorial.qbk 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/examples/books.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/examples/books.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/examples/books.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/examples/books.hpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/examples/books.hpp (original)
+++ branches/unordered/dev/libs/functional/hash/examples/books.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/examples/portable.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/examples/portable.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/examples/portable.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/Jamfile.v2
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/Jamfile.v2 (original)
+++ branches/unordered/dev/libs/functional/hash/test/Jamfile.v2 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/compile_time.hpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/compile_time.hpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/compile_time.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/config.hpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/config.hpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/config.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/container_fwd_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/container_fwd_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/container_fwd_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_built_in_array_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_built_in_array_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_built_in_array_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_complex_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_complex_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_complex_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_custom_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_custom_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_custom_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_deprecated_headers.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_deprecated_headers.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_deprecated_headers.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_deque_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_deque_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_deque_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_float_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_float_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_float_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_float_test.hpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_float_test.hpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_float_test.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_friend_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_friend_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_friend_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_function_pointer_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_function_pointer_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_function_pointer_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_fwd_test.hpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_fwd_test.hpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_fwd_test.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_fwd_test_1.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_fwd_test_1.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_fwd_test_1.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_fwd_test_2.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_fwd_test_2.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_fwd_test_2.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_global_namespace_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_global_namespace_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_global_namespace_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_list_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_list_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_list_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_long_double_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_long_double_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_long_double_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_map_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_map_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_map_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_map_test.hpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_map_test.hpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_map_test.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_no_ext_fail_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_no_ext_fail_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_no_ext_fail_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_no_ext_macro_1.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_no_ext_macro_1.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_no_ext_macro_1.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_no_ext_macro_2.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_no_ext_macro_2.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_no_ext_macro_2.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_number_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_number_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_number_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_pointer_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_pointer_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_pointer_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_range_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_range_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_range_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_sequence_test.hpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_sequence_test.hpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_sequence_test.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_set_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_set_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_set_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_set_test.hpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_set_test.hpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_set_test.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_string_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_string_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_string_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_value_array_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_value_array_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_value_array_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/hash_vector_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/hash_vector_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/hash_vector_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/link_ext_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/link_ext_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/link_ext_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/link_no_ext_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/link_no_ext_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/link_no_ext_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/link_test.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/link_test.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/link_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/functional/hash/test/link_test_2.cpp
==============================================================================
--- branches/unordered/dev/libs/functional/hash/test/link_test_2.cpp (original)
+++ branches/unordered/dev/libs/functional/hash/test/link_test_2.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/doc/buckets.qbk
==============================================================================
--- branches/unordered/dev/libs/unordered/doc/buckets.qbk (original)
+++ branches/unordered/dev/libs/unordered/doc/buckets.qbk 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/doc/comparison.qbk
==============================================================================
--- branches/unordered/dev/libs/unordered/doc/comparison.qbk (original)
+++ branches/unordered/dev/libs/unordered/doc/comparison.qbk 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/doc/hash_equality.qbk
==============================================================================
--- branches/unordered/dev/libs/unordered/doc/hash_equality.qbk (original)
+++ branches/unordered/dev/libs/unordered/doc/hash_equality.qbk 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/doc/intro.qbk
==============================================================================
--- branches/unordered/dev/libs/unordered/doc/intro.qbk (original)
+++ branches/unordered/dev/libs/unordered/doc/intro.qbk 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/doc/rationale.qbk
==============================================================================
--- branches/unordered/dev/libs/unordered/doc/rationale.qbk (original)
+++ branches/unordered/dev/libs/unordered/doc/rationale.qbk 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/doc/ref.xml
==============================================================================
--- branches/unordered/dev/libs/unordered/doc/ref.xml (original)
+++ branches/unordered/dev/libs/unordered/doc/ref.xml 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/doc/src_code/point1.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/doc/src_code/point1.cpp (original)
+++ branches/unordered/dev/libs/unordered/doc/src_code/point1.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/doc/src_code/point2.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/doc/src_code/point2.cpp (original)
+++ branches/unordered/dev/libs/unordered/doc/src_code/point2.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/doc/unordered.qbk
==============================================================================
--- branches/unordered/dev/libs/unordered/doc/unordered.qbk (original)
+++ branches/unordered/dev/libs/unordered/doc/unordered.qbk 2008-03-31 13:11:43 EDT (Mon, 31 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]
@@ -22,5 +22,5 @@
 [include:unordered hash_equality.qbk]
 [include:unordered comparison.qbk]
 [include:unordered rationale.qbk]
-
 [xinclude ref.xml]
+[xinclude bibliography.xml]

Modified: branches/unordered/dev/libs/unordered/examples/case_insensitive.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/examples/case_insensitive.hpp (original)
+++ branches/unordered/dev/libs/unordered/examples/case_insensitive.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/examples/case_insensitive_test.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/examples/case_insensitive_test.cpp (original)
+++ branches/unordered/dev/libs/unordered/examples/case_insensitive_test.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/examples/hash_functions/fnv-1.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/examples/hash_functions/fnv-1.hpp (original)
+++ branches/unordered/dev/libs/unordered/examples/hash_functions/fnv-1.hpp 2008-03-31 13:11:43 EDT (Mon, 31 Mar 2008)
@@ -55,7 +55,7 @@
     // 128 bit FNV_prime = 309485009821345068724781401
     // 256 bit FNV_prime = 374144419156711147060143317175368453031918731002211
 
- const std::size_t fnv_offset_bias = 2166136261;
+ const std::size_t fnv_offset_bias = 2166136261u;
     // 64 bit offset_basis = 14695981039346656037
     // 128 bit offset_basis = 275519064689413815358837431229664493455
     // 256 bit offset_basis = 100029257958052580907070968620625704837092796014241193945225284501741471925557

Modified: branches/unordered/dev/libs/unordered/test/Jamfile.v2
==============================================================================
--- branches/unordered/dev/libs/unordered/test/Jamfile.v2 (original)
+++ branches/unordered/dev/libs/unordered/test/Jamfile.v2 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/exception/Jamfile.v2
==============================================================================
--- branches/unordered/dev/libs/unordered/test/exception/Jamfile.v2 (original)
+++ branches/unordered/dev/libs/unordered/test/exception/Jamfile.v2 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/exception/assign_exception_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/exception/assign_exception_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/exception/assign_exception_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/exception/constructor_exception_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/exception/constructor_exception_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/exception/constructor_exception_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/exception/containers.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/exception/containers.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/exception/containers.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/exception/copy_exception_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/exception/copy_exception_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/exception/copy_exception_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/exception/erase_exception_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/exception/erase_exception_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/exception/erase_exception_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/exception/insert_exception_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/exception/insert_exception_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/exception/insert_exception_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/exception/rehash_exception_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/exception/rehash_exception_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/exception/rehash_exception_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/exception/swap_exception_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/exception/swap_exception_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/exception/swap_exception_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/helpers/allocator.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/helpers/allocator.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/helpers/allocator.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/helpers/check_return_type.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/helpers/check_return_type.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/helpers/check_return_type.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/helpers/equivalent.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/helpers/equivalent.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/helpers/equivalent.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/helpers/exception_test.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/helpers/exception_test.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/helpers/exception_test.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/helpers/fwd.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/helpers/fwd.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/helpers/fwd.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/helpers/generators.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/helpers/generators.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/helpers/generators.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/helpers/helpers.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/helpers/helpers.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/helpers/helpers.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/helpers/input_iterator.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/helpers/input_iterator.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/helpers/input_iterator.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/helpers/invariants.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/helpers/invariants.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/helpers/invariants.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/helpers/metafunctions.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/helpers/metafunctions.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/helpers/metafunctions.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/helpers/random_values.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/helpers/random_values.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/helpers/random_values.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/helpers/strong.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/helpers/strong.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/helpers/strong.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/helpers/test.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/helpers/test.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/helpers/test.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/helpers/tracker.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/helpers/tracker.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/helpers/tracker.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/objects/exception.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/objects/exception.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/objects/exception.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/objects/fwd.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/objects/fwd.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/objects/fwd.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/objects/memory.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/objects/memory.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/objects/memory.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/objects/minimal.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/objects/minimal.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/objects/minimal.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/objects/test.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/objects/test.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/objects/test.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/Jamfile.v2
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/Jamfile.v2 (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/Jamfile.v2 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/assign_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/assign_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/assign_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/at_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/at_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/at_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/bucket_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/bucket_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/bucket_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/compile_map.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/compile_map.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/compile_map.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/compile_set.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/compile_set.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/compile_set.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/compile_tests.hpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/compile_tests.hpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/compile_tests.hpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/constructor_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/constructor_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/constructor_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/copy_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/copy_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/copy_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/equivalent_keys_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/equivalent_keys_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/equivalent_keys_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/erase_equiv_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/erase_equiv_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/erase_equiv_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/erase_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/erase_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/erase_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/find_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/find_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/find_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/insert_stable_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/insert_stable_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/insert_stable_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/insert_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/insert_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/insert_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/link_test_1.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/link_test_1.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/link_test_1.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/link_test_2.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/link_test_2.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/link_test_2.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/load_factor_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/load_factor_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/load_factor_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/rehash_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/rehash_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/rehash_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/simple_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/simple_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/simple_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/swap_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/swap_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/swap_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/libs/unordered/test/unordered/unnecessary_copy_tests.cpp
==============================================================================
--- branches/unordered/dev/libs/unordered/test/unordered/unnecessary_copy_tests.cpp (original)
+++ branches/unordered/dev/libs/unordered/test/unordered/unnecessary_copy_tests.cpp 2008-03-31 13:11:43 EDT (Mon, 31 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/dev/release.sh
==============================================================================
--- branches/unordered/dev/release.sh (original)
+++ branches/unordered/dev/release.sh 2008-03-31 13:11:43 EDT (Mon, 31 Mar 2008)
@@ -1,4 +1,6 @@
-TARBALL_DIR=../../../../tarballs
+#!/bin/sh
+
+TARBALL_DIR=~/tarballs
 UNORDERED_DST=$TARBALL_DIR/unordered
 
 mkdir -p $TARBALL_DIR
@@ -12,10 +14,6 @@
 bjam
 cd -
 
-mkdir $UNORDERED_DST/doc/html/images/
-cp $BOOST_ROOT/doc/html/*.css $UNORDERED_DST/doc/html/
-cp $BOOST_ROOT/doc/html/images/*.png $UNORDERED_DST/doc/html/images/
-
 rm -r $UNORDERED_DST/libs/functional
 rm -r $UNORDERED_DST/bin.v2
 rm $UNORDERED_DST/release.sh


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