Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50426 - in sandbox/SOC/2006/tree/trunk: . boost/tree boost/tree/detail boost/tree/detail/algorithm boost/tree/detail/augmentors boost/tree/detail/balancers boost/tree/detail/comparators boost/tree/detail/cursor boost/tree/detail/node libs/tree/doc libs/tree/example libs/tree/test
From: ockham_at_[hidden]
Date: 2009-01-01 07:08:44


Author: bernhard.reiter
Date: 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
New Revision: 50426
URL: http://svn.boost.org/trac/boost/changeset/50426

Log:
Update copyright notice: 2008->2009.
Text files modified:
   sandbox/SOC/2006/tree/trunk/TODO | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/algorithm.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/ascending_cursor.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/balanced_tree.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/binary_tree.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/coupling_cursor.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/cursor.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/cursor_adaptor.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/cursor_archetypes.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/cursor_concepts.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/cursor_facade.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/ascending.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/general.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/inorder.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/iterative.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/postorder.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/preorder.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/augmented_iterator.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/augmentors/interval.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/augmentors/rank.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/augmentors/unaugmented.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/balancers/red_black.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/balancers/treap.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/balancers/unbalanced.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/comparators/string.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/cursor/forest.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/cursor/multiway.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/cursor/nary.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/node/nary.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/node/traits.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/detail/range_helpers.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/forest_tree.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/graph.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/insert_cursor.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/iterator.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/multiway_tree.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/nary_tree.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/output_iterator_cursor.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/root_tracking_cursor.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/searcher.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/boost/tree/tree_concepts.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/doc/Jamfile.v2 | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/doc/algorithms.qbk | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/doc/concepts.qbk | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/doc/cursor.qbk | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/doc/glossary.qbk | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/doc/hierarchy.qbk | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/doc/implementation.qbk | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/doc/overview.qbk | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/doc/tree.qbk | 4 ++--
   sandbox/SOC/2006/tree/trunk/libs/tree/doc/tutorial.qbk | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/example/Jamfile.v2 | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/example/for_each.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/example/stl_lower_bound.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/Jamfile.v2 | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/algorithm_concepts_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/ascending_cursor_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/binary_tree_search_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/binary_tree_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/cursor_algorithm_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/fake_binary_tree.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/forest_tree_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/graph_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/helpers.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/insert_cursor_test.cpp | 18 +++++++++++++++++-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/interval_search_binary_tree_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/iterator_algorithm_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/key_search_binary_tree_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/multiway_tree_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/nary_tree_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/range_helpers_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/rank_search_binary_tree_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/red_black_tree_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/search_ordered_vector_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/string_search_binary_tree_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/test_tree_traversal_data.hpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/treap_test.cpp | 2 +-
   sandbox/SOC/2006/tree/trunk/libs/tree/test/unbalanced_binary_tree_test.cpp | 2 +-
   78 files changed, 95 insertions(+), 79 deletions(-)

