Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74406 - in trunk/libs/fusion: example/cookbook example/extension example/extension/detail example/performance preprocess test/algorithm test/sequence
From: joel_at_[hidden]
Date: 2011-09-16 01:27:29


Author: djowel
Date: 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
New Revision: 74406
URL: http://svn.boost.org/trac/boost/changeset/74406

Log:
Bumped copyright date
Text files modified:
   trunk/libs/fusion/example/cookbook/fill_em_up.cpp | 2 +-
   trunk/libs/fusion/example/extension/detail/advance_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/at_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/at_key_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/begin_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/category_of_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/deref_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/distance_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/end_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/equal_to_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/has_key_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/is_sequence_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/is_view_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/next_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/prior_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/size_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/value_at_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/value_at_key_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/detail/value_of_impl.hpp | 2 +-
   trunk/libs/fusion/example/extension/example_struct.hpp | 2 +-
   trunk/libs/fusion/example/extension/example_struct_iterator.hpp | 2 +-
   trunk/libs/fusion/example/extension/example_struct_type.hpp | 2 +-
   trunk/libs/fusion/example/extension/tag_of.hpp | 2 +-
   trunk/libs/fusion/example/extension/test_example.cpp | 2 +-
   trunk/libs/fusion/example/extension/triple.cpp | 2 +-
   trunk/libs/fusion/example/performance/accumulate.cpp | 2 +-
   trunk/libs/fusion/example/performance/functional.cpp | 2 +-
   trunk/libs/fusion/example/performance/inner_product.cpp | 2 +-
   trunk/libs/fusion/example/performance/inner_product2.cpp | 2 +-
   trunk/libs/fusion/example/performance/sequence_efficiency.cpp | 2 +-
   trunk/libs/fusion/example/performance/zip_efficiency.cpp | 2 +-
   trunk/libs/fusion/preprocess/wave.cfg | 1 +
   trunk/libs/fusion/test/algorithm/all.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/any.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/clear.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/count.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/count_if.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/erase.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/erase_key.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/filter.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/filter_if.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/find.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/find_if.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/fold.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/for_each.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/insert.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/insert_range.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/join.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/none.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/pop_front.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/push_back.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/push_front.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/remove.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/remove_if.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/replace.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/replace_if.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/reverse.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/segmented_find.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/segmented_find_if.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/segmented_fold.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/segmented_for_each.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/transform.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/zip.cpp | 2 +-
   trunk/libs/fusion/test/algorithm/zip2.cpp | 2 +-
   trunk/libs/fusion/test/sequence/as_list.cpp | 2 +-
   trunk/libs/fusion/test/sequence/as_map.cpp | 2 +-
   trunk/libs/fusion/test/sequence/as_set.cpp | 2 +-
   trunk/libs/fusion/test/sequence/as_vector.cpp | 2 +-
   trunk/libs/fusion/test/sequence/back_extended_deque.cpp | 2 +-
   trunk/libs/fusion/test/sequence/boost_array.cpp | 2 +-
   trunk/libs/fusion/test/sequence/boost_tuple.cpp | 2 +-
   trunk/libs/fusion/test/sequence/comparison.hpp | 2 +-
   trunk/libs/fusion/test/sequence/construction.hpp | 2 +-
   trunk/libs/fusion/test/sequence/copy.hpp | 2 +-
   trunk/libs/fusion/test/sequence/deque_comparison.cpp | 2 +-
   trunk/libs/fusion/test/sequence/deque_construction.cpp | 2 +-
   trunk/libs/fusion/test/sequence/deque_copy.cpp | 2 +-
   trunk/libs/fusion/test/sequence/deque_iterator.cpp | 2 +-
   trunk/libs/fusion/test/sequence/deque_make.cpp | 2 +-
   trunk/libs/fusion/test/sequence/deque_misc.cpp | 2 +-
   trunk/libs/fusion/test/sequence/deque_mutate.cpp | 2 +-
   trunk/libs/fusion/test/sequence/deque_tie.cpp | 2 +-
   trunk/libs/fusion/test/sequence/deque_value_at.cpp | 2 +-
   trunk/libs/fusion/test/sequence/filter_view.cpp | 2 +-
   trunk/libs/fusion/test/sequence/front_extended_deque.cpp | 2 +-
   trunk/libs/fusion/test/sequence/iterator.hpp | 2 +-
   trunk/libs/fusion/test/sequence/iterator_range.cpp | 2 +-
   trunk/libs/fusion/test/sequence/joint_view.cpp | 2 +-
   trunk/libs/fusion/test/sequence/list_comparison.cpp | 2 +-
   trunk/libs/fusion/test/sequence/list_construction.cpp | 2 +-
   trunk/libs/fusion/test/sequence/list_copy.cpp | 2 +-
   trunk/libs/fusion/test/sequence/list_iterator.cpp | 2 +-
   trunk/libs/fusion/test/sequence/list_make.cpp | 2 +-
   trunk/libs/fusion/test/sequence/list_misc.cpp | 2 +-
   trunk/libs/fusion/test/sequence/list_mutate.cpp | 2 +-
   trunk/libs/fusion/test/sequence/list_tie.cpp | 2 +-
   trunk/libs/fusion/test/sequence/list_value_at.cpp | 2 +-
   trunk/libs/fusion/test/sequence/make.hpp | 2 +-
   trunk/libs/fusion/test/sequence/make_list.cpp | 2 +-
   trunk/libs/fusion/test/sequence/make_vector.cpp | 2 +-
   trunk/libs/fusion/test/sequence/map.cpp | 2 +-
   trunk/libs/fusion/test/sequence/map_tie.cpp | 2 +-
   trunk/libs/fusion/test/sequence/misc.hpp | 2 +-
   trunk/libs/fusion/test/sequence/mutate.hpp | 2 +-
   trunk/libs/fusion/test/sequence/reverse_view.cpp | 2 +-
   trunk/libs/fusion/test/sequence/segmented_iterator_range.cpp | 2 +-
   trunk/libs/fusion/test/sequence/set.cpp | 2 +-
   trunk/libs/fusion/test/sequence/single_view.cpp | 2 +-
   trunk/libs/fusion/test/sequence/std_pair.cpp | 2 +-
   trunk/libs/fusion/test/sequence/swap.cpp | 2 +-
   trunk/libs/fusion/test/sequence/tie.hpp | 2 +-
   trunk/libs/fusion/test/sequence/transform_view.cpp | 2 +-
   trunk/libs/fusion/test/sequence/tuple_comparison.cpp | 2 +-
   trunk/libs/fusion/test/sequence/tuple_construction.cpp | 2 +-
   trunk/libs/fusion/test/sequence/tuple_copy.cpp | 2 +-
   trunk/libs/fusion/test/sequence/tuple_element.cpp | 2 +-
   trunk/libs/fusion/test/sequence/tuple_make.cpp | 2 +-
   trunk/libs/fusion/test/sequence/tuple_misc.cpp | 2 +-
   trunk/libs/fusion/test/sequence/tuple_mutate.cpp | 2 +-
   trunk/libs/fusion/test/sequence/tuple_tie.cpp | 2 +-
   trunk/libs/fusion/test/sequence/value_at.hpp | 2 +-
   trunk/libs/fusion/test/sequence/vector_comparison.cpp | 2 +-
   trunk/libs/fusion/test/sequence/vector_construction.cpp | 2 +-
   trunk/libs/fusion/test/sequence/vector_copy.cpp | 2 +-
   trunk/libs/fusion/test/sequence/vector_iterator.cpp | 2 +-
   trunk/libs/fusion/test/sequence/vector_make.cpp | 2 +-
   trunk/libs/fusion/test/sequence/vector_misc.cpp | 2 +-
   trunk/libs/fusion/test/sequence/vector_mutate.cpp | 2 +-
   trunk/libs/fusion/test/sequence/vector_n.cpp | 2 +-
   trunk/libs/fusion/test/sequence/vector_tie.cpp | 2 +-
   trunk/libs/fusion/test/sequence/vector_value_at.cpp | 2 +-
   trunk/libs/fusion/test/sequence/zip_view.cpp | 2 +-
   trunk/libs/fusion/test/sequence/zip_view2.cpp | 2 +-
   133 files changed, 133 insertions(+), 132 deletions(-)

