Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74407 - in trunk/boost/fusion: . adapted adapted/boost_array adapted/boost_array/detail adapted/boost_tuple adapted/boost_tuple/detail adapted/mpl adapted/mpl/detail adapted/struct/detail algorithm algorithm/iteration algorithm/iteration/detail algorithm/query algorithm/query/detail algorithm/transformation algorithm/transformation/detail container container/deque container/deque/detail container/generation container/list container/list/detail container/map container/map/detail container/set container/set/detail container/vector container/vector/detail iterator iterator/detail iterator/mpl mpl mpl/detail sequence sequence/comparison sequence/comparison/detail sequence/intrinsic sequence/io sequence/io/detail support support/detail tuple tuple/detail view view/detail view/filter_view view/filter_view/detail view/iterator_range view/iterator_range/detail view/joint_view view/joint_view/detail view/nview/detail view/reverse_view view/reverse_view/detail view/single_view view/single_view/detail view/transform_view view/transform_view/detail view/zip_view view/zip_view/detail
From: joel_at_[hidden]
Date: 2011-09-16 01:30:51


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

Log:
Bumped copyright date
Text files modified:
   trunk/boost/fusion/adapted.hpp | 2 +-
   trunk/boost/fusion/adapted/adt.hpp | 2 +-
   trunk/boost/fusion/adapted/array.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_array.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_array/array_iterator.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_array/detail/at_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_array/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_array/detail/category_of_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_array/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_array/detail/is_sequence_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_array/detail/is_view_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_array/detail/size_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_array/detail/value_at_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_array/tag_of.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_tuple.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_tuple/boost_tuple_iterator.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_tuple/detail/at_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_tuple/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_tuple/detail/category_of_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_tuple/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_tuple/detail/is_sequence_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_tuple/detail/is_view_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_tuple/detail/size_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_tuple/detail/value_at_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/boost_tuple/tag_of.hpp | 2 +-
   trunk/boost/fusion/adapted/mpl.hpp | 2 +-
   trunk/boost/fusion/adapted/mpl/detail/at_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/mpl/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/mpl/detail/category_of_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/mpl/detail/empty_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/mpl/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/mpl/detail/has_key_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/mpl/detail/is_sequence_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/mpl/detail/is_view_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/mpl/detail/size_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/mpl/detail/value_at_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/mpl/mpl_iterator.hpp | 2 +-
   trunk/boost/fusion/adapted/std_pair.hpp | 2 +-
   trunk/boost/fusion/adapted/struct.hpp | 2 +-
   trunk/boost/fusion/adapted/struct/detail/at_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/struct/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/struct/detail/category_of_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/struct/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/struct/detail/is_sequence_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/struct/detail/is_view_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/struct/detail/size_impl.hpp | 2 +-
   trunk/boost/fusion/adapted/struct/detail/value_at_impl.hpp | 2 +-
   trunk/boost/fusion/algorithm.hpp | 2 +-
   trunk/boost/fusion/algorithm/iteration.hpp | 2 +-
   trunk/boost/fusion/algorithm/iteration/accumulate.hpp | 2 +-
   trunk/boost/fusion/algorithm/iteration/detail/fold.hpp | 2 +-
   trunk/boost/fusion/algorithm/iteration/detail/for_each.hpp | 2 +-
   trunk/boost/fusion/algorithm/query.hpp | 2 +-
   trunk/boost/fusion/algorithm/query/all.hpp | 2 +-
   trunk/boost/fusion/algorithm/query/any.hpp | 2 +-
   trunk/boost/fusion/algorithm/query/count.hpp | 2 +-
   trunk/boost/fusion/algorithm/query/count_if.hpp | 2 +-
   trunk/boost/fusion/algorithm/query/detail/all.hpp | 2 +-
   trunk/boost/fusion/algorithm/query/detail/any.hpp | 2 +-
   trunk/boost/fusion/algorithm/query/detail/count.hpp | 2 +-
   trunk/boost/fusion/algorithm/query/detail/count_if.hpp | 2 +-
   trunk/boost/fusion/algorithm/query/detail/find_if.hpp | 2 +-
   trunk/boost/fusion/algorithm/query/find.hpp | 2 +-
   trunk/boost/fusion/algorithm/query/find_if.hpp | 2 +-
   trunk/boost/fusion/algorithm/query/none.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/clear.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/detail/replace.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/detail/replace_if.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/erase.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/erase_key.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/filter.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/filter_if.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/insert.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/insert_range.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/join.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/pop_front.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/push_back.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/push_front.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/remove.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/remove_if.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/replace.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/replace_if.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/reverse.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/transform.hpp | 2 +-
   trunk/boost/fusion/algorithm/transformation/zip.hpp | 2 +-
   trunk/boost/fusion/container.hpp | 2 +-
   trunk/boost/fusion/container/deque.hpp | 2 +-
   trunk/boost/fusion/container/deque/back_extended_deque.hpp | 2 +-
   trunk/boost/fusion/container/deque/convert.hpp | 2 +-
   trunk/boost/fusion/container/deque/deque.hpp | 2 +-
   trunk/boost/fusion/container/deque/deque_iterator.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/as_deque.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/at_impl.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/convert_impl.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/deque_forward_ctor.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/deque_initial_size.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/deque_keyed_values.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/deque_keyed_values_call.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/keyed_element.hpp | 2 +-
   trunk/boost/fusion/container/deque/detail/value_at_impl.hpp | 2 +-
   trunk/boost/fusion/container/deque/front_extended_deque.hpp | 2 +-
   trunk/boost/fusion/container/deque/limits.hpp | 2 +-
   trunk/boost/fusion/container/generation.hpp | 2 +-
   trunk/boost/fusion/container/generation/deque_tie.hpp | 2 +-
   trunk/boost/fusion/container/generation/ignore.hpp | 2 +-
   trunk/boost/fusion/container/generation/list_tie.hpp | 2 +-
   trunk/boost/fusion/container/generation/make_deque.hpp | 4 ++--
   trunk/boost/fusion/container/generation/make_list.hpp | 2 +-
   trunk/boost/fusion/container/generation/make_map.hpp | 2 +-
   trunk/boost/fusion/container/generation/make_set.hpp | 2 +-
   trunk/boost/fusion/container/generation/make_vector.hpp | 2 +-
   trunk/boost/fusion/container/generation/map_tie.hpp | 2 +-
   trunk/boost/fusion/container/generation/pair_tie.hpp | 2 +-
   trunk/boost/fusion/container/generation/vector_tie.hpp | 2 +-
   trunk/boost/fusion/container/list.hpp | 2 +-
   trunk/boost/fusion/container/list/convert.hpp | 2 +-
   trunk/boost/fusion/container/list/detail/at_impl.hpp | 2 +-
   trunk/boost/fusion/container/list/detail/build_cons.hpp | 2 +-
   trunk/boost/fusion/container/list/detail/convert_impl.hpp | 2 +-
   trunk/boost/fusion/container/list/detail/equal_to_impl.hpp | 2 +-
   trunk/boost/fusion/container/list/detail/list_forward_ctor.hpp | 2 +-
   trunk/boost/fusion/container/list/detail/list_to_cons_call.hpp | 2 +-
   trunk/boost/fusion/container/list/detail/value_at_impl.hpp | 2 +-
   trunk/boost/fusion/container/list/limits.hpp | 2 +-
   trunk/boost/fusion/container/map.hpp | 2 +-
   trunk/boost/fusion/container/map/convert.hpp | 2 +-
   trunk/boost/fusion/container/map/detail/as_map.hpp | 2 +-
   trunk/boost/fusion/container/map/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/container/map/detail/convert_impl.hpp | 2 +-
   trunk/boost/fusion/container/map/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/container/map/detail/map_forward_ctor.hpp | 2 +-
   trunk/boost/fusion/container/map/limits.hpp | 2 +-
   trunk/boost/fusion/container/set.hpp | 2 +-
   trunk/boost/fusion/container/set/convert.hpp | 2 +-
   trunk/boost/fusion/container/set/detail/as_set.hpp | 2 +-
   trunk/boost/fusion/container/set/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/container/set/detail/convert_impl.hpp | 2 +-
   trunk/boost/fusion/container/set/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/container/set/detail/set_forward_ctor.hpp | 2 +-
   trunk/boost/fusion/container/set/limits.hpp | 2 +-
   trunk/boost/fusion/container/vector.hpp | 2 +-
   trunk/boost/fusion/container/vector/convert.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/advance_impl.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/as_vector.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/at_impl.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/convert_impl.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/deref_impl.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/distance_impl.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/equal_to_impl.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/next_impl.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/prior_impl.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/value_at_impl.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/value_of_impl.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/vector_forward_ctor.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/vector_n.hpp | 2 +-
   trunk/boost/fusion/container/vector/detail/vector_n_chooser.hpp | 2 +-
   trunk/boost/fusion/container/vector/limits.hpp | 2 +-
   trunk/boost/fusion/container/vector/vector.hpp | 2 +-
   trunk/boost/fusion/container/vector/vector10.hpp | 2 +-
   trunk/boost/fusion/container/vector/vector20.hpp | 2 +-
   trunk/boost/fusion/container/vector/vector30.hpp | 2 +-
   trunk/boost/fusion/container/vector/vector40.hpp | 2 +-
   trunk/boost/fusion/container/vector/vector50.hpp | 2 +-
   trunk/boost/fusion/container/vector/vector_fwd.hpp | 23 ++++++++++++++++-------
   trunk/boost/fusion/container/vector/vector_iterator.hpp | 2 +-
   trunk/boost/fusion/iterator/advance.hpp | 2 +-
   trunk/boost/fusion/iterator/deref.hpp | 2 +-
   trunk/boost/fusion/iterator/detail/adapt_deref_traits.hpp | 2 +-
   trunk/boost/fusion/iterator/detail/adapt_value_traits.hpp | 2 +-
   trunk/boost/fusion/iterator/detail/advance.hpp | 2 +-
   trunk/boost/fusion/iterator/detail/distance.hpp | 2 +-
   trunk/boost/fusion/iterator/distance.hpp | 2 +-
   trunk/boost/fusion/iterator/equal_to.hpp | 2 +-
   trunk/boost/fusion/iterator/iterator_facade.hpp | 2 +-
   trunk/boost/fusion/iterator/mpl.hpp | 2 +-
   trunk/boost/fusion/iterator/mpl/convert_iterator.hpp | 2 +-
   trunk/boost/fusion/iterator/mpl/fusion_iterator.hpp | 2 +-
   trunk/boost/fusion/iterator/next.hpp | 2 +-
   trunk/boost/fusion/iterator/prior.hpp | 2 +-
   trunk/boost/fusion/iterator/value_of.hpp | 2 +-
   trunk/boost/fusion/mpl.hpp | 2 +-
   trunk/boost/fusion/mpl/at.hpp | 2 +-
   trunk/boost/fusion/mpl/back.hpp | 2 +-
   trunk/boost/fusion/mpl/begin.hpp | 2 +-
   trunk/boost/fusion/mpl/clear.hpp | 2 +-
   trunk/boost/fusion/mpl/detail/clear.hpp | 2 +-
   trunk/boost/fusion/mpl/empty.hpp | 2 +-
   trunk/boost/fusion/mpl/end.hpp | 2 +-
   trunk/boost/fusion/mpl/erase.hpp | 2 +-
   trunk/boost/fusion/mpl/erase_key.hpp | 2 +-
   trunk/boost/fusion/mpl/front.hpp | 2 +-
   trunk/boost/fusion/mpl/has_key.hpp | 2 +-
   trunk/boost/fusion/mpl/insert.hpp | 2 +-
   trunk/boost/fusion/mpl/insert_range.hpp | 2 +-
   trunk/boost/fusion/mpl/pop_back.hpp | 2 +-
   trunk/boost/fusion/mpl/pop_front.hpp | 2 +-
   trunk/boost/fusion/mpl/push_back.hpp | 2 +-
   trunk/boost/fusion/mpl/push_front.hpp | 2 +-
   trunk/boost/fusion/mpl/size.hpp | 2 +-
   trunk/boost/fusion/sequence.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/detail/equal_to.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/detail/greater.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/detail/greater_equal.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/detail/less.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/detail/less_equal.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/detail/not_equal_to.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/enable_comparison.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/equal_to.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/greater.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/greater_equal.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/less.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/less_equal.hpp | 2 +-
   trunk/boost/fusion/sequence/comparison/not_equal_to.hpp | 2 +-
   trunk/boost/fusion/sequence/convert.hpp | 2 +-
   trunk/boost/fusion/sequence/intrinsic.hpp | 2 +-
   trunk/boost/fusion/sequence/intrinsic/at.hpp | 2 +-
   trunk/boost/fusion/sequence/intrinsic/at_c.hpp | 2 +-
   trunk/boost/fusion/sequence/intrinsic/at_key.hpp | 2 +-
   trunk/boost/fusion/sequence/intrinsic/back.hpp | 2 +-
   trunk/boost/fusion/sequence/intrinsic/begin.hpp | 2 +-
   trunk/boost/fusion/sequence/intrinsic/empty.hpp | 2 +-
   trunk/boost/fusion/sequence/intrinsic/end.hpp | 2 +-
   trunk/boost/fusion/sequence/intrinsic/front.hpp | 2 +-
   trunk/boost/fusion/sequence/intrinsic/has_key.hpp | 2 +-
   trunk/boost/fusion/sequence/intrinsic/size.hpp | 2 +-
   trunk/boost/fusion/sequence/intrinsic/swap.hpp | 2 +-
   trunk/boost/fusion/sequence/intrinsic/value_at.hpp | 2 +-
   trunk/boost/fusion/sequence/intrinsic/value_at_key.hpp | 2 +-
   trunk/boost/fusion/sequence/intrinsic_fwd.hpp | 2 +-
   trunk/boost/fusion/sequence/io.hpp | 2 +-
   trunk/boost/fusion/sequence/io/detail/in.hpp | 2 +-
   trunk/boost/fusion/sequence/io/detail/manip.hpp | 2 +-
   trunk/boost/fusion/sequence/io/detail/out.hpp | 2 +-
   trunk/boost/fusion/sequence/io/in.hpp | 2 +-
   trunk/boost/fusion/sequence/io/out.hpp | 2 +-
   trunk/boost/fusion/sequence/sequence_facade.hpp | 2 +-
   trunk/boost/fusion/support.hpp | 2 +-
   trunk/boost/fusion/support/category_of.hpp | 2 +-
   trunk/boost/fusion/support/detail/access.hpp | 2 +-
   trunk/boost/fusion/support/detail/as_fusion_element.hpp | 2 +-
   trunk/boost/fusion/support/detail/category_of.hpp | 2 +-
   trunk/boost/fusion/support/detail/is_mpl_sequence.hpp | 2 +-
   trunk/boost/fusion/support/detail/is_view.hpp | 2 +-
   trunk/boost/fusion/support/detail/mpl_iterator_category.hpp | 2 +-
   trunk/boost/fusion/support/detail/unknown_key.hpp | 2 +-
   trunk/boost/fusion/support/is_iterator.hpp | 2 +-
   trunk/boost/fusion/support/is_sequence.hpp | 2 +-
   trunk/boost/fusion/support/is_view.hpp | 2 +-
   trunk/boost/fusion/support/iterator_base.hpp | 2 +-
   trunk/boost/fusion/support/sequence_base.hpp | 2 +-
   trunk/boost/fusion/support/tag_of.hpp | 2 +-
   trunk/boost/fusion/support/tag_of_fwd.hpp | 2 +-
   trunk/boost/fusion/support/unused.hpp | 2 +-
   trunk/boost/fusion/support/void.hpp | 2 +-
   trunk/boost/fusion/tuple.hpp | 2 +-
   trunk/boost/fusion/tuple/detail/tuple_expand.hpp | 2 +-
   trunk/boost/fusion/tuple/make_tuple.hpp | 2 +-
   trunk/boost/fusion/tuple/tuple_tie.hpp | 2 +-
   trunk/boost/fusion/view.hpp | 2 +-
   trunk/boost/fusion/view/detail/strictest_traversal.hpp | 2 +-
   trunk/boost/fusion/view/filter_view.hpp | 2 +-
   trunk/boost/fusion/view/filter_view/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/view/filter_view/detail/deref_impl.hpp | 2 +-
   trunk/boost/fusion/view/filter_view/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/view/filter_view/detail/equal_to_impl.hpp | 2 +-
   trunk/boost/fusion/view/filter_view/detail/next_impl.hpp | 2 +-
   trunk/boost/fusion/view/filter_view/detail/size_impl.hpp | 2 +-
   trunk/boost/fusion/view/filter_view/detail/value_of_impl.hpp | 2 +-
   trunk/boost/fusion/view/filter_view/filter_view.hpp | 2 +-
   trunk/boost/fusion/view/filter_view/filter_view_iterator.hpp | 2 +-
   trunk/boost/fusion/view/iterator_range.hpp | 2 +-
   trunk/boost/fusion/view/iterator_range/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/view/iterator_range/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/view/iterator_range/iterator_range.hpp | 2 +-
   trunk/boost/fusion/view/joint_view.hpp | 2 +-
   trunk/boost/fusion/view/joint_view/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/view/joint_view/detail/deref_impl.hpp | 2 +-
   trunk/boost/fusion/view/joint_view/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/view/joint_view/detail/next_impl.hpp | 2 +-
   trunk/boost/fusion/view/joint_view/detail/value_of_impl.hpp | 2 +-
   trunk/boost/fusion/view/joint_view/joint_view.hpp | 2 +-
   trunk/boost/fusion/view/joint_view/joint_view_iterator.hpp | 2 +-
   trunk/boost/fusion/view/nview.hpp | 2 +-
   trunk/boost/fusion/view/nview/detail/size_impl.hpp | 2 +-
   trunk/boost/fusion/view/reverse_view.hpp | 2 +-
   trunk/boost/fusion/view/reverse_view/detail/advance_impl.hpp | 2 +-
   trunk/boost/fusion/view/reverse_view/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/view/reverse_view/detail/deref_impl.hpp | 2 +-
   trunk/boost/fusion/view/reverse_view/detail/distance_impl.hpp | 2 +-
   trunk/boost/fusion/view/reverse_view/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/view/reverse_view/detail/next_impl.hpp | 2 +-
   trunk/boost/fusion/view/reverse_view/detail/prior_impl.hpp | 2 +-
   trunk/boost/fusion/view/reverse_view/detail/value_of_impl.hpp | 2 +-
   trunk/boost/fusion/view/reverse_view/reverse_view.hpp | 2 +-
   trunk/boost/fusion/view/reverse_view/reverse_view_iterator.hpp | 2 +-
   trunk/boost/fusion/view/single_view.hpp | 2 +-
   trunk/boost/fusion/view/single_view/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/view/single_view/detail/deref_impl.hpp | 2 +-
   trunk/boost/fusion/view/single_view/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/view/single_view/detail/next_impl.hpp | 2 +-
   trunk/boost/fusion/view/single_view/detail/value_of_impl.hpp | 2 +-
   trunk/boost/fusion/view/single_view/single_view.hpp | 2 +-
   trunk/boost/fusion/view/single_view/single_view_iterator.hpp | 2 +-
   trunk/boost/fusion/view/transform_view.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/advance_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/apply_transform_result.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/at_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/deref_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/distance_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/equal_to_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/next_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/prior_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/value_at_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/detail/value_of_impl.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/transform_view.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/transform_view_fwd.hpp | 2 +-
   trunk/boost/fusion/view/transform_view/transform_view_iterator.hpp | 2 +-
   trunk/boost/fusion/view/zip_view.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/advance_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/at_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/begin_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/deref_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/distance_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/end_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/equal_to_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/next_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/prior_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/size_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/value_at_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/detail/value_of_impl.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/zip_view.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/zip_view_iterator.hpp | 2 +-
   trunk/boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp | 2 +-
   341 files changed, 357 insertions(+), 348 deletions(-)