Modified: sandbox/SOC/2006/tree/trunk/TODO
==============================================================================
--- sandbox/SOC/2006/tree/trunk/TODO (original)
+++ sandbox/SOC/2006/tree/trunk/TODO 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2006-2008, Bernhard Reiter
+ / Copyright (c) 2006-2009, Bernhard Reiter
  /
  / Distributed under the Boost Software License, Version 1.0.
  / (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/algorithm.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/algorithm.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/algorithm.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/ascending_cursor.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/ascending_cursor.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/ascending_cursor.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/balanced_tree.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/balanced_tree.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/balanced_tree.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/binary_tree.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/binary_tree.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/binary_tree.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/coupling_cursor.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/coupling_cursor.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/coupling_cursor.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/cursor.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/cursor.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/cursor.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/cursor_adaptor.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/cursor_adaptor.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/cursor_adaptor.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/cursor_archetypes.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/cursor_archetypes.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/cursor_archetypes.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/cursor_concepts.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/cursor_concepts.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/cursor_concepts.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/cursor_facade.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/cursor_facade.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/cursor_facade.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/ascending.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/ascending.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/ascending.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/general.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/general.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/general.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/inorder.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/inorder.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/inorder.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/iterative.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/iterative.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/iterative.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/postorder.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/postorder.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/postorder.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/preorder.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/preorder.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/algorithm/preorder.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/augmented_iterator.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/augmented_iterator.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/augmented_iterator.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/augmentors/interval.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/augmentors/interval.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/augmentors/interval.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/augmentors/rank.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/augmentors/rank.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/augmentors/rank.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/augmentors/unaugmented.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/augmentors/unaugmented.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/augmentors/unaugmented.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/balancers/red_black.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/balancers/red_black.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/balancers/red_black.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/balancers/treap.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/balancers/treap.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/balancers/treap.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/balancers/unbalanced.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/balancers/unbalanced.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/balancers/unbalanced.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/comparators/string.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/comparators/string.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/comparators/string.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/cursor/forest.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/cursor/forest.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/cursor/forest.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/cursor/multiway.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/cursor/multiway.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/cursor/multiway.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/cursor/nary.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/cursor/nary.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/cursor/nary.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/node/nary.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/node/nary.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/node/nary.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/node/traits.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/node/traits.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/node/traits.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/range_helpers.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/range_helpers.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/range_helpers.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/forest_tree.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/forest_tree.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/forest_tree.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/graph.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/graph.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/graph.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/insert_cursor.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/insert_cursor.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/insert_cursor.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/iterator.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/iterator.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/iterator.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/multiway_tree.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/multiway_tree.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/multiway_tree.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/nary_tree.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/nary_tree.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/nary_tree.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/output_iterator_cursor.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/output_iterator_cursor.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/output_iterator_cursor.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/root_tracking_cursor.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/root_tracking_cursor.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/root_tracking_cursor.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/searcher.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/searcher.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/searcher.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/boost/tree/tree_concepts.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/tree_concepts.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/tree_concepts.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/doc/Jamfile.v2
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/doc/Jamfile.v2 (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/doc/Jamfile.v2 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2008, Bernhard Reiter
+# Copyright (c) 2006-2009, Bernhard Reiter
 #
 # Distributed under the Boost Software License, Version 1.0.
 # (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/doc/algorithms.qbk
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/doc/algorithms.qbk (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/doc/algorithms.qbk 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2006-2008, Bernhard Reiter
+ / Copyright (c) 2006-2009, Bernhard Reiter
  /
  / Distributed under the Boost Software License, Version 1.0.
  / (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/doc/concepts.qbk
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/doc/concepts.qbk (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/doc/concepts.qbk 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2006-2008, Bernhard Reiter
+ / Copyright (c) 2006-2009, Bernhard Reiter
  /
  / Distributed under the Boost Software License, Version 1.0.
  / (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/doc/cursor.qbk
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/doc/cursor.qbk (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/doc/cursor.qbk 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2006-2008, Bernhard Reiter
+ / Copyright (c) 2006-2009, Bernhard Reiter
  /
  / Distributed under the Boost Software License, Version 1.0.
  / (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/doc/glossary.qbk
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/doc/glossary.qbk (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/doc/glossary.qbk 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2006-2008, Bernhard Reiter
+ / Copyright (c) 2006-2009, Bernhard Reiter
  /
  / Distributed under the Boost Software License, Version 1.0.
  / (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/doc/hierarchy.qbk
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/doc/hierarchy.qbk (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/doc/hierarchy.qbk 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2006-2008, Bernhard Reiter
+ / Copyright (c) 2006-2009, Bernhard Reiter
  /
  / Distributed under the Boost Software License, Version 1.0.
  / (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/doc/implementation.qbk
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/doc/implementation.qbk (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/doc/implementation.qbk 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2006-2008, Bernhard Reiter
+ / Copyright (c) 2006-2009, Bernhard Reiter
  /
  / Distributed under the Boost Software License, Version 1.0.
  / (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/doc/overview.qbk
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/doc/overview.qbk (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/doc/overview.qbk 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2006-2008, Bernhard Reiter
+ / Copyright (c) 2006-2009, Bernhard Reiter
  /
  / Distributed under the Boost Software License, Version 1.0.
  / (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/doc/tree.qbk
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/doc/tree.qbk (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/doc/tree.qbk 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2006-2008, Bernhard Reiter
+ / Copyright (c) 2006-2009, Bernhard Reiter
  /
  / Distributed under the Boost Software License, Version 1.0.
  / (See accompanying file LICENSE_1_0.txt or copy at
@@ -14,7 +14,7 @@
 [library Boost.Tree
     [quickbook 1.4]
     [authors [Reiter, Bernhard]]
- [copyright 2006-2008 Bernhard Reiter]
+ [copyright 2006-2009 Bernhard Reiter]
     [purpose Generic tree framework]
     [license
                     

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/doc/tutorial.qbk
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/doc/tutorial.qbk (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/doc/tutorial.qbk 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,5 +1,5 @@
 [/
- / Copyright (c) 2006-2008, Bernhard Reiter
+ / Copyright (c) 2006-2009, Bernhard Reiter
  /
  / Distributed under the Boost Software License, Version 1.0.
  / (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/example/Jamfile.v2
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/example/Jamfile.v2 (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/example/Jamfile.v2 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2008, Bernhard Reiter
+# Copyright (c) 2006-2009, Bernhard Reiter
 #
 # Distributed under the Boost Software License, Version 1.0.
 # (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/example/for_each.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/example/for_each.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/example/for_each.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/example/stl_lower_bound.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/example/stl_lower_bound.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/example/stl_lower_bound.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/Jamfile.v2
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/Jamfile.v2 (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/Jamfile.v2 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2008, Bernhard Reiter
+# Copyright (c) 2006-2009, Bernhard Reiter
 #
 # Distributed under the Boost Software License, Version 1.0.
 # (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/algorithm_concepts_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/algorithm_concepts_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/algorithm_concepts_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/ascending_cursor_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/ascending_cursor_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/ascending_cursor_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/binary_tree_search_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/binary_tree_search_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/binary_tree_search_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/binary_tree_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/binary_tree_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/binary_tree_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/cursor_algorithm_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/cursor_algorithm_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/cursor_algorithm_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/fake_binary_tree.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/fake_binary_tree.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/fake_binary_tree.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/forest_tree_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/forest_tree_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/forest_tree_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/graph_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/graph_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/graph_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/helpers.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/helpers.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/helpers.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/insert_cursor_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/insert_cursor_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/insert_cursor_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at
@@ -43,6 +43,22 @@
     *cur.end().end().begin().begin().end().begin() = 12; //Leaf
 }
 
+template <class Cursor>
+void fill_subtree_with_data_in_preorder(Cursor cur)
+{
+ *cur.to_begin() = 8;
+ *cur.to_begin() = 3;
+ *cur.to_begin() = 1; //Leaf
+ *cur.begin().end().begin() = 6;
+ *cur.begin().end().begin().begin() = 4; //Leaf
+ *cur.begin().end().end().begin() = 7; //Leaf
+ *cur.end().begin() = 10;
+ *cur.end().end().begin() = 14;
+ *cur.end().end().begin().begin() = 13;
+ *cur.end().end().begin().begin().begin() = 11;
+ *cur.end().end().begin().begin().end().begin() = 12; //Leaf
+}
+
 BOOST_AUTO_TEST_CASE_TEMPLATE ( test_desc_copy_using_insert_cursor, Order, orders )
 {
     bt2.clear();

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/interval_search_binary_tree_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/interval_search_binary_tree_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/interval_search_binary_tree_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/iterator_algorithm_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/iterator_algorithm_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/iterator_algorithm_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/key_search_binary_tree_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/key_search_binary_tree_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/key_search_binary_tree_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/multiway_tree_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/multiway_tree_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/multiway_tree_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/nary_tree_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/nary_tree_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/nary_tree_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/range_helpers_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/range_helpers_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/range_helpers_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/rank_search_binary_tree_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/rank_search_binary_tree_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/rank_search_binary_tree_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/red_black_tree_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/red_black_tree_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/red_black_tree_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/search_ordered_vector_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/search_ordered_vector_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/search_ordered_vector_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/string_search_binary_tree_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/string_search_binary_tree_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/string_search_binary_tree_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/test_tree_traversal_data.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/test_tree_traversal_data.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/test_tree_traversal_data.hpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/treap_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/treap_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/treap_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at

Modified: sandbox/SOC/2006/tree/trunk/libs/tree/test/unbalanced_binary_tree_test.cpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/libs/tree/test/unbalanced_binary_tree_test.cpp (original)
+++ sandbox/SOC/2006/tree/trunk/libs/tree/test/unbalanced_binary_tree_test.cpp 2009-01-01 07:08:37 EST (Thu, 01 Jan 2009)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008, Bernhard Reiter
+// Copyright (c) 2006-2009, Bernhard Reiter
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at


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