Modified: trunk/libs/fusion/example/cookbook/fill_em_up.cpp
==============================================================================
--- trunk/libs/fusion/example/cookbook/fill_em_up.cpp (original)
+++ trunk/libs/fusion/example/cookbook/fill_em_up.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2006 Joel de Guzman
+ Copyright (c) 2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/example/extension/detail/advance_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/advance_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/advance_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/at_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/at_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/at_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/at_key_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/at_key_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/at_key_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/begin_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/begin_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/begin_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/category_of_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/category_of_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/category_of_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/deref_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/deref_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/deref_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/distance_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/distance_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/distance_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/end_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/end_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/end_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/equal_to_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/equal_to_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/equal_to_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/has_key_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/has_key_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/has_key_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/is_sequence_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/is_sequence_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/is_sequence_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/is_view_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/is_view_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/is_view_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/next_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/next_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/next_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/prior_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/prior_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/prior_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/size_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/size_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/size_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/value_at_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/value_at_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/value_at_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/value_at_key_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/value_at_key_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/value_at_key_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/detail/value_of_impl.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/detail/value_of_impl.hpp (original)
+++ trunk/libs/fusion/example/extension/detail/value_of_impl.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/example_struct.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/example_struct.hpp (original)
+++ trunk/libs/fusion/example/extension/example_struct.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/example_struct_iterator.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/example_struct_iterator.hpp (original)
+++ trunk/libs/fusion/example/extension/example_struct_iterator.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/example_struct_type.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/example_struct_type.hpp (original)
+++ trunk/libs/fusion/example/extension/example_struct_type.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/tag_of.hpp
==============================================================================
--- trunk/libs/fusion/example/extension/tag_of.hpp (original)
+++ trunk/libs/fusion/example/extension/tag_of.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/test_example.cpp
==============================================================================
--- trunk/libs/fusion/example/extension/test_example.cpp (original)
+++ trunk/libs/fusion/example/extension/test_example.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/extension/triple.cpp
==============================================================================
--- trunk/libs/fusion/example/extension/triple.cpp (original)
+++ trunk/libs/fusion/example/extension/triple.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/performance/accumulate.cpp
==============================================================================
--- trunk/libs/fusion/example/performance/accumulate.cpp (original)
+++ trunk/libs/fusion/example/performance/accumulate.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/performance/functional.cpp
==============================================================================
--- trunk/libs/fusion/example/performance/functional.cpp (original)
+++ trunk/libs/fusion/example/performance/functional.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006-2007 Tobias Schwinger
   
     Use modification and distribution are subject to the Boost Software