Modified: trunk/boost/fusion/adapted.hpp
==============================================================================
--- trunk/boost/fusion/adapted.hpp (original)
+++ trunk/boost/fusion/adapted.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/adt.hpp
==============================================================================
--- trunk/boost/fusion/adapted/adt.hpp (original)
+++ trunk/boost/fusion/adapted/adt.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/array.hpp
==============================================================================
--- trunk/boost/fusion/adapted/array.hpp (original)
+++ trunk/boost/fusion/adapted/array.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_array.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_array.hpp (original)
+++ trunk/boost/fusion/adapted/boost_array.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_array/array_iterator.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_array/array_iterator.hpp (original)
+++ trunk/boost/fusion/adapted/boost_array/array_iterator.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_array/detail/at_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_array/detail/at_impl.hpp (original)
+++ trunk/boost/fusion/adapted/boost_array/detail/at_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_array/detail/begin_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_array/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/adapted/boost_array/detail/begin_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_array/detail/category_of_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_array/detail/category_of_impl.hpp (original)
+++ trunk/boost/fusion/adapted/boost_array/detail/category_of_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_array/detail/end_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_array/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/adapted/boost_array/detail/end_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_array/detail/is_sequence_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_array/detail/is_sequence_impl.hpp (original)
+++ trunk/boost/fusion/adapted/boost_array/detail/is_sequence_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_array/detail/is_view_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_array/detail/is_view_impl.hpp (original)
+++ trunk/boost/fusion/adapted/boost_array/detail/is_view_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_array/detail/size_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_array/detail/size_impl.hpp (original)
+++ trunk/boost/fusion/adapted/boost_array/detail/size_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_array/detail/value_at_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_array/detail/value_at_impl.hpp (original)
+++ trunk/boost/fusion/adapted/boost_array/detail/value_at_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_array/tag_of.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_array/tag_of.hpp (original)
+++ trunk/boost/fusion/adapted/boost_array/tag_of.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_tuple.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_tuple.hpp (original)
+++ trunk/boost/fusion/adapted/boost_tuple.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_tuple/boost_tuple_iterator.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_tuple/boost_tuple_iterator.hpp (original)
+++ trunk/boost/fusion/adapted/boost_tuple/boost_tuple_iterator.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_tuple/detail/at_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_tuple/detail/at_impl.hpp (original)
+++ trunk/boost/fusion/adapted/boost_tuple/detail/at_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_tuple/detail/begin_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_tuple/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/adapted/boost_tuple/detail/begin_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_tuple/detail/category_of_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_tuple/detail/category_of_impl.hpp (original)
+++ trunk/boost/fusion/adapted/boost_tuple/detail/category_of_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_tuple/detail/end_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_tuple/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/adapted/boost_tuple/detail/end_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_tuple/detail/is_sequence_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_tuple/detail/is_sequence_impl.hpp (original)
+++ trunk/boost/fusion/adapted/boost_tuple/detail/is_sequence_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_tuple/detail/is_view_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_tuple/detail/is_view_impl.hpp (original)
+++ trunk/boost/fusion/adapted/boost_tuple/detail/is_view_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_tuple/detail/size_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_tuple/detail/size_impl.hpp (original)
+++ trunk/boost/fusion/adapted/boost_tuple/detail/size_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_tuple/detail/value_at_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_tuple/detail/value_at_impl.hpp (original)
+++ trunk/boost/fusion/adapted/boost_tuple/detail/value_at_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/boost_tuple/tag_of.hpp
==============================================================================
--- trunk/boost/fusion/adapted/boost_tuple/tag_of.hpp (original)
+++ trunk/boost/fusion/adapted/boost_tuple/tag_of.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/mpl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/mpl.hpp (original)
+++ trunk/boost/fusion/adapted/mpl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/mpl/detail/at_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/mpl/detail/at_impl.hpp (original)
+++ trunk/boost/fusion/adapted/mpl/detail/at_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/mpl/detail/begin_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/mpl/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/adapted/mpl/detail/begin_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/mpl/detail/category_of_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/mpl/detail/category_of_impl.hpp (original)
+++ trunk/boost/fusion/adapted/mpl/detail/category_of_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/mpl/detail/empty_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/mpl/detail/empty_impl.hpp (original)
+++ trunk/boost/fusion/adapted/mpl/detail/empty_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/mpl/detail/end_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/mpl/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/adapted/mpl/detail/end_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/mpl/detail/has_key_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/mpl/detail/has_key_impl.hpp (original)
+++ trunk/boost/fusion/adapted/mpl/detail/has_key_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/mpl/detail/is_sequence_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/mpl/detail/is_sequence_impl.hpp (original)
+++ trunk/boost/fusion/adapted/mpl/detail/is_sequence_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/mpl/detail/is_view_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/mpl/detail/is_view_impl.hpp (original)
+++ trunk/boost/fusion/adapted/mpl/detail/is_view_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/mpl/detail/size_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/mpl/detail/size_impl.hpp (original)
+++ trunk/boost/fusion/adapted/mpl/detail/size_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/mpl/detail/value_at_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/mpl/detail/value_at_impl.hpp (original)
+++ trunk/boost/fusion/adapted/mpl/detail/value_at_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/mpl/mpl_iterator.hpp
==============================================================================
--- trunk/boost/fusion/adapted/mpl/mpl_iterator.hpp (original)
+++ trunk/boost/fusion/adapted/mpl/mpl_iterator.hpp 2011-09-16 01:30:23 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/boost/fusion/adapted/std_pair.hpp
==============================================================================
--- trunk/boost/fusion/adapted/std_pair.hpp (original)
+++ trunk/boost/fusion/adapted/std_pair.hpp 2011-09-16 01:30:23 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) 2009-2010 Christopher Schmidt
 