Modified: trunk/libs/fusion/example/performance/inner_product.cpp
==============================================================================
--- trunk/libs/fusion/example/performance/inner_product.cpp (original)
+++ trunk/libs/fusion/example/performance/inner_product.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/performance/inner_product2.cpp
==============================================================================
--- trunk/libs/fusion/example/performance/inner_product2.cpp (original)
+++ trunk/libs/fusion/example/performance/inner_product2.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/example/performance/sequence_efficiency.cpp
==============================================================================
--- trunk/libs/fusion/example/performance/sequence_efficiency.cpp (original)
+++ trunk/libs/fusion/example/performance/sequence_efficiency.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/example/performance/zip_efficiency.cpp
==============================================================================
--- trunk/libs/fusion/example/performance/zip_efficiency.cpp (original)
+++ trunk/libs/fusion/example/performance/zip_efficiency.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/preprocess/wave.cfg
==============================================================================
--- trunk/libs/fusion/preprocess/wave.cfg (original)
+++ trunk/libs/fusion/preprocess/wave.cfg 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -10,4 +10,5 @@
 -NBOOST_PROTO_USE_GET_POINTER
 -NBOOST_PROTO_GET_POINTER
 --timer
+-DFUSION_MAX_VECTOR_SIZE=50
 

Modified: trunk/libs/fusion/test/algorithm/all.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/all.cpp (original)
+++ trunk/libs/fusion/test/algorithm/all.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2007 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/algorithm/any.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/any.cpp (original)
+++ trunk/libs/fusion/test/algorithm/any.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005 Eric Niebler
     Copyright (c) Dan Marsden
 