Modified: trunk/boost/fusion/adapted/struct.hpp
==============================================================================
--- trunk/boost/fusion/adapted/struct.hpp (original)
+++ trunk/boost/fusion/adapted/struct.hpp 2011-09-16 01:30:23 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) 2009-2010 Christopher Schmidt
 

Modified: trunk/boost/fusion/adapted/struct/detail/at_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/struct/detail/at_impl.hpp (original)
+++ trunk/boost/fusion/adapted/struct/detail/at_impl.hpp 2011-09-16 01:30:23 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) 2009-2010 Christopher Schmidt
 

Modified: trunk/boost/fusion/adapted/struct/detail/begin_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/struct/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/adapted/struct/detail/begin_impl.hpp 2011-09-16 01:30:23 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) 2009-2010 Christopher Schmidt
 

Modified: trunk/boost/fusion/adapted/struct/detail/category_of_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/struct/detail/category_of_impl.hpp (original)
+++ trunk/boost/fusion/adapted/struct/detail/category_of_impl.hpp 2011-09-16 01:30:23 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) 2009-2010 Christopher Schmidt
 

Modified: trunk/boost/fusion/adapted/struct/detail/end_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/struct/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/adapted/struct/detail/end_impl.hpp 2011-09-16 01:30:23 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) 2009-2010 Christopher Schmidt
 

Modified: trunk/boost/fusion/adapted/struct/detail/is_sequence_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/struct/detail/is_sequence_impl.hpp (original)
+++ trunk/boost/fusion/adapted/struct/detail/is_sequence_impl.hpp 2011-09-16 01:30:23 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) 2009-2010 Christopher Schmidt
 

Modified: trunk/boost/fusion/adapted/struct/detail/is_view_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/struct/detail/is_view_impl.hpp (original)
+++ trunk/boost/fusion/adapted/struct/detail/is_view_impl.hpp 2011-09-16 01:30:23 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) 2009-2010 Christopher Schmidt
 

Modified: trunk/boost/fusion/adapted/struct/detail/size_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/struct/detail/size_impl.hpp (original)
+++ trunk/boost/fusion/adapted/struct/detail/size_impl.hpp 2011-09-16 01:30:23 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) 2009-2010 Christopher Schmidt
 

Modified: trunk/boost/fusion/adapted/struct/detail/value_at_impl.hpp
==============================================================================
--- trunk/boost/fusion/adapted/struct/detail/value_at_impl.hpp (original)
+++ trunk/boost/fusion/adapted/struct/detail/value_at_impl.hpp 2011-09-16 01:30:23 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) 2009-2010 Christopher Schmidt
 

Modified: trunk/boost/fusion/algorithm.hpp
==============================================================================
--- trunk/boost/fusion/algorithm.hpp (original)
+++ trunk/boost/fusion/algorithm.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/iteration.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/iteration.hpp (original)
+++ trunk/boost/fusion/algorithm/iteration.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/iteration/accumulate.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/iteration/accumulate.hpp (original)
+++ trunk/boost/fusion/algorithm/iteration/accumulate.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/iteration/detail/fold.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/iteration/detail/fold.hpp (original)
+++ trunk/boost/fusion/algorithm/iteration/detail/fold.hpp 2011-09-16 01:30:23 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
     Copyright (c) 2009-2010 Christopher Schmidt
 

Modified: trunk/boost/fusion/algorithm/iteration/detail/for_each.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/iteration/detail/for_each.hpp (original)
+++ trunk/boost/fusion/algorithm/iteration/detail/for_each.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/query.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/query.hpp (original)
+++ trunk/boost/fusion/algorithm/query.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/query/all.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/query/all.hpp (original)
+++ trunk/boost/fusion/algorithm/query/all.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/query/any.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/query/any.hpp (original)
+++ trunk/boost/fusion/algorithm/query/any.hpp 2011-09-16 01:30:23 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) 2007 Dan Marsden
 

Modified: trunk/boost/fusion/algorithm/query/count.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/query/count.hpp (original)
+++ trunk/boost/fusion/algorithm/query/count.hpp 2011-09-16 01:30:23 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
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/boost/fusion/algorithm/query/count_if.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/query/count_if.hpp (original)
+++ trunk/boost/fusion/algorithm/query/count_if.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/query/detail/all.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/query/detail/all.hpp (original)
+++ trunk/boost/fusion/algorithm/query/detail/all.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/query/detail/any.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/query/detail/any.hpp (original)
+++ trunk/boost/fusion/algorithm/query/detail/any.hpp 2011-09-16 01:30:23 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) 2007 Dan Marsden
 

Modified: trunk/boost/fusion/algorithm/query/detail/count.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/query/detail/count.hpp (original)
+++ trunk/boost/fusion/algorithm/query/detail/count.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/query/detail/count_if.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/query/detail/count_if.hpp (original)
+++ trunk/boost/fusion/algorithm/query/detail/count_if.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/query/detail/find_if.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/query/detail/find_if.hpp (original)
+++ trunk/boost/fusion/algorithm/query/detail/find_if.hpp 2011-09-16 01:30:23 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
     Copyright (c) 2009 Christopher Schmidt
 

Modified: trunk/boost/fusion/algorithm/query/find.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/query/find.hpp (original)
+++ trunk/boost/fusion/algorithm/query/find.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/query/find_if.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/query/find_if.hpp (original)
+++ trunk/boost/fusion/algorithm/query/find_if.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/query/none.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/query/none.hpp (original)
+++ trunk/boost/fusion/algorithm/query/none.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/clear.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/clear.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/clear.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/detail/replace.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/detail/replace.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/detail/replace.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/detail/replace_if.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/detail/replace_if.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/detail/replace_if.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/erase.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/erase.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/erase.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/erase_key.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/erase_key.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/erase_key.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/filter.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/filter.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/filter.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/filter_if.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/filter_if.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/filter_if.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/insert.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/insert.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/insert.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/insert_range.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/insert_range.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/insert_range.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/join.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/join.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/join.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/pop_front.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/pop_front.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/pop_front.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/push_back.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/push_back.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/push_back.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/push_front.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/push_front.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/push_front.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/remove.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/remove.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/remove.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/remove_if.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/remove_if.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/remove_if.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/replace.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/replace.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/replace.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/replace_if.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/replace_if.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/replace_if.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/reverse.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/reverse.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/reverse.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/transform.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/transform.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/transform.hpp 2011-09-16 01:30:23 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/boost/fusion/algorithm/transformation/zip.hpp
==============================================================================
--- trunk/boost/fusion/algorithm/transformation/zip.hpp (original)
+++ trunk/boost/fusion/algorithm/transformation/zip.hpp 2011-09-16 01:30:23 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/boost/fusion/container.hpp
==============================================================================
--- trunk/boost/fusion/container.hpp (original)
+++ trunk/boost/fusion/container.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque.hpp
==============================================================================
--- trunk/boost/fusion/container/deque.hpp (original)
+++ trunk/boost/fusion/container/deque.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/back_extended_deque.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/back_extended_deque.hpp (original)
+++ trunk/boost/fusion/container/deque/back_extended_deque.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/convert.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/convert.hpp (original)
+++ trunk/boost/fusion/container/deque/convert.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/deque.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/deque.hpp (original)
+++ trunk/boost/fusion/container/deque/deque.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/deque_iterator.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/deque_iterator.hpp (original)
+++ trunk/boost/fusion/container/deque/deque_iterator.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/detail/as_deque.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/detail/as_deque.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/as_deque.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/detail/at_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/detail/at_impl.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/at_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/detail/begin_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/begin_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/detail/convert_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/detail/convert_impl.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/convert_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/detail/deque_forward_ctor.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/detail/deque_forward_ctor.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/deque_forward_ctor.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/detail/deque_initial_size.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/detail/deque_initial_size.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/deque_initial_size.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/detail/deque_keyed_values.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/detail/deque_keyed_values.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/deque_keyed_values.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/detail/deque_keyed_values_call.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/detail/deque_keyed_values_call.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/deque_keyed_values_call.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/detail/end_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/end_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/detail/keyed_element.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/detail/keyed_element.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/keyed_element.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/detail/value_at_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/detail/value_at_impl.hpp (original)
+++ trunk/boost/fusion/container/deque/detail/value_at_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/front_extended_deque.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/front_extended_deque.hpp (original)
+++ trunk/boost/fusion/container/deque/front_extended_deque.hpp 2011-09-16 01:30:23 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/boost/fusion/container/deque/limits.hpp
==============================================================================
--- trunk/boost/fusion/container/deque/limits.hpp (original)
+++ trunk/boost/fusion/container/deque/limits.hpp 2011-09-16 01:30:23 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/boost/fusion/container/generation.hpp
==============================================================================
--- trunk/boost/fusion/container/generation.hpp (original)
+++ trunk/boost/fusion/container/generation.hpp 2011-09-16 01:30:23 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/boost/fusion/container/generation/deque_tie.hpp
==============================================================================
--- trunk/boost/fusion/container/generation/deque_tie.hpp (original)
+++ trunk/boost/fusion/container/generation/deque_tie.hpp 2011-09-16 01:30:23 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/boost/fusion/container/generation/ignore.hpp
==============================================================================
--- trunk/boost/fusion/container/generation/ignore.hpp (original)
+++ trunk/boost/fusion/container/generation/ignore.hpp 2011-09-16 01:30:23 EDT (Fri, 16 Sep 2011)
@@ -1,7 +1,7 @@
 /*=============================================================================
     Copyright (c) 2001 Doug Gregor
     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/boost/fusion/container/generation/list_tie.hpp
==============================================================================
--- trunk/boost/fusion/container/generation/list_tie.hpp (original)
+++ trunk/boost/fusion/container/generation/list_tie.hpp 2011-09-16 01:30:23 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/boost/fusion/container/generation/make_deque.hpp
==============================================================================
--- trunk/boost/fusion/container/generation/make_deque.hpp (original)
+++ trunk/boost/fusion/container/generation/make_deque.hpp 2011-09-16 01:30:23 EDT (Fri, 16 Sep 2011)
@@ -1,12 +1,12 @@
 /*=============================================================================
- 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
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 ==============================================================================*/
 /*=============================================================================
- 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/boost/fusion/container/generation/make_list.hpp
==============================================================================
--- trunk/boost/fusion/container/generation/make_list.hpp (original)
+++ trunk/boost/fusion/container/generation/make_list.hpp 2011-09-16 01:30:23 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/boost/fusion/container/generation/make_map.hpp
==============================================================================
--- trunk/boost/fusion/container/generation/make_map.hpp (original)
+++ trunk/boost/fusion/container/generation/make_map.hpp 2011-09-16 01:30:23 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/boost/fusion/container/generation/make_set.hpp
==============================================================================
--- trunk/boost/fusion/container/generation/make_set.hpp (original)
+++ trunk/boost/fusion/container/generation/make_set.hpp 2011-09-16 01:30:23 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/boost/fusion/container/generation/make_vector.hpp
==============================================================================
--- trunk/boost/fusion/container/generation/make_vector.hpp (original)
+++ trunk/boost/fusion/container/generation/make_vector.hpp 2011-09-16 01:30:23 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/boost/fusion/container/generation/map_tie.hpp
==============================================================================
--- trunk/boost/fusion/container/generation/map_tie.hpp (original)
+++ trunk/boost/fusion/container/generation/map_tie.hpp 2011-09-16 01:30:23 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/boost/fusion/container/generation/pair_tie.hpp
==============================================================================
--- trunk/boost/fusion/container/generation/pair_tie.hpp (original)
+++ trunk/boost/fusion/container/generation/pair_tie.hpp 2011-09-16 01:30:23 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/boost/fusion/container/generation/vector_tie.hpp
==============================================================================
--- trunk/boost/fusion/container/generation/vector_tie.hpp (original)
+++ trunk/boost/fusion/container/generation/vector_tie.hpp 2011-09-16 01:30:23 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/boost/fusion/container/list.hpp
==============================================================================
--- trunk/boost/fusion/container/list.hpp (original)
+++ trunk/boost/fusion/container/list.hpp 2011-09-16 01:30:23 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/boost/fusion/container/list/convert.hpp
==============================================================================
--- trunk/boost/fusion/container/list/convert.hpp (original)
+++ trunk/boost/fusion/container/list/convert.hpp 2011-09-16 01:30:23 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/boost/fusion/container/list/detail/at_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/list/detail/at_impl.hpp (original)
+++ trunk/boost/fusion/container/list/detail/at_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/list/detail/build_cons.hpp
==============================================================================
--- trunk/boost/fusion/container/list/detail/build_cons.hpp (original)
+++ trunk/boost/fusion/container/list/detail/build_cons.hpp 2011-09-16 01:30:23 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/boost/fusion/container/list/detail/convert_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/list/detail/convert_impl.hpp (original)
+++ trunk/boost/fusion/container/list/detail/convert_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/list/detail/equal_to_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/list/detail/equal_to_impl.hpp (original)
+++ trunk/boost/fusion/container/list/detail/equal_to_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/list/detail/list_forward_ctor.hpp
==============================================================================
--- trunk/boost/fusion/container/list/detail/list_forward_ctor.hpp (original)
+++ trunk/boost/fusion/container/list/detail/list_forward_ctor.hpp 2011-09-16 01:30:23 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/boost/fusion/container/list/detail/list_to_cons_call.hpp
==============================================================================
--- trunk/boost/fusion/container/list/detail/list_to_cons_call.hpp (original)
+++ trunk/boost/fusion/container/list/detail/list_to_cons_call.hpp 2011-09-16 01:30:23 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/boost/fusion/container/list/detail/value_at_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/list/detail/value_at_impl.hpp (original)
+++ trunk/boost/fusion/container/list/detail/value_at_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/list/limits.hpp
==============================================================================
--- trunk/boost/fusion/container/list/limits.hpp (original)
+++ trunk/boost/fusion/container/list/limits.hpp 2011-09-16 01:30:23 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/boost/fusion/container/map.hpp
==============================================================================
--- trunk/boost/fusion/container/map.hpp (original)
+++ trunk/boost/fusion/container/map.hpp 2011-09-16 01:30:23 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/boost/fusion/container/map/convert.hpp
==============================================================================
--- trunk/boost/fusion/container/map/convert.hpp (original)
+++ trunk/boost/fusion/container/map/convert.hpp 2011-09-16 01:30:23 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/boost/fusion/container/map/detail/as_map.hpp
==============================================================================
--- trunk/boost/fusion/container/map/detail/as_map.hpp (original)
+++ trunk/boost/fusion/container/map/detail/as_map.hpp 2011-09-16 01:30:23 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/boost/fusion/container/map/detail/begin_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/map/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/container/map/detail/begin_impl.hpp 2011-09-16 01:30:23 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) 2009 Christopher Schmidt
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/boost/fusion/container/map/detail/convert_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/map/detail/convert_impl.hpp (original)
+++ trunk/boost/fusion/container/map/detail/convert_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/map/detail/end_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/map/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/container/map/detail/end_impl.hpp 2011-09-16 01:30:23 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) 2009 Christopher Schmidt
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/boost/fusion/container/map/detail/map_forward_ctor.hpp
==============================================================================
--- trunk/boost/fusion/container/map/detail/map_forward_ctor.hpp (original)
+++ trunk/boost/fusion/container/map/detail/map_forward_ctor.hpp 2011-09-16 01:30:23 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/boost/fusion/container/map/limits.hpp
==============================================================================
--- trunk/boost/fusion/container/map/limits.hpp (original)
+++ trunk/boost/fusion/container/map/limits.hpp 2011-09-16 01:30:23 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/boost/fusion/container/set.hpp
==============================================================================
--- trunk/boost/fusion/container/set.hpp (original)
+++ trunk/boost/fusion/container/set.hpp 2011-09-16 01:30:23 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/boost/fusion/container/set/convert.hpp
==============================================================================
--- trunk/boost/fusion/container/set/convert.hpp (original)
+++ trunk/boost/fusion/container/set/convert.hpp 2011-09-16 01:30:23 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/boost/fusion/container/set/detail/as_set.hpp
==============================================================================
--- trunk/boost/fusion/container/set/detail/as_set.hpp (original)
+++ trunk/boost/fusion/container/set/detail/as_set.hpp 2011-09-16 01:30:23 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/boost/fusion/container/set/detail/begin_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/set/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/container/set/detail/begin_impl.hpp 2011-09-16 01:30:23 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) 2009 Christopher Schmidt
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/boost/fusion/container/set/detail/convert_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/set/detail/convert_impl.hpp (original)
+++ trunk/boost/fusion/container/set/detail/convert_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/set/detail/end_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/set/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/container/set/detail/end_impl.hpp 2011-09-16 01:30:23 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) 2009 Christopher Schmidt
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/boost/fusion/container/set/detail/set_forward_ctor.hpp
==============================================================================
--- trunk/boost/fusion/container/set/detail/set_forward_ctor.hpp (original)
+++ trunk/boost/fusion/container/set/detail/set_forward_ctor.hpp 2011-09-16 01:30:23 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/boost/fusion/container/set/limits.hpp
==============================================================================
--- trunk/boost/fusion/container/set/limits.hpp (original)
+++ trunk/boost/fusion/container/set/limits.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector.hpp
==============================================================================
--- trunk/boost/fusion/container/vector.hpp (original)
+++ trunk/boost/fusion/container/vector.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/convert.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/convert.hpp (original)
+++ trunk/boost/fusion/container/vector/convert.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/detail/advance_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/advance_impl.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/advance_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/detail/as_vector.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/as_vector.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/as_vector.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/detail/at_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/at_impl.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/at_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/detail/begin_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/begin_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/detail/convert_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/convert_impl.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/convert_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/detail/deref_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/deref_impl.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/deref_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/detail/distance_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/distance_impl.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/distance_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/detail/end_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/end_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/detail/equal_to_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/equal_to_impl.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/equal_to_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/detail/next_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/next_impl.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/next_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/detail/prior_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/prior_impl.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/prior_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/detail/value_at_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/value_at_impl.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/value_at_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/detail/value_of_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/value_of_impl.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/value_of_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/detail/vector_forward_ctor.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/vector_forward_ctor.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/vector_forward_ctor.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/detail/vector_n.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/vector_n.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/vector_n.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/detail/vector_n_chooser.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/detail/vector_n_chooser.hpp (original)
+++ trunk/boost/fusion/container/vector/detail/vector_n_chooser.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/limits.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/limits.hpp (original)
+++ trunk/boost/fusion/container/vector/limits.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/vector.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/vector.hpp (original)
+++ trunk/boost/fusion/container/vector/vector.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/vector10.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/vector10.hpp (original)
+++ trunk/boost/fusion/container/vector/vector10.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/vector20.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/vector20.hpp (original)
+++ trunk/boost/fusion/container/vector/vector20.hpp 2011-09-16 01:30:23 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) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/boost/fusion/container/vector/vector30.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/vector30.hpp (original)
+++ trunk/boost/fusion/container/vector/vector30.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/vector40.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/vector40.hpp (original)
+++ trunk/boost/fusion/container/vector/vector40.hpp 2011-09-16 01:30:23 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) 2001-2011 Joel de Guzman
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/boost/fusion/container/vector/vector50.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/vector50.hpp (original)
+++ trunk/boost/fusion/container/vector/vector50.hpp 2011-09-16 01:30:23 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/boost/fusion/container/vector/vector_fwd.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/vector_fwd.hpp (original)
+++ trunk/boost/fusion/container/vector/vector_fwd.hpp 2011-09-16 01:30:23 EDT (Fri, 16 Sep 2011)
@@ -1,8 +1,8 @@
 /*=============================================================================
     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
+ Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 ==============================================================================*/
 #if !defined(FUSION_VECTOR_FORWARD_07072005_0125)