Modified: trunk/libs/fusion/test/algorithm/clear.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/clear.cpp (original)
+++ trunk/libs/fusion/test/algorithm/clear.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/count.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/count.cpp (original)
+++ trunk/libs/fusion/test/algorithm/count.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005 Eric Niebler
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/algorithm/count_if.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/count_if.cpp (original)
+++ trunk/libs/fusion/test/algorithm/count_if.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005 Eric Niebler
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/algorithm/erase.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/erase.cpp (original)
+++ trunk/libs/fusion/test/algorithm/erase.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/erase_key.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/erase_key.cpp (original)
+++ trunk/libs/fusion/test/algorithm/erase_key.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/filter.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/filter.cpp (original)
+++ trunk/libs/fusion/test/algorithm/filter.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/algorithm/filter_if.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/filter_if.cpp (original)
+++ trunk/libs/fusion/test/algorithm/filter_if.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/find.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/find.cpp (original)
+++ trunk/libs/fusion/test/algorithm/find.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/find_if.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/find_if.cpp (original)
+++ trunk/libs/fusion/test/algorithm/find_if.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/fold.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/fold.cpp (original)
+++ trunk/libs/fusion/test/algorithm/fold.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2007 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/algorithm/for_each.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/for_each.cpp (original)
+++ trunk/libs/fusion/test/algorithm/for_each.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/insert.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/insert.cpp (original)
+++ trunk/libs/fusion/test/algorithm/insert.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/insert_range.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/insert_range.cpp (original)
+++ trunk/libs/fusion/test/algorithm/insert_range.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/join.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/join.cpp (original)
+++ trunk/libs/fusion/test/algorithm/join.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/algorithm/none.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/none.cpp (original)
+++ trunk/libs/fusion/test/algorithm/none.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2007 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/algorithm/pop_front.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/pop_front.cpp (original)
+++ trunk/libs/fusion/test/algorithm/pop_front.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/push_back.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/push_back.cpp (original)
+++ trunk/libs/fusion/test/algorithm/push_back.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/push_front.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/push_front.cpp (original)
+++ trunk/libs/fusion/test/algorithm/push_front.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/remove.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/remove.cpp (original)
+++ trunk/libs/fusion/test/algorithm/remove.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/remove_if.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/remove_if.cpp (original)
+++ trunk/libs/fusion/test/algorithm/remove_if.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/replace.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/replace.cpp (original)
+++ trunk/libs/fusion/test/algorithm/replace.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/replace_if.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/replace_if.cpp (original)
+++ trunk/libs/fusion/test/algorithm/replace_if.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/reverse.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/reverse.cpp (original)
+++ trunk/libs/fusion/test/algorithm/reverse.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/algorithm/segmented_find.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/segmented_find.cpp (original)
+++ trunk/libs/fusion/test/algorithm/segmented_find.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2011 Eric Niebler
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/algorithm/segmented_find_if.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/segmented_find_if.cpp (original)
+++ trunk/libs/fusion/test/algorithm/segmented_find_if.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2011 Eric Niebler
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/algorithm/segmented_fold.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/segmented_fold.cpp (original)
+++ trunk/libs/fusion/test/algorithm/segmented_fold.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2011 Eric Niebler
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/algorithm/segmented_for_each.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/segmented_for_each.cpp (original)
+++ trunk/libs/fusion/test/algorithm/segmented_for_each.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2011 Eric Niebler
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/algorithm/transform.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/transform.cpp (original)
+++ trunk/libs/fusion/test/algorithm/transform.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2007 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/algorithm/zip.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/zip.cpp (original)
+++ trunk/libs/fusion/test/algorithm/zip.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/algorithm/zip2.cpp
==============================================================================
--- trunk/libs/fusion/test/algorithm/zip2.cpp (original)
+++ trunk/libs/fusion/test/algorithm/zip2.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/as_list.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/as_list.cpp (original)
+++ trunk/libs/fusion/test/sequence/as_list.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/as_map.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/as_map.cpp (original)
+++ trunk/libs/fusion/test/sequence/as_map.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/as_set.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/as_set.cpp (original)
+++ trunk/libs/fusion/test/sequence/as_set.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/as_vector.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/as_vector.cpp (original)
+++ trunk/libs/fusion/test/sequence/as_vector.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/back_extended_deque.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/back_extended_deque.cpp (original)
+++ trunk/libs/fusion/test/sequence/back_extended_deque.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/boost_array.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/boost_array.cpp (original)
+++ trunk/libs/fusion/test/sequence/boost_array.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2005-2006 Dan Marsden
     Copyright (c) 2010 Christopher Schmidt
 