@@ -10,11 +10,20 @@
 
 #include <boost/fusion/container/vector/limits.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
-#include <boost/fusion/container/vector/vector10_fwd.hpp>
-#include <boost/fusion/container/vector/vector20_fwd.hpp>
-#include <boost/fusion/container/vector/vector30_fwd.hpp>
-#include <boost/fusion/container/vector/vector40_fwd.hpp>
-#include <boost/fusion/container/vector/vector50_fwd.hpp>
+
+#include <boost/fusion/container/vector/vector10.hpp>
+#if (FUSION_MAX_VECTOR_SIZE > 10)
+#include <boost/fusion/container/vector/vector20.hpp>
+#endif
+#if (FUSION_MAX_VECTOR_SIZE > 20)
+#include <boost/fusion/container/vector/vector30.hpp>
+#endif
+#if (FUSION_MAX_VECTOR_SIZE > 30)
+#include <boost/fusion/container/vector/vector40.hpp>
+#endif
+#if (FUSION_MAX_VECTOR_SIZE > 40)
+#include <boost/fusion/container/vector/vector50.hpp>
+#endif
 
 namespace boost { namespace fusion
 {

Modified: trunk/boost/fusion/container/vector/vector_iterator.hpp
==============================================================================
--- trunk/boost/fusion/container/vector/vector_iterator.hpp (original)
+++ trunk/boost/fusion/container/vector/vector_iterator.hpp 2011-09-16 01:30:23 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/boost/fusion/iterator/advance.hpp
==============================================================================
--- trunk/boost/fusion/iterator/advance.hpp (original)
+++ trunk/boost/fusion/iterator/advance.hpp 2011-09-16 01:30:23 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/boost/fusion/iterator/deref.hpp
==============================================================================
--- trunk/boost/fusion/iterator/deref.hpp (original)
+++ trunk/boost/fusion/iterator/deref.hpp 2011-09-16 01:30:23 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/boost/fusion/iterator/detail/adapt_deref_traits.hpp
==============================================================================
--- trunk/boost/fusion/iterator/detail/adapt_deref_traits.hpp (original)
+++ trunk/boost/fusion/iterator/detail/adapt_deref_traits.hpp 2011-09-16 01:30:23 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/boost/fusion/iterator/detail/adapt_value_traits.hpp
==============================================================================
--- trunk/boost/fusion/iterator/detail/adapt_value_traits.hpp (original)
+++ trunk/boost/fusion/iterator/detail/adapt_value_traits.hpp 2011-09-16 01:30:23 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/boost/fusion/iterator/detail/advance.hpp
==============================================================================
--- trunk/boost/fusion/iterator/detail/advance.hpp (original)
+++ trunk/boost/fusion/iterator/detail/advance.hpp 2011-09-16 01:30:23 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/boost/fusion/iterator/detail/distance.hpp
==============================================================================
--- trunk/boost/fusion/iterator/detail/distance.hpp (original)
+++ trunk/boost/fusion/iterator/detail/distance.hpp 2011-09-16 01:30:23 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/boost/fusion/iterator/distance.hpp
==============================================================================
--- trunk/boost/fusion/iterator/distance.hpp (original)
+++ trunk/boost/fusion/iterator/distance.hpp 2011-09-16 01:30:23 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/boost/fusion/iterator/equal_to.hpp
==============================================================================
--- trunk/boost/fusion/iterator/equal_to.hpp (original)
+++ trunk/boost/fusion/iterator/equal_to.hpp 2011-09-16 01:30:23 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/boost/fusion/iterator/iterator_facade.hpp
==============================================================================
--- trunk/boost/fusion/iterator/iterator_facade.hpp (original)
+++ trunk/boost/fusion/iterator/iterator_facade.hpp 2011-09-16 01:30:23 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/boost/fusion/iterator/mpl.hpp
==============================================================================
--- trunk/boost/fusion/iterator/mpl.hpp (original)
+++ trunk/boost/fusion/iterator/mpl.hpp 2011-09-16 01:30:23 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/boost/fusion/iterator/mpl/convert_iterator.hpp
==============================================================================
--- trunk/boost/fusion/iterator/mpl/convert_iterator.hpp (original)
+++ trunk/boost/fusion/iterator/mpl/convert_iterator.hpp 2011-09-16 01:30:23 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/boost/fusion/iterator/mpl/fusion_iterator.hpp
==============================================================================
--- trunk/boost/fusion/iterator/mpl/fusion_iterator.hpp (original)
+++ trunk/boost/fusion/iterator/mpl/fusion_iterator.hpp 2011-09-16 01:30:23 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/boost/fusion/iterator/next.hpp
==============================================================================
--- trunk/boost/fusion/iterator/next.hpp (original)
+++ trunk/boost/fusion/iterator/next.hpp 2011-09-16 01:30:23 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/boost/fusion/iterator/prior.hpp
==============================================================================
--- trunk/boost/fusion/iterator/prior.hpp (original)
+++ trunk/boost/fusion/iterator/prior.hpp 2011-09-16 01:30:23 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/boost/fusion/iterator/value_of.hpp
==============================================================================
--- trunk/boost/fusion/iterator/value_of.hpp (original)
+++ trunk/boost/fusion/iterator/value_of.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl.hpp
==============================================================================
--- trunk/boost/fusion/mpl.hpp (original)
+++ trunk/boost/fusion/mpl.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/at.hpp
==============================================================================
--- trunk/boost/fusion/mpl/at.hpp (original)
+++ trunk/boost/fusion/mpl/at.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/back.hpp
==============================================================================
--- trunk/boost/fusion/mpl/back.hpp (original)
+++ trunk/boost/fusion/mpl/back.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/begin.hpp
==============================================================================
--- trunk/boost/fusion/mpl/begin.hpp (original)
+++ trunk/boost/fusion/mpl/begin.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/clear.hpp
==============================================================================
--- trunk/boost/fusion/mpl/clear.hpp (original)
+++ trunk/boost/fusion/mpl/clear.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/detail/clear.hpp
==============================================================================
--- trunk/boost/fusion/mpl/detail/clear.hpp (original)
+++ trunk/boost/fusion/mpl/detail/clear.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/empty.hpp
==============================================================================
--- trunk/boost/fusion/mpl/empty.hpp (original)
+++ trunk/boost/fusion/mpl/empty.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/end.hpp
==============================================================================
--- trunk/boost/fusion/mpl/end.hpp (original)
+++ trunk/boost/fusion/mpl/end.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/erase.hpp
==============================================================================
--- trunk/boost/fusion/mpl/erase.hpp (original)
+++ trunk/boost/fusion/mpl/erase.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/erase_key.hpp
==============================================================================
--- trunk/boost/fusion/mpl/erase_key.hpp (original)
+++ trunk/boost/fusion/mpl/erase_key.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/front.hpp
==============================================================================
--- trunk/boost/fusion/mpl/front.hpp (original)
+++ trunk/boost/fusion/mpl/front.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/has_key.hpp
==============================================================================
--- trunk/boost/fusion/mpl/has_key.hpp (original)
+++ trunk/boost/fusion/mpl/has_key.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/insert.hpp
==============================================================================
--- trunk/boost/fusion/mpl/insert.hpp (original)
+++ trunk/boost/fusion/mpl/insert.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/insert_range.hpp
==============================================================================
--- trunk/boost/fusion/mpl/insert_range.hpp (original)
+++ trunk/boost/fusion/mpl/insert_range.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/pop_back.hpp
==============================================================================
--- trunk/boost/fusion/mpl/pop_back.hpp (original)
+++ trunk/boost/fusion/mpl/pop_back.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/pop_front.hpp
==============================================================================
--- trunk/boost/fusion/mpl/pop_front.hpp (original)
+++ trunk/boost/fusion/mpl/pop_front.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/push_back.hpp
==============================================================================
--- trunk/boost/fusion/mpl/push_back.hpp (original)
+++ trunk/boost/fusion/mpl/push_back.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/push_front.hpp
==============================================================================
--- trunk/boost/fusion/mpl/push_front.hpp (original)
+++ trunk/boost/fusion/mpl/push_front.hpp 2011-09-16 01:30:23 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/boost/fusion/mpl/size.hpp
==============================================================================
--- trunk/boost/fusion/mpl/size.hpp (original)
+++ trunk/boost/fusion/mpl/size.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence.hpp
==============================================================================
--- trunk/boost/fusion/sequence.hpp (original)
+++ trunk/boost/fusion/sequence.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/comparison.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison.hpp (original)
+++ trunk/boost/fusion/sequence/comparison.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/comparison/detail/equal_to.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/detail/equal_to.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/detail/equal_to.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/comparison/detail/greater.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/detail/greater.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/detail/greater.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/comparison/detail/greater_equal.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/detail/greater_equal.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/detail/greater_equal.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/comparison/detail/less.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/detail/less.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/detail/less.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/comparison/detail/less_equal.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/detail/less_equal.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/detail/less_equal.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/comparison/detail/not_equal_to.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/detail/not_equal_to.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/detail/not_equal_to.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/comparison/enable_comparison.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/enable_comparison.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/enable_comparison.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/comparison/equal_to.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/equal_to.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/equal_to.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/comparison/greater.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/greater.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/greater.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/comparison/greater_equal.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/greater_equal.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/greater_equal.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/comparison/less.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/less.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/less.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/comparison/less_equal.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/less_equal.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/less_equal.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/comparison/not_equal_to.hpp
==============================================================================
--- trunk/boost/fusion/sequence/comparison/not_equal_to.hpp (original)
+++ trunk/boost/fusion/sequence/comparison/not_equal_to.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/convert.hpp
==============================================================================
--- trunk/boost/fusion/sequence/convert.hpp (original)
+++ trunk/boost/fusion/sequence/convert.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/intrinsic.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/intrinsic/at.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic/at.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic/at.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/intrinsic/at_c.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic/at_c.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic/at_c.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/intrinsic/at_key.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic/at_key.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic/at_key.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/intrinsic/back.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic/back.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic/back.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/intrinsic/begin.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic/begin.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic/begin.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/intrinsic/empty.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic/empty.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic/empty.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/intrinsic/end.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic/end.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic/end.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/intrinsic/front.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic/front.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic/front.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/intrinsic/has_key.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic/has_key.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic/has_key.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/intrinsic/size.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic/size.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic/size.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/intrinsic/swap.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic/swap.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic/swap.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/intrinsic/value_at.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic/value_at.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic/value_at.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/intrinsic/value_at_key.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic/value_at_key.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic/value_at_key.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/intrinsic_fwd.hpp
==============================================================================
--- trunk/boost/fusion/sequence/intrinsic_fwd.hpp (original)
+++ trunk/boost/fusion/sequence/intrinsic_fwd.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/io.hpp
==============================================================================
--- trunk/boost/fusion/sequence/io.hpp (original)
+++ trunk/boost/fusion/sequence/io.hpp 2011-09-16 01:30:23 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/boost/fusion/sequence/io/detail/in.hpp
==============================================================================
--- trunk/boost/fusion/sequence/io/detail/in.hpp (original)
+++ trunk/boost/fusion/sequence/io/detail/in.hpp 2011-09-16 01:30:23 EDT (Fri, 16 Sep 2011)
@@ -1,7 +1,7 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
     Copyright (c) 1999-2003 Jeremiah Willcock
- 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/boost/fusion/sequence/io/detail/manip.hpp
==============================================================================
--- trunk/boost/fusion/sequence/io/detail/manip.hpp (original)
+++ trunk/boost/fusion/sequence/io/detail/manip.hpp 2011-09-16 01:30:23 EDT (Fri, 16 Sep 2011)
@@ -1,7 +1,7 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jeremiah Willcock
     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/boost/fusion/sequence/io/detail/out.hpp
==============================================================================
--- trunk/boost/fusion/sequence/io/detail/out.hpp (original)
+++ trunk/boost/fusion/sequence/io/detail/out.hpp 2011-09-16 01:30:23 EDT (Fri, 16 Sep 2011)
@@ -1,7 +1,7 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
     Copyright (c) 1999-2003 Jeremiah Willcock
- 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/boost/fusion/sequence/io/in.hpp
==============================================================================
--- trunk/boost/fusion/sequence/io/in.hpp (original)
+++ trunk/boost/fusion/sequence/io/in.hpp 2011-09-16 01:30:23 EDT (Fri, 16 Sep 2011)
@@ -1,7 +1,7 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
     Copyright (c) 1999-2003 Jeremiah Willcock
- 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/boost/fusion/sequence/io/out.hpp
==============================================================================
--- trunk/boost/fusion/sequence/io/out.hpp (original)
+++ trunk/boost/fusion/sequence/io/out.hpp 2011-09-16 01:30:23 EDT (Fri, 16 Sep 2011)
@@ -1,7 +1,7 @@
 /*=============================================================================
     Copyright (c) 1999-2003 Jaakko Jarvi
     Copyright (c) 1999-2003 Jeremiah Willcock
- 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/boost/fusion/sequence/sequence_facade.hpp
==============================================================================
--- trunk/boost/fusion/sequence/sequence_facade.hpp (original)
+++ trunk/boost/fusion/sequence/sequence_facade.hpp 2011-09-16 01:30:23 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/boost/fusion/support.hpp
==============================================================================
--- trunk/boost/fusion/support.hpp (original)
+++ trunk/boost/fusion/support.hpp 2011-09-16 01:30:23 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/boost/fusion/support/category_of.hpp
==============================================================================
--- trunk/boost/fusion/support/category_of.hpp (original)
+++ trunk/boost/fusion/support/category_of.hpp 2011-09-16 01:30:23 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/boost/fusion/support/detail/access.hpp
==============================================================================
--- trunk/boost/fusion/support/detail/access.hpp (original)
+++ trunk/boost/fusion/support/detail/access.hpp 2011-09-16 01:30:23 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/boost/fusion/support/detail/as_fusion_element.hpp
==============================================================================
--- trunk/boost/fusion/support/detail/as_fusion_element.hpp (original)
+++ trunk/boost/fusion/support/detail/as_fusion_element.hpp 2011-09-16 01:30:23 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/boost/fusion/support/detail/category_of.hpp
==============================================================================
--- trunk/boost/fusion/support/detail/category_of.hpp (original)
+++ trunk/boost/fusion/support/detail/category_of.hpp 2011-09-16 01:30:23 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/boost/fusion/support/detail/is_mpl_sequence.hpp
==============================================================================
--- trunk/boost/fusion/support/detail/is_mpl_sequence.hpp (original)
+++ trunk/boost/fusion/support/detail/is_mpl_sequence.hpp 2011-09-16 01:30:23 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/boost/fusion/support/detail/is_view.hpp
==============================================================================
--- trunk/boost/fusion/support/detail/is_view.hpp (original)
+++ trunk/boost/fusion/support/detail/is_view.hpp 2011-09-16 01:30:23 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/boost/fusion/support/detail/mpl_iterator_category.hpp
==============================================================================
--- trunk/boost/fusion/support/detail/mpl_iterator_category.hpp (original)
+++ trunk/boost/fusion/support/detail/mpl_iterator_category.hpp 2011-09-16 01:30:23 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/boost/fusion/support/detail/unknown_key.hpp
==============================================================================
--- trunk/boost/fusion/support/detail/unknown_key.hpp (original)
+++ trunk/boost/fusion/support/detail/unknown_key.hpp 2011-09-16 01:30:23 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/boost/fusion/support/is_iterator.hpp
==============================================================================
--- trunk/boost/fusion/support/is_iterator.hpp (original)
+++ trunk/boost/fusion/support/is_iterator.hpp 2011-09-16 01:30:23 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/boost/fusion/support/is_sequence.hpp
==============================================================================
--- trunk/boost/fusion/support/is_sequence.hpp (original)
+++ trunk/boost/fusion/support/is_sequence.hpp 2011-09-16 01:30:23 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/boost/fusion/support/is_view.hpp
==============================================================================
--- trunk/boost/fusion/support/is_view.hpp (original)
+++ trunk/boost/fusion/support/is_view.hpp 2011-09-16 01:30:23 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/boost/fusion/support/iterator_base.hpp
==============================================================================
--- trunk/boost/fusion/support/iterator_base.hpp (original)
+++ trunk/boost/fusion/support/iterator_base.hpp 2011-09-16 01:30:23 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/boost/fusion/support/sequence_base.hpp
==============================================================================
--- trunk/boost/fusion/support/sequence_base.hpp (original)
+++ trunk/boost/fusion/support/sequence_base.hpp 2011-09-16 01:30:23 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 Tobias Schwinger
 
     Distributed under the Boost Software License, Version 1.0. (See accompanying

Modified: trunk/boost/fusion/support/tag_of.hpp
==============================================================================
--- trunk/boost/fusion/support/tag_of.hpp (original)
+++ trunk/boost/fusion/support/tag_of.hpp 2011-09-16 01:30:23 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/boost/fusion/support/tag_of_fwd.hpp
==============================================================================
--- trunk/boost/fusion/support/tag_of_fwd.hpp (original)
+++ trunk/boost/fusion/support/tag_of_fwd.hpp 2011-09-16 01:30:23 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/boost/fusion/support/unused.hpp
==============================================================================
--- trunk/boost/fusion/support/unused.hpp (original)
+++ trunk/boost/fusion/support/unused.hpp 2011-09-16 01:30:23 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/boost/fusion/support/void.hpp
==============================================================================
--- trunk/boost/fusion/support/void.hpp (original)
+++ trunk/boost/fusion/support/void.hpp 2011-09-16 01:30:23 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/boost/fusion/tuple.hpp
==============================================================================
--- trunk/boost/fusion/tuple.hpp (original)
+++ trunk/boost/fusion/tuple.hpp 2011-09-16 01:30:23 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/boost/fusion/tuple/detail/tuple_expand.hpp
==============================================================================
--- trunk/boost/fusion/tuple/detail/tuple_expand.hpp (original)
+++ trunk/boost/fusion/tuple/detail/tuple_expand.hpp 2011-09-16 01:30:23 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/boost/fusion/tuple/make_tuple.hpp
==============================================================================
--- trunk/boost/fusion/tuple/make_tuple.hpp (original)
+++ trunk/boost/fusion/tuple/make_tuple.hpp 2011-09-16 01:30:23 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/boost/fusion/tuple/tuple_tie.hpp
==============================================================================
--- trunk/boost/fusion/tuple/tuple_tie.hpp (original)
+++ trunk/boost/fusion/tuple/tuple_tie.hpp 2011-09-16 01:30:23 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/boost/fusion/view.hpp
==============================================================================
--- trunk/boost/fusion/view.hpp (original)
+++ trunk/boost/fusion/view.hpp 2011-09-16 01:30:23 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/boost/fusion/view/detail/strictest_traversal.hpp
==============================================================================
--- trunk/boost/fusion/view/detail/strictest_traversal.hpp (original)
+++ trunk/boost/fusion/view/detail/strictest_traversal.hpp 2011-09-16 01:30:23 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/boost/fusion/view/filter_view.hpp
==============================================================================
--- trunk/boost/fusion/view/filter_view.hpp (original)
+++ trunk/boost/fusion/view/filter_view.hpp 2011-09-16 01:30:23 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/boost/fusion/view/filter_view/detail/begin_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/filter_view/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/view/filter_view/detail/begin_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/filter_view/detail/deref_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/filter_view/detail/deref_impl.hpp (original)
+++ trunk/boost/fusion/view/filter_view/detail/deref_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/filter_view/detail/end_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/filter_view/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/view/filter_view/detail/end_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/filter_view/detail/equal_to_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/filter_view/detail/equal_to_impl.hpp (original)
+++ trunk/boost/fusion/view/filter_view/detail/equal_to_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/filter_view/detail/next_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/filter_view/detail/next_impl.hpp (original)
+++ trunk/boost/fusion/view/filter_view/detail/next_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/filter_view/detail/size_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/filter_view/detail/size_impl.hpp (original)
+++ trunk/boost/fusion/view/filter_view/detail/size_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/filter_view/detail/value_of_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/filter_view/detail/value_of_impl.hpp (original)
+++ trunk/boost/fusion/view/filter_view/detail/value_of_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/filter_view/filter_view.hpp
==============================================================================
--- trunk/boost/fusion/view/filter_view/filter_view.hpp (original)
+++ trunk/boost/fusion/view/filter_view/filter_view.hpp 2011-09-16 01:30:23 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/boost/fusion/view/filter_view/filter_view_iterator.hpp
==============================================================================
--- trunk/boost/fusion/view/filter_view/filter_view_iterator.hpp (original)
+++ trunk/boost/fusion/view/filter_view/filter_view_iterator.hpp 2011-09-16 01:30:23 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/boost/fusion/view/iterator_range.hpp
==============================================================================
--- trunk/boost/fusion/view/iterator_range.hpp (original)
+++ trunk/boost/fusion/view/iterator_range.hpp 2011-09-16 01:30:23 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/boost/fusion/view/iterator_range/detail/begin_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/iterator_range/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/view/iterator_range/detail/begin_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/iterator_range/detail/end_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/iterator_range/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/view/iterator_range/detail/end_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/iterator_range/iterator_range.hpp
==============================================================================
--- trunk/boost/fusion/view/iterator_range/iterator_range.hpp (original)
+++ trunk/boost/fusion/view/iterator_range/iterator_range.hpp 2011-09-16 01:30:23 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/boost/fusion/view/joint_view.hpp
==============================================================================
--- trunk/boost/fusion/view/joint_view.hpp (original)
+++ trunk/boost/fusion/view/joint_view.hpp 2011-09-16 01:30:23 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/boost/fusion/view/joint_view/detail/begin_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/joint_view/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/view/joint_view/detail/begin_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/joint_view/detail/deref_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/joint_view/detail/deref_impl.hpp (original)
+++ trunk/boost/fusion/view/joint_view/detail/deref_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/joint_view/detail/end_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/joint_view/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/view/joint_view/detail/end_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/joint_view/detail/next_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/joint_view/detail/next_impl.hpp (original)
+++ trunk/boost/fusion/view/joint_view/detail/next_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/joint_view/detail/value_of_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/joint_view/detail/value_of_impl.hpp (original)
+++ trunk/boost/fusion/view/joint_view/detail/value_of_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/joint_view/joint_view.hpp
==============================================================================
--- trunk/boost/fusion/view/joint_view/joint_view.hpp (original)
+++ trunk/boost/fusion/view/joint_view/joint_view.hpp 2011-09-16 01:30:23 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/boost/fusion/view/joint_view/joint_view_iterator.hpp
==============================================================================
--- trunk/boost/fusion/view/joint_view/joint_view_iterator.hpp (original)
+++ trunk/boost/fusion/view/joint_view/joint_view_iterator.hpp 2011-09-16 01:30:23 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/boost/fusion/view/nview.hpp
==============================================================================
--- trunk/boost/fusion/view/nview.hpp (original)
+++ trunk/boost/fusion/view/nview.hpp 2011-09-16 01:30:23 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
     Copyright (c) 2009 Hartmut Kaiser
 

Modified: trunk/boost/fusion/view/nview/detail/size_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/nview/detail/size_impl.hpp (original)
+++ trunk/boost/fusion/view/nview/detail/size_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/reverse_view.hpp
==============================================================================
--- trunk/boost/fusion/view/reverse_view.hpp (original)
+++ trunk/boost/fusion/view/reverse_view.hpp 2011-09-16 01:30:23 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/boost/fusion/view/reverse_view/detail/advance_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/reverse_view/detail/advance_impl.hpp (original)
+++ trunk/boost/fusion/view/reverse_view/detail/advance_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/reverse_view/detail/begin_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/reverse_view/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/view/reverse_view/detail/begin_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/reverse_view/detail/deref_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/reverse_view/detail/deref_impl.hpp (original)
+++ trunk/boost/fusion/view/reverse_view/detail/deref_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/reverse_view/detail/distance_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/reverse_view/detail/distance_impl.hpp (original)
+++ trunk/boost/fusion/view/reverse_view/detail/distance_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/reverse_view/detail/end_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/reverse_view/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/view/reverse_view/detail/end_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/reverse_view/detail/next_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/reverse_view/detail/next_impl.hpp (original)
+++ trunk/boost/fusion/view/reverse_view/detail/next_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/reverse_view/detail/prior_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/reverse_view/detail/prior_impl.hpp (original)
+++ trunk/boost/fusion/view/reverse_view/detail/prior_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/reverse_view/detail/value_of_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/reverse_view/detail/value_of_impl.hpp (original)
+++ trunk/boost/fusion/view/reverse_view/detail/value_of_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/reverse_view/reverse_view.hpp
==============================================================================
--- trunk/boost/fusion/view/reverse_view/reverse_view.hpp (original)
+++ trunk/boost/fusion/view/reverse_view/reverse_view.hpp 2011-09-16 01:30:23 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/boost/fusion/view/reverse_view/reverse_view_iterator.hpp
==============================================================================
--- trunk/boost/fusion/view/reverse_view/reverse_view_iterator.hpp (original)
+++ trunk/boost/fusion/view/reverse_view/reverse_view_iterator.hpp 2011-09-16 01:30:23 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/boost/fusion/view/single_view.hpp
==============================================================================
--- trunk/boost/fusion/view/single_view.hpp (original)
+++ trunk/boost/fusion/view/single_view.hpp 2011-09-16 01:30:23 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/boost/fusion/view/single_view/detail/begin_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/single_view/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/view/single_view/detail/begin_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/single_view/detail/deref_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/single_view/detail/deref_impl.hpp (original)
+++ trunk/boost/fusion/view/single_view/detail/deref_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/single_view/detail/end_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/single_view/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/view/single_view/detail/end_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/single_view/detail/next_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/single_view/detail/next_impl.hpp (original)
+++ trunk/boost/fusion/view/single_view/detail/next_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/single_view/detail/value_of_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/single_view/detail/value_of_impl.hpp (original)
+++ trunk/boost/fusion/view/single_view/detail/value_of_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/single_view/single_view.hpp
==============================================================================
--- trunk/boost/fusion/view/single_view/single_view.hpp (original)
+++ trunk/boost/fusion/view/single_view/single_view.hpp 2011-09-16 01:30:23 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/boost/fusion/view/single_view/single_view_iterator.hpp
==============================================================================
--- trunk/boost/fusion/view/single_view/single_view_iterator.hpp (original)
+++ trunk/boost/fusion/view/single_view/single_view_iterator.hpp 2011-09-16 01:30:23 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/boost/fusion/view/transform_view.hpp
==============================================================================
--- trunk/boost/fusion/view/transform_view.hpp (original)
+++ trunk/boost/fusion/view/transform_view.hpp 2011-09-16 01:30:23 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/boost/fusion/view/transform_view/detail/advance_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/transform_view/detail/advance_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/advance_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/transform_view/detail/apply_transform_result.hpp
==============================================================================
--- trunk/boost/fusion/view/transform_view/detail/apply_transform_result.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/apply_transform_result.hpp 2011-09-16 01:30:23 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/boost/fusion/view/transform_view/detail/at_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/transform_view/detail/at_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/at_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/transform_view/detail/begin_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/transform_view/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/begin_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/transform_view/detail/deref_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/transform_view/detail/deref_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/deref_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/transform_view/detail/distance_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/transform_view/detail/distance_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/distance_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/transform_view/detail/end_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/transform_view/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/end_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/transform_view/detail/equal_to_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/transform_view/detail/equal_to_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/equal_to_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/transform_view/detail/next_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/transform_view/detail/next_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/next_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/transform_view/detail/prior_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/transform_view/detail/prior_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/prior_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/transform_view/detail/value_at_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/transform_view/detail/value_at_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/value_at_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/transform_view/detail/value_of_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/transform_view/detail/value_of_impl.hpp (original)
+++ trunk/boost/fusion/view/transform_view/detail/value_of_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/transform_view/transform_view.hpp
==============================================================================
--- trunk/boost/fusion/view/transform_view/transform_view.hpp (original)
+++ trunk/boost/fusion/view/transform_view/transform_view.hpp 2011-09-16 01:30:23 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/boost/fusion/view/transform_view/transform_view_fwd.hpp
==============================================================================
--- trunk/boost/fusion/view/transform_view/transform_view_fwd.hpp (original)
+++ trunk/boost/fusion/view/transform_view/transform_view_fwd.hpp 2011-09-16 01:30:23 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/boost/fusion/view/transform_view/transform_view_iterator.hpp
==============================================================================
--- trunk/boost/fusion/view/transform_view/transform_view_iterator.hpp (original)
+++ trunk/boost/fusion/view/transform_view/transform_view_iterator.hpp 2011-09-16 01:30:23 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/boost/fusion/view/zip_view.hpp
==============================================================================
--- trunk/boost/fusion/view/zip_view.hpp (original)
+++ trunk/boost/fusion/view/zip_view.hpp 2011-09-16 01:30:23 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/boost/fusion/view/zip_view/detail/advance_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/zip_view/detail/advance_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/advance_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/zip_view/detail/at_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/zip_view/detail/at_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/at_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/zip_view/detail/begin_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/zip_view/detail/begin_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/begin_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/zip_view/detail/deref_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/zip_view/detail/deref_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/deref_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/zip_view/detail/distance_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/zip_view/detail/distance_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/distance_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/zip_view/detail/end_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/zip_view/detail/end_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/end_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/zip_view/detail/equal_to_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/zip_view/detail/equal_to_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/equal_to_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/zip_view/detail/next_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/zip_view/detail/next_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/next_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/zip_view/detail/prior_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/zip_view/detail/prior_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/prior_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/zip_view/detail/size_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/zip_view/detail/size_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/size_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/zip_view/detail/value_at_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/zip_view/detail/value_at_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/value_at_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/zip_view/detail/value_of_impl.hpp
==============================================================================
--- trunk/boost/fusion/view/zip_view/detail/value_of_impl.hpp (original)
+++ trunk/boost/fusion/view/zip_view/detail/value_of_impl.hpp 2011-09-16 01:30:23 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/boost/fusion/view/zip_view/zip_view.hpp
==============================================================================
--- trunk/boost/fusion/view/zip_view/zip_view.hpp (original)
+++ trunk/boost/fusion/view/zip_view/zip_view.hpp 2011-09-16 01:30:23 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/boost/fusion/view/zip_view/zip_view_iterator.hpp
==============================================================================
--- trunk/boost/fusion/view/zip_view/zip_view_iterator.hpp (original)
+++ trunk/boost/fusion/view/zip_view/zip_view_iterator.hpp 2011-09-16 01:30:23 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/boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp
==============================================================================
--- trunk/boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp (original)
+++ trunk/boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp 2011-09-16 01:30:23 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