Modified: trunk/libs/fusion/test/sequence/boost_tuple.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/boost_tuple.cpp (original)
+++ trunk/libs/fusion/test/sequence/boost_tuple.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/comparison.hpp
==============================================================================
--- trunk/libs/fusion/test/sequence/comparison.hpp (original)
+++ trunk/libs/fusion/test/sequence/comparison.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/construction.hpp
==============================================================================
--- trunk/libs/fusion/test/sequence/construction.hpp (original)
+++ trunk/libs/fusion/test/sequence/construction.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/copy.hpp
==============================================================================
--- trunk/libs/fusion/test/sequence/copy.hpp (original)
+++ trunk/libs/fusion/test/sequence/copy.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/deque_comparison.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/deque_comparison.cpp (original)
+++ trunk/libs/fusion/test/sequence/deque_comparison.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/deque_construction.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/deque_construction.cpp (original)
+++ trunk/libs/fusion/test/sequence/deque_construction.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/deque_copy.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/deque_copy.cpp (original)
+++ trunk/libs/fusion/test/sequence/deque_copy.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/deque_iterator.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/deque_iterator.cpp (original)
+++ trunk/libs/fusion/test/sequence/deque_iterator.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/deque_make.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/deque_make.cpp (original)
+++ trunk/libs/fusion/test/sequence/deque_make.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/deque_misc.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/deque_misc.cpp (original)
+++ trunk/libs/fusion/test/sequence/deque_misc.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/deque_mutate.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/deque_mutate.cpp (original)
+++ trunk/libs/fusion/test/sequence/deque_mutate.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/deque_tie.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/deque_tie.cpp (original)
+++ trunk/libs/fusion/test/sequence/deque_tie.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/deque_value_at.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/deque_value_at.cpp (original)
+++ trunk/libs/fusion/test/sequence/deque_value_at.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/filter_view.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/filter_view.cpp (original)
+++ trunk/libs/fusion/test/sequence/filter_view.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/front_extended_deque.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/front_extended_deque.cpp (original)
+++ trunk/libs/fusion/test/sequence/front_extended_deque.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/iterator.hpp
==============================================================================
--- trunk/libs/fusion/test/sequence/iterator.hpp (original)
+++ trunk/libs/fusion/test/sequence/iterator.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/iterator_range.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/iterator_range.cpp (original)
+++ trunk/libs/fusion/test/sequence/iterator_range.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/joint_view.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/joint_view.cpp (original)
+++ trunk/libs/fusion/test/sequence/joint_view.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/list_comparison.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/list_comparison.cpp (original)
+++ trunk/libs/fusion/test/sequence/list_comparison.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/list_construction.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/list_construction.cpp (original)
+++ trunk/libs/fusion/test/sequence/list_construction.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/list_copy.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/list_copy.cpp (original)
+++ trunk/libs/fusion/test/sequence/list_copy.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/list_iterator.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/list_iterator.cpp (original)
+++ trunk/libs/fusion/test/sequence/list_iterator.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/list_make.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/list_make.cpp (original)
+++ trunk/libs/fusion/test/sequence/list_make.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/list_misc.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/list_misc.cpp (original)
+++ trunk/libs/fusion/test/sequence/list_misc.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/list_mutate.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/list_mutate.cpp (original)
+++ trunk/libs/fusion/test/sequence/list_mutate.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/list_tie.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/list_tie.cpp (original)
+++ trunk/libs/fusion/test/sequence/list_tie.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/list_value_at.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/list_value_at.cpp (original)
+++ trunk/libs/fusion/test/sequence/list_value_at.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/make.hpp
==============================================================================
--- trunk/libs/fusion/test/sequence/make.hpp (original)
+++ trunk/libs/fusion/test/sequence/make.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/make_list.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/make_list.cpp (original)
+++ trunk/libs/fusion/test/sequence/make_list.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/make_vector.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/make_vector.cpp (original)
+++ trunk/libs/fusion/test/sequence/make_vector.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/map.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/map.cpp (original)
+++ trunk/libs/fusion/test/sequence/map.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/map_tie.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/map_tie.cpp (original)
+++ trunk/libs/fusion/test/sequence/map_tie.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/misc.hpp
==============================================================================
--- trunk/libs/fusion/test/sequence/misc.hpp (original)
+++ trunk/libs/fusion/test/sequence/misc.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (C) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/mutate.hpp
==============================================================================
--- trunk/libs/fusion/test/sequence/mutate.hpp (original)
+++ trunk/libs/fusion/test/sequence/mutate.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/reverse_view.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/reverse_view.cpp (original)
+++ trunk/libs/fusion/test/sequence/reverse_view.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/segmented_iterator_range.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/segmented_iterator_range.cpp (original)
+++ trunk/libs/fusion/test/sequence/segmented_iterator_range.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2011 Eric Niebler
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/set.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/set.cpp (original)
+++ trunk/libs/fusion/test/sequence/set.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/single_view.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/single_view.cpp (original)
+++ trunk/libs/fusion/test/sequence/single_view.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2011 Eric Niebler
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/std_pair.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/std_pair.cpp (original)
+++ trunk/libs/fusion/test/sequence/std_pair.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/swap.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/swap.cpp (original)
+++ trunk/libs/fusion/test/sequence/swap.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/tie.hpp
==============================================================================
--- trunk/libs/fusion/test/sequence/tie.hpp (original)
+++ trunk/libs/fusion/test/sequence/tie.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/transform_view.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/transform_view.cpp (original)
+++ trunk/libs/fusion/test/sequence/transform_view.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/tuple_comparison.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/tuple_comparison.cpp (original)
+++ trunk/libs/fusion/test/sequence/tuple_comparison.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/tuple_construction.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/tuple_construction.cpp (original)
+++ trunk/libs/fusion/test/sequence/tuple_construction.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/tuple_copy.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/tuple_copy.cpp (original)
+++ trunk/libs/fusion/test/sequence/tuple_copy.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/tuple_element.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/tuple_element.cpp (original)
+++ trunk/libs/fusion/test/sequence/tuple_element.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/tuple_make.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/tuple_make.cpp (original)
+++ trunk/libs/fusion/test/sequence/tuple_make.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/tuple_misc.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/tuple_misc.cpp (original)
+++ trunk/libs/fusion/test/sequence/tuple_misc.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/tuple_mutate.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/tuple_mutate.cpp (original)
+++ trunk/libs/fusion/test/sequence/tuple_mutate.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/tuple_tie.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/tuple_tie.cpp (original)
+++ trunk/libs/fusion/test/sequence/tuple_tie.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/value_at.hpp
==============================================================================
--- trunk/libs/fusion/test/sequence/value_at.hpp (original)
+++ trunk/libs/fusion/test/sequence/value_at.hpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/vector_comparison.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/vector_comparison.cpp (original)
+++ trunk/libs/fusion/test/sequence/vector_comparison.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/vector_construction.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/vector_construction.cpp (original)
+++ trunk/libs/fusion/test/sequence/vector_construction.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/vector_copy.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/vector_copy.cpp (original)
+++ trunk/libs/fusion/test/sequence/vector_copy.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/vector_iterator.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/vector_iterator.cpp (original)
+++ trunk/libs/fusion/test/sequence/vector_iterator.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/vector_make.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/vector_make.cpp (original)
+++ trunk/libs/fusion/test/sequence/vector_make.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/vector_misc.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/vector_misc.cpp (original)
+++ trunk/libs/fusion/test/sequence/vector_misc.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/vector_mutate.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/vector_mutate.cpp (original)
+++ trunk/libs/fusion/test/sequence/vector_mutate.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/vector_n.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/vector_n.cpp (original)
+++ trunk/libs/fusion/test/sequence/vector_n.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/vector_tie.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/vector_tie.cpp (original)
+++ trunk/libs/fusion/test/sequence/vector_tie.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/vector_value_at.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/vector_value_at.cpp (original)
+++ trunk/libs/fusion/test/sequence/vector_value_at.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,6 +1,6 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Modified: trunk/libs/fusion/test/sequence/zip_view.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/zip_view.cpp (original)
+++ trunk/libs/fusion/test/sequence/zip_view.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/libs/fusion/test/sequence/zip_view2.cpp
==============================================================================
--- trunk/libs/fusion/test/sequence/zip_view2.cpp (original)
+++ trunk/libs/fusion/test/sequence/zip_view2.cpp 2011-09-16 01:27:16 EDT (Fri, 16 Sep 2011)
@@ -1,5 +1,5 @@
 /*=============================================================================
- Copyright (c) 2001-2006 Joel de Guzman
+ Copyright (c) 2001-2011 Joel de Guzman
     Copyright (c) 2006 Dan Marsden
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying


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