Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76724 - in sandbox/local_function: . boost boost/functional boost/functional/overloaded_function boost/functional/overloaded_function/detail boost/local_function boost/local_function/aux_ boost/local_function/aux_/macro boost/local_function/aux_/macro/code_ boost/local_function/aux_/preprocessor/traits boost/local_function/aux_/preprocessor/traits/decl_ boost/local_function/aux_/preprocessor/traits/decl_/validate_ boost/local_function/aux_/preprocessor/traits/decl_sign_ boost/local_function/aux_/preprocessor/traits/decl_sign_/validate_ boost/local_function/detail/preprocessor boost/local_function/detail/preprocessor/keyword boost/local_function/detail/preprocessor/keyword/facility boost/utility libs/functional/overloaded_function/doc libs/functional/overloaded_function/test libs/local_function/doc libs/local_function/example libs/local_function/test libs/scope_exit/doc libs/scope_exit/example libs/scope_exit/test libs/utility/identity_type/doc libs/utility/identity_type/test tools/setup
From: lorcaminiti_at_[hidden]
Date: 2012-01-27 15:33:16


Author: lcaminiti
Date: 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
New Revision: 76724
URL: http://svn.boost.org/trac/boost/changeset/76724

Log:
Copyright.
Text files modified:
   sandbox/local_function/COPYRIGHT.txt | 4 ++--
   sandbox/local_function/Jamroot.jam | 8 ++++----
   sandbox/local_function/boost/functional/overloaded_function.hpp | 8 ++++----
   sandbox/local_function/boost/functional/overloaded_function/config.hpp | 5 +++++
   sandbox/local_function/boost/functional/overloaded_function/detail/base.hpp | 8 ++++----
   sandbox/local_function/boost/functional/overloaded_function/detail/function_type.hpp | 5 +++++
   sandbox/local_function/boost/local_function.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/add_pointed_const.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/config.hpp | 5 +++++
   sandbox/local_function/boost/local_function/aux_/function.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/macro/code_/bind.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/macro/code_/end.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/macro/code_/functor.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/macro/code_/name.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/macro/code_/result.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/macro/decl.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/macro/name.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/macro/typeof.hpp | 5 +++++
   sandbox/local_function/boost/local_function/aux_/member.hpp | 5 +++++
   sandbox/local_function/boost/local_function/aux_/nobind.hpp | 5 +++++
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/bind.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/append.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/index.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/nil.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/set_error.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/validate.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/validate_/return_count.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/validate_/this_count.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_binds.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_const_binds.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_error.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_params.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_returns.hpp | 5 +++++
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/any_bind_type.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/sign.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate_/defaults.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate_/this.hpp | 5 +++++
   sandbox/local_function/boost/local_function/aux_/preprocessor/traits/param.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/aux_/symbol.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/config.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/detail/preprocessor/keyword/auto.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/detail/preprocessor/keyword/bind.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/detail/preprocessor/keyword/const.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/detail/preprocessor/keyword/const_bind.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/detail/preprocessor/keyword/default.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/detail/preprocessor/keyword/facility/add.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/detail/preprocessor/keyword/facility/is.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/detail/preprocessor/keyword/facility/remove.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/detail/preprocessor/keyword/inline.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/detail/preprocessor/keyword/recursive.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/detail/preprocessor/keyword/register.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/detail/preprocessor/keyword/return.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/detail/preprocessor/keyword/this.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/detail/preprocessor/keyword/thisunderscore.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/detail/preprocessor/keyword/void.hpp | 8 ++++----
   sandbox/local_function/boost/local_function/detail/preprocessor/line_counter.hpp | 5 +++++
   sandbox/local_function/boost/local_function/detail/preprocessor/void_list.hpp | 5 +++++
   sandbox/local_function/boost/scope_exit.hpp | 9 ++++-----
   sandbox/local_function/boost/utility/identity_type.hpp | 8 ++++----
   sandbox/local_function/libs/functional/overloaded_function/doc/Jamfile.v2 | 7 ++++---
   sandbox/local_function/libs/functional/overloaded_function/doc/overloaded_function.qbk | 5 +++++
   sandbox/local_function/libs/functional/overloaded_function/test/Jamfile.v2 | 5 +++++
   sandbox/local_function/libs/functional/overloaded_function/test/identity.cpp | 5 +++++
   sandbox/local_function/libs/local_function/doc/Jamfile.v2 | 8 ++++----
   sandbox/local_function/libs/local_function/doc/acknowledgements.qbk | 8 ++++----
   sandbox/local_function/libs/local_function/doc/advanced_topics.qbk | 8 ++++----
   sandbox/local_function/libs/local_function/doc/alternatives.qbk | 8 ++++----
   sandbox/local_function/libs/local_function/doc/bibliography.qbk | 8 ++++----
   sandbox/local_function/libs/local_function/doc/examples.qbk | 8 ++++----
   sandbox/local_function/libs/local_function/doc/getting_started.qbk | 8 ++++----
   sandbox/local_function/libs/local_function/doc/implementation.qbk | 8 ++++----
   sandbox/local_function/libs/local_function/doc/introduction.qbk | 8 ++++----
   sandbox/local_function/libs/local_function/doc/local_function.qbk | 8 ++++----
   sandbox/local_function/libs/local_function/doc/no_variadic_macros.qbk | 5 +++++
   sandbox/local_function/libs/local_function/doc/release_notes.qbk | 8 ++++----
   sandbox/local_function/libs/local_function/doc/tutorial.qbk | 8 ++++----
   sandbox/local_function/libs/local_function/example/Jamfile.v2 | 5 +++++
   sandbox/local_function/libs/local_function/example/add_global_functor.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/add_local_functor.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/add_phoenix.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/chrono.py | 8 ++++----
   sandbox/local_function/libs/local_function/example/const_block.cpp | 5 +++++
   sandbox/local_function/libs/local_function/example/const_block.hpp | 5 +++++
   sandbox/local_function/libs/local_function/example/const_block_err.cpp | 5 +++++
   sandbox/local_function/libs/local_function/example/expensive_copy_lambda.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/expensive_copy_local_function.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/gcc_access.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/gcc_lambda.cpp | 5 +++++
   sandbox/local_function/libs/local_function/example/gcc_lambda.hpp | 5 +++++
   sandbox/local_function/libs/local_function/example/gcc_lambda_cpp11.cpp | 5 +++++
   sandbox/local_function/libs/local_function/example/gcc_square.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/gcc_store.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/impl_factorial.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/impl_pp_keyword.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/impl_tparam_tricks.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/n2529_this.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/n2550_find_if.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/noncopyable_lambda_err.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/noncopyable_local_function.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/phoenix_factorial.cpp | 5 +++++
   sandbox/local_function/libs/local_function/example/phoenix_factorial_local.cpp | 5 +++++
   sandbox/local_function/libs/local_function/example/profile_global_functor.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/profile_helpers.hpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/profile_lambda.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/profile_local_function.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/profile_local_function_inline.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/profile_local_functor.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/profile_phoenix.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/scope_exit.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/example/scope_exit.hpp | 5 +++++
   sandbox/local_function/libs/local_function/test/Jamfile.v2 | 5 +++++
   sandbox/local_function/libs/local_function/test/add.cpp | 5 +++++
   sandbox/local_function/libs/local_function/test/add_classifiers.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/test/add_default.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/test/add_except.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/test/add_inline.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/test/add_lambda.cpp | 5 +++++
   sandbox/local_function/libs/local_function/test/add_params.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/test/add_seq.cpp | 5 +++++
   sandbox/local_function/libs/local_function/test/add_template.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/test/add_this.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/test/add_typed.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/test/add_with_default.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/test/addable.hpp | 5 +++++
   sandbox/local_function/libs/local_function/test/factorial.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/test/goto.cpp | 5 +++++
   sandbox/local_function/libs/local_function/test/goto_err.cpp | 5 +++++
   sandbox/local_function/libs/local_function/test/macro_commas.cpp | 5 +++++
   sandbox/local_function/libs/local_function/test/nesting.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/test/operator.cpp | 5 +++++
   sandbox/local_function/libs/local_function/test/operator_err.cpp | 5 +++++
   sandbox/local_function/libs/local_function/test/overload.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/test/return_assign.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/test/return_derivative.cpp | 5 +++++
   sandbox/local_function/libs/local_function/test/return_inc.cpp | 5 +++++
   sandbox/local_function/libs/local_function/test/return_setget.cpp | 5 +++++
   sandbox/local_function/libs/local_function/test/return_this.cpp | 5 +++++
   sandbox/local_function/libs/local_function/test/seq.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/test/ten_void.cpp | 5 +++++
   sandbox/local_function/libs/local_function/test/transform.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/test/typeof.cpp | 8 ++++----
   sandbox/local_function/libs/local_function/test/typeof_template.cpp | 8 ++++----
   sandbox/local_function/libs/scope_exit/doc/Jamfile.v2 | 8 +++++---
   sandbox/local_function/libs/scope_exit/doc/scope_exit.qbk | 6 ++++++
   sandbox/local_function/libs/scope_exit/example/Jamfile.v2 | 6 ++++++
   sandbox/local_function/libs/scope_exit/example/scope_guard.cpp | 6 ++++++
   sandbox/local_function/libs/scope_exit/example/scope_guard_seq.cpp | 6 ++++++
   sandbox/local_function/libs/scope_exit/example/try_catch.cpp | 6 ++++++
   sandbox/local_function/libs/scope_exit/example/try_catch_seq.cpp | 6 ++++++
   sandbox/local_function/libs/scope_exit/test/Jamfile.v2 | 6 ++++++
   sandbox/local_function/libs/scope_exit/test/native.cpp | 11 +++++------
   sandbox/local_function/libs/scope_exit/test/native_const_error.cpp | 9 +++++----
   sandbox/local_function/libs/scope_exit/test/native_cv_error.cpp | 11 +++++------
   sandbox/local_function/libs/scope_exit/test/native_this.cpp | 5 +++++
   sandbox/local_function/libs/scope_exit/test/native_tpl.cpp | 11 +++++------
   sandbox/local_function/libs/scope_exit/test/native_tu1.cpp | 9 +++++----
   sandbox/local_function/libs/scope_exit/test/native_tu2.cpp | 9 +++++----
   sandbox/local_function/libs/scope_exit/test/native_tu_test.cpp | 10 +++++-----
   sandbox/local_function/libs/scope_exit/test/tu_test.hpp | 9 +++++----
   sandbox/local_function/libs/scope_exit/test/world.cpp | 6 ++++++
   sandbox/local_function/libs/scope_exit/test/world_checkpoint.cpp | 6 ++++++
   sandbox/local_function/libs/scope_exit/test/world_checkpoint_all.cpp | 7 ++++++-
   sandbox/local_function/libs/scope_exit/test/world_checkpoint_all_seq.cpp | 7 ++++++-
   sandbox/local_function/libs/scope_exit/test/world_checkpoint_seq.cpp | 6 ++++++
   sandbox/local_function/libs/scope_exit/test/world_lambda.cpp | 7 ++++++-
   sandbox/local_function/libs/scope_exit/test/world_seq.cpp | 5 +++++
   sandbox/local_function/libs/scope_exit/test/world_this.cpp | 6 ++++++
   sandbox/local_function/libs/scope_exit/test/world_this_seq.cpp | 6 ++++++
   sandbox/local_function/libs/scope_exit/test/world_tpl.cpp | 6 ++++++
   sandbox/local_function/libs/scope_exit/test/world_tpl_seq.cpp | 6 ++++++
   sandbox/local_function/libs/scope_exit/test/world_void.cpp | 6 ++++++
   sandbox/local_function/libs/utility/identity_type/doc/Jamfile.v2 | 8 ++++----
   sandbox/local_function/libs/utility/identity_type/doc/identity_type.qbk | 5 +++++
   sandbox/local_function/libs/utility/identity_type/test/Jamfile.v2 | 5 +++++
   sandbox/local_function/libs/utility/identity_type/test/template.cpp | 5 +++++
   sandbox/local_function/libs/utility/identity_type/test/tmp_assert.cpp | 5 +++++
   sandbox/local_function/libs/utility/identity_type/test/var.cpp | 5 +++++
   sandbox/local_function/libs/utility/identity_type/test/var_err.cpp | 5 +++++
   sandbox/local_function/tools/setup/cygwin-boost-env.sh | 10 ++++------
   sandbox/local_function/tools/setup/cygwin-user-config.jam | 9 ++++-----
   sandbox/local_function/tools/setup/linux-boost-env.sh | 10 ++++------
   sandbox/local_function/tools/setup/linux-user-config.jam | 8 ++++----
   sandbox/local_function/tools/setup/windows-boost-env.bat | 8 ++++----
   sandbox/local_function/tools/setup/windows-user-config.jam | 8 ++++----
   186 files changed, 834 insertions(+), 496 deletions(-)

Modified: sandbox/local_function/COPYRIGHT.txt
==============================================================================
--- sandbox/local_function/COPYRIGHT.txt (original)
+++ sandbox/local_function/COPYRIGHT.txt 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,4 @@
 Copyright (C) 2009-2012 Lorenzo Caminiti
 Distributed under the Boost Software License, Version 1.0
-(see accompanying file LICENSE_1_0.txt or
-a copy at http://www.boost.org/LICENSE_1_0.txt)
+(see accompanying file LICENSE_1_0.txt or a copy at
+http://www.boost.org/LICENSE_1_0.txt)

Modified: sandbox/local_function/Jamroot.jam
==============================================================================
--- sandbox/local_function/Jamroot.jam (original)
+++ sandbox/local_function/Jamroot.jam 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-# Copyright (C) 2009-2011 Lorenzo Caminiti
-# Use, modification, and distribution is subject to the Boost Software
-# License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-# copy at http://www.boost.org/LICENSE_1_0.txt).
+# Copyright (C) 2009-2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
 
 import os ;
 local BOOST_ROOT = [ os.environ BOOST_ROOT ] ;

Modified: sandbox/local_function/boost/functional/overloaded_function.hpp
==============================================================================
--- sandbox/local_function/boost/functional/overloaded_function.hpp (original)
+++ sandbox/local_function/boost/functional/overloaded_function.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef DOXY // Doxygen documentation only.
 

Modified: sandbox/local_function/boost/functional/overloaded_function/config.hpp
==============================================================================
--- sandbox/local_function/boost/functional/overloaded_function/config.hpp (original)
+++ sandbox/local_function/boost/functional/overloaded_function/config.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #ifndef BOOST_FUNCTIONAL_OVERLOADED_FUNCTION_CONFIG_HPP_
 #define BOOST_FUNCTIONAL_OVERLOADED_FUNCTION_CONFIG_HPP_
 

Modified: sandbox/local_function/boost/functional/overloaded_function/detail/base.hpp
==============================================================================
--- sandbox/local_function/boost/functional/overloaded_function/detail/base.hpp (original)
+++ sandbox/local_function/boost/functional/overloaded_function/detail/base.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #if !BOOST_PP_IS_ITERATING
 # ifndef BOOST_FUNCTIONAL_OVERLOADED_FUNCTION_DETAIL_BASE_HPP_

Modified: sandbox/local_function/boost/functional/overloaded_function/detail/function_type.hpp
==============================================================================
--- sandbox/local_function/boost/functional/overloaded_function/detail/function_type.hpp (original)
+++ sandbox/local_function/boost/functional/overloaded_function/detail/function_type.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #ifndef BOOST_FUNCTIONAL_OVERLOADED_FUNCTION_DETAIL_FUNCTION_TYPE_HPP_
 #define BOOST_FUNCTIONAL_OVERLOADED_FUNCTION_DETAIL_FUNCTION_TYPE_HPP_
 

Modified: sandbox/local_function/boost/local_function.hpp
==============================================================================
--- sandbox/local_function/boost/local_function.hpp (original)
+++ sandbox/local_function/boost/local_function.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_HPP_
 #define BOOST_LOCAL_FUNCTION_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/add_pointed_const.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/add_pointed_const.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/add_pointed_const.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_ADD_POINTED_CONST_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_ADD_POINTED_CONST_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/config.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/config.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/config.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #ifndef BOOST_LOCAL_FUNCTION_AUX_CONFIG_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_CONFIG_HPP_
 

Modified: sandbox/local_function/boost/local_function/aux_/function.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/function.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/function.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #if !BOOST_PP_IS_ITERATING
 # ifndef BOOST_LOCAL_FUNCTION_AUX_FUNCTION_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/macro/code_/bind.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/macro/code_/bind.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/macro/code_/bind.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_CODE_BIND_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_CODE_BIND_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/macro/code_/end.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/macro/code_/end.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/macro/code_/end.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_CLOSURE_AUX_CODE_END_HPP_
 #define BOOST_CLOSURE_AUX_CODE_END_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/macro/code_/functor.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/macro/code_/functor.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/macro/code_/functor.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_CODE_FUNCTOR_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_CODE_FUNCTOR_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/macro/code_/name.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/macro/code_/name.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/macro/code_/name.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_CODE_NAME_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_CODE_NAME_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/macro/code_/result.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/macro/code_/result.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/macro/code_/result.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_CODE_RESULT_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_CODE_RESULT_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/macro/decl.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/macro/decl.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/macro/decl.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_DECL_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_DECL_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/macro/name.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/macro/name.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/macro/name.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_NAME_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_NAME_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/macro/typeof.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/macro/typeof.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/macro/typeof.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #ifndef BOOST_LOCAL_FUNCTION_AUX_TYPEOF_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_TYPEOF_HPP_
 

Modified: sandbox/local_function/boost/local_function/aux_/member.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/member.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/member.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #ifndef BOOST_LOCAL_FUNCTION_AUX_MEMBER_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_MEMBER_HPP_
 

Modified: sandbox/local_function/boost/local_function/aux_/nobind.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/nobind.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/nobind.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #ifndef BOOST_LOCAL_FUNCTION_AUX_NOBIND_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_NOBIND_HPP_
 

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/bind.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/bind.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/bind.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_BIND_TRAITS_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_BIND_TRAITS_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/append.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/append.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/append.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_APPEND_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_APPEND_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/index.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/index.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/index.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_INDEX_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_INDEX_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/nil.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/nil.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/nil.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_NIL_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_NIL_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/set_error.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/set_error.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/set_error.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_SET_ERROR_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_SET_ERROR_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/validate.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/validate.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/validate.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_VALIDATE_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_VALIDATE_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/validate_/return_count.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/validate_/return_count.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/validate_/return_count.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_VALIDATE_RETURN_COUNT_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_VALIDATE_RETURN_COUNT_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/validate_/this_count.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/validate_/this_count.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_/validate_/this_count.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_VALIDATE_THIS_COUNT_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_VALIDATE_THIS_COUNT_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_binds.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_binds.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_binds.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_BINDS_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_BINDS_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_const_binds.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_const_binds.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_const_binds.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_CONST_BINDS_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_CONST_BINDS_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_error.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_error.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_error.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_ERROR_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_ERROR_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_params.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_params.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_params.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_PARAMS_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_PARAMS_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_returns.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_returns.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_returns.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_RETURNS_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_RETURNS_HPP_
 

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/any_bind_type.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/any_bind_type.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/any_bind_type.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_SIGN_ANY_BIND_TYPE_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_SIGN_ANY_BIND_TYPE_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/sign.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/sign.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/sign.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_SIGN_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_SIGN_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_SIGN_VALIDATE_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_SIGN_VALIDATE_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate_/defaults.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate_/defaults.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate_/defaults.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_SIGN_VALIDATE_DEFAULTS_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_SIGN_VALIDATE_DEFAULTS_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate_/this.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate_/this.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate_/this.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_SIGN_VALIDATE_THIS_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_SIGN_VALIDATE_THIS_HPP_
 

Modified: sandbox/local_function/boost/local_function/aux_/preprocessor/traits/param.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/preprocessor/traits/param.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/preprocessor/traits/param.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_PARAM_TRAITS_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_PP_PARAM_TRAITS_HPP_

Modified: sandbox/local_function/boost/local_function/aux_/symbol.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/aux_/symbol.hpp (original)
+++ sandbox/local_function/boost/local_function/aux_/symbol.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_AUX_SYMBOL_HPP_
 #define BOOST_LOCAL_FUNCTION_AUX_SYMBOL_HPP_

Modified: sandbox/local_function/boost/local_function/config.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/config.hpp (original)
+++ sandbox/local_function/boost/local_function/config.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_CONFIG_HPP_
 #define BOOST_LOCAL_FUNCTION_CONFIG_HPP_

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/keyword/auto.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/keyword/auto.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/keyword/auto.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_AUTO_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_AUTO_HPP_

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/keyword/bind.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/keyword/bind.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/keyword/bind.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_BIND_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_BIND_HPP_

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/keyword/const.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/keyword/const.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/keyword/const.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_CONST_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_CONST_HPP_

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/keyword/const_bind.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/keyword/const_bind.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/keyword/const_bind.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_CONST_BIND_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_CONST_BIND_HPP_

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/keyword/default.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/keyword/default.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/keyword/default.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_DEFAULT_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_DEFAULT_HPP_

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/keyword/facility/add.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/keyword/facility/add.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/keyword/facility/add.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_FACILITY_ADD_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_FACILITY_ADD_HPP_

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/keyword/facility/is.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/keyword/facility/is.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/keyword/facility/is.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_FACILITY_IS_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_FACILITY_IS_HPP_

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/keyword/facility/remove.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/keyword/facility/remove.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/keyword/facility/remove.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_FACILITY_REMOVE_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_FACILITY_REMOVE_HPP_

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/keyword/inline.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/keyword/inline.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/keyword/inline.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_INLINE_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_INLINE_HPP_

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/keyword/recursive.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/keyword/recursive.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/keyword/recursive.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_RECURSIVE_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_RECURSIVE_HPP_

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/keyword/register.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/keyword/register.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/keyword/register.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_REGISTER_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_REGISTER_HPP_

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/keyword/return.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/keyword/return.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/keyword/return.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_RETURN_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_RETURN_HPP_

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/keyword/this.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/keyword/this.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/keyword/this.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_THIS_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_THIS_HPP_

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/keyword/thisunderscore.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/keyword/thisunderscore.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/keyword/thisunderscore.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_THISUNDERSCORE_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_THISUNDERSCORE_HPP_

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/keyword/void.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/keyword/void.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/keyword/void.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_VOID_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_VOID_HPP_

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/line_counter.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/line_counter.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/line_counter.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_LINE_COUNTER_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_LINE_COUNTER_HPP_
 

Modified: sandbox/local_function/boost/local_function/detail/preprocessor/void_list.hpp
==============================================================================
--- sandbox/local_function/boost/local_function/detail/preprocessor/void_list.hpp (original)
+++ sandbox/local_function/boost/local_function/detail/preprocessor/void_list.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_VOID_LIST_HPP_
 #define BOOST_LOCAL_FUNCTION_DETAIL_PP_VOID_LIST_HPP_
 

Modified: sandbox/local_function/boost/scope_exit.hpp
==============================================================================
--- sandbox/local_function/boost/scope_exit.hpp (original)
+++ sandbox/local_function/boost/scope_exit.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,9 +1,8 @@
 
-// Copyright Alexander Nasonov 2006-2009, 2011
-// Copyright Lorenzo Caminiti 2012
-//
-// Distributed under the Boost Software License, Version 1.0.
-// (See accompanying file LICENSE_1_0.txt or copy at
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef FILE_boost_scope_exit_hpp_INCLUDED

Modified: sandbox/local_function/boost/utility/identity_type.hpp
==============================================================================
--- sandbox/local_function/boost/utility/identity_type.hpp (original)
+++ sandbox/local_function/boost/utility/identity_type.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 /** @file
 Wrap type expressions with round parenthesis so they can be passed to macros

Modified: sandbox/local_function/libs/functional/overloaded_function/doc/Jamfile.v2
==============================================================================
--- sandbox/local_function/libs/functional/overloaded_function/doc/Jamfile.v2 (original)
+++ sandbox/local_function/libs/functional/overloaded_function/doc/Jamfile.v2 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,7 +1,8 @@
 
-# Copyright 2006 Alexander Nasonov.
-# Distributed under the 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) 2009-2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
 
 import quickbook ;
 using boostbook ;

Modified: sandbox/local_function/libs/functional/overloaded_function/doc/overloaded_function.qbk
==============================================================================
--- sandbox/local_function/libs/functional/overloaded_function/doc/overloaded_function.qbk (original)
+++ sandbox/local_function/libs/functional/overloaded_function/doc/overloaded_function.qbk 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+[/ Copyright (C) 2009-2012 Lorenzo Caminiti ]
+[/ Distributed under the Boost Software License, Version 1.0 ]
+[/ (see accompanying file LICENSE_1_0.txt or a copy at ]
+[/ http://www.boost.org/LICENSE_1_0.txt) ]
+
 [library Boost.Functional/OverloadedFunction
     [quickbook 1.5]
     [version 1.0.0]

Modified: sandbox/local_function/libs/functional/overloaded_function/test/Jamfile.v2
==============================================================================
--- sandbox/local_function/libs/functional/overloaded_function/test/Jamfile.v2 (original)
+++ sandbox/local_function/libs/functional/overloaded_function/test/Jamfile.v2 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+# Copyright (C) 2009-2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
 import testing ;
 
 project : requirements <library>/boost//unit_test_framework ;

Modified: sandbox/local_function/libs/functional/overloaded_function/test/identity.cpp
==============================================================================
--- sandbox/local_function/libs/functional/overloaded_function/test/identity.cpp (original)
+++ sandbox/local_function/libs/functional/overloaded_function/test/identity.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/functional/overloaded_function.hpp>
 #include <boost/function.hpp>
 #define BOOST_TEST_MODULE TestIdentity

Modified: sandbox/local_function/libs/local_function/doc/Jamfile.v2
==============================================================================
--- sandbox/local_function/libs/local_function/doc/Jamfile.v2 (original)
+++ sandbox/local_function/libs/local_function/doc/Jamfile.v2 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-# Copyright (C) 2009-2011 Lorenzo Caminiti
-# Use, modification, and distribution is subject to the Boost Software
-# License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-# copy at http://www.boost.org/LICENSE_1_0.txt).
+# Copyright (C) 2009-2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
 
 import quickbook ;
 using boostbook ;

Modified: sandbox/local_function/libs/local_function/doc/acknowledgements.qbk
==============================================================================
--- sandbox/local_function/libs/local_function/doc/acknowledgements.qbk (original)
+++ sandbox/local_function/libs/local_function/doc/acknowledgements.qbk 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-[/ Copyright (C) 2009-2011 Lorenzo Caminiti ]
-[/ Use, modification, and distribution is subject to the Boost Software ]
-[/ License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a ]
-[/ copy at http://www.boost.org/LICENSE_1_0.txt). ]
+[/ Copyright (C) 2009-2012 Lorenzo Caminiti ]
+[/ Distributed under the Boost Software License, Version 1.0 ]
+[/ (see accompanying file LICENSE_1_0.txt or a copy at ]
+[/ http://www.boost.org/LICENSE_1_0.txt) ]
 
 [section:Acknowledgments Acknowledgments]
 

Modified: sandbox/local_function/libs/local_function/doc/advanced_topics.qbk
==============================================================================
--- sandbox/local_function/libs/local_function/doc/advanced_topics.qbk (original)
+++ sandbox/local_function/libs/local_function/doc/advanced_topics.qbk 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-[/ Copyright (C) 2009-2011 Lorenzo Caminiti ]
-[/ Use, modification, and distribution is subject to the Boost Software ]
-[/ License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a ]
-[/ copy at http://www.boost.org/LICENSE_1_0.txt). ]
+[/ Copyright (C) 2009-2012 Lorenzo Caminiti ]
+[/ Distributed under the Boost Software License, Version 1.0 ]
+[/ (see accompanying file LICENSE_1_0.txt or a copy at ]
+[/ http://www.boost.org/LICENSE_1_0.txt) ]
 
 [section:Advanced_Topics Advanced Topics]
 

Modified: sandbox/local_function/libs/local_function/doc/alternatives.qbk
==============================================================================
--- sandbox/local_function/libs/local_function/doc/alternatives.qbk (original)
+++ sandbox/local_function/libs/local_function/doc/alternatives.qbk 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-[/ Copyright (C) 2009-2011 Lorenzo Caminiti ]
-[/ Use, modification, and distribution is subject to the Boost Software ]
-[/ License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a ]
-[/ copy at http://www.boost.org/LICENSE_1_0.txt). ]
+[/ Copyright (C) 2009-2012 Lorenzo Caminiti ]
+[/ Distributed under the Boost Software License, Version 1.0 ]
+[/ (see accompanying file LICENSE_1_0.txt or a copy at ]
+[/ http://www.boost.org/LICENSE_1_0.txt) ]
 
 [section:Alternatives Annex: Alternatives]
 

Modified: sandbox/local_function/libs/local_function/doc/bibliography.qbk
==============================================================================
--- sandbox/local_function/libs/local_function/doc/bibliography.qbk (original)
+++ sandbox/local_function/libs/local_function/doc/bibliography.qbk 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-[/ Copyright (C) 2009-2011 Lorenzo Caminiti ]
-[/ Use, modification, and distribution is subject to the Boost Software ]
-[/ License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a ]
-[/ copy at http://www.boost.org/LICENSE_1_0.txt). ]
+[/ Copyright (C) 2009-2012 Lorenzo Caminiti ]
+[/ Distributed under the Boost Software License, Version 1.0 ]
+[/ (see accompanying file LICENSE_1_0.txt or a copy at ]
+[/ http://www.boost.org/LICENSE_1_0.txt) ]
 
 [section:Bibliography Bibliography]
 

Modified: sandbox/local_function/libs/local_function/doc/examples.qbk
==============================================================================
--- sandbox/local_function/libs/local_function/doc/examples.qbk (original)
+++ sandbox/local_function/libs/local_function/doc/examples.qbk 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-[/ Copyright (C) 2009-2011 Lorenzo Caminiti ]
-[/ Use, modification, and distribution is subject to the Boost Software ]
-[/ License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a ]
-[/ copy at http://www.boost.org/LICENSE_1_0.txt). ]
+[/ Copyright (C) 2009-2012 Lorenzo Caminiti ]
+[/ Distributed under the Boost Software License, Version 1.0 ]
+[/ (see accompanying file LICENSE_1_0.txt or a copy at ]
+[/ http://www.boost.org/LICENSE_1_0.txt) ]
 
 [section:Examples Examples]
 

Modified: sandbox/local_function/libs/local_function/doc/getting_started.qbk
==============================================================================
--- sandbox/local_function/libs/local_function/doc/getting_started.qbk (original)
+++ sandbox/local_function/libs/local_function/doc/getting_started.qbk 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-[/ Copyright (C) 2009-2011 Lorenzo Caminiti ]
-[/ Use, modification, and distribution is subject to the Boost Software ]
-[/ License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a ]
-[/ copy at http://www.boost.org/LICENSE_1_0.txt). ]
+[/ Copyright (C) 2009-2012 Lorenzo Caminiti ]
+[/ Distributed under the Boost Software License, Version 1.0 ]
+[/ (see accompanying file LICENSE_1_0.txt or a copy at ]
+[/ http://www.boost.org/LICENSE_1_0.txt) ]
 
 [section:Getting_Started Getting Started]
 

Modified: sandbox/local_function/libs/local_function/doc/implementation.qbk
==============================================================================
--- sandbox/local_function/libs/local_function/doc/implementation.qbk (original)
+++ sandbox/local_function/libs/local_function/doc/implementation.qbk 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-[/ Copyright (C) 2009-2011 Lorenzo Caminiti ]
-[/ Use, modification, and distribution is subject to the Boost Software ]
-[/ License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a ]
-[/ copy at http://www.boost.org/LICENSE_1_0.txt). ]
+[/ Copyright (C) 2009-2012 Lorenzo Caminiti ]
+[/ Distributed under the Boost Software License, Version 1.0 ]
+[/ (see accompanying file LICENSE_1_0.txt or a copy at ]
+[/ http://www.boost.org/LICENSE_1_0.txt) ]
 
 [section:Implementation Annex: Implementation]
 

Modified: sandbox/local_function/libs/local_function/doc/introduction.qbk
==============================================================================
--- sandbox/local_function/libs/local_function/doc/introduction.qbk (original)
+++ sandbox/local_function/libs/local_function/doc/introduction.qbk 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-[/ Copyright (C) 2009-2011 Lorenzo Caminiti ]
-[/ Use, modification, and distribution is subject to the Boost Software ]
-[/ License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a ]
-[/ copy at http://www.boost.org/LICENSE_1_0.txt). ]
+[/ Copyright (C) 2009-2012 Lorenzo Caminiti ]
+[/ Distributed under the Boost Software License, Version 1.0 ]
+[/ (see accompanying file LICENSE_1_0.txt or a copy at ]
+[/ http://www.boost.org/LICENSE_1_0.txt) ]
 
 [section:Introduction Introduction]
 

Modified: sandbox/local_function/libs/local_function/doc/local_function.qbk
==============================================================================
--- sandbox/local_function/libs/local_function/doc/local_function.qbk (original)
+++ sandbox/local_function/libs/local_function/doc/local_function.qbk 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-[/ Copyright (C) 2009-2011 Lorenzo Caminiti ]
-[/ Use, modification, and distribution is subject to the Boost Software ]
-[/ License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a ]
-[/ copy at http://www.boost.org/LICENSE_1_0.txt). ]
+[/ Copyright (C) 2009-2012 Lorenzo Caminiti ]
+[/ Distributed under the Boost Software License, Version 1.0 ]
+[/ (see accompanying file LICENSE_1_0.txt or a copy at ]
+[/ http://www.boost.org/LICENSE_1_0.txt) ]
 
 [library Boost.LocalFunction
     [quickbook 1.5]

Modified: sandbox/local_function/libs/local_function/doc/no_variadic_macros.qbk
==============================================================================
--- sandbox/local_function/libs/local_function/doc/no_variadic_macros.qbk (original)
+++ sandbox/local_function/libs/local_function/doc/no_variadic_macros.qbk 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+[/ Copyright (C) 2009-2012 Lorenzo Caminiti ]
+[/ Distributed under the Boost Software License, Version 1.0 ]
+[/ (see accompanying file LICENSE_1_0.txt or a copy at ]
+[/ http://www.boost.org/LICENSE_1_0.txt) ]
+
 [section:No_Variadic_Macros Annex: No Variadic Macros]
 
 This section illustrates an alternative syntax for compilers without variadic macro support.

Modified: sandbox/local_function/libs/local_function/doc/release_notes.qbk
==============================================================================
--- sandbox/local_function/libs/local_function/doc/release_notes.qbk (original)
+++ sandbox/local_function/libs/local_function/doc/release_notes.qbk 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-[/ Copyright (C) 2009-2011 Lorenzo Caminiti ]
-[/ Use, modification, and distribution is subject to the Boost Software ]
-[/ License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a ]
-[/ copy at http://www.boost.org/LICENSE_1_0.txt). ]
+[/ Copyright (C) 2009-2012 Lorenzo Caminiti ]
+[/ Distributed under the Boost Software License, Version 1.0 ]
+[/ (see accompanying file LICENSE_1_0.txt or a copy at ]
+[/ http://www.boost.org/LICENSE_1_0.txt) ]
 
 [section:Release_Notes Release Notes]
 

Modified: sandbox/local_function/libs/local_function/doc/tutorial.qbk
==============================================================================
--- sandbox/local_function/libs/local_function/doc/tutorial.qbk (original)
+++ sandbox/local_function/libs/local_function/doc/tutorial.qbk 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-[/ Copyright (C) 2009-2011 Lorenzo Caminiti ]
-[/ Use, modification, and distribution is subject to the Boost Software ]
-[/ License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a ]
-[/ copy at http://www.boost.org/LICENSE_1_0.txt). ]
+[/ Copyright (C) 2009-2012 Lorenzo Caminiti ]
+[/ Distributed under the Boost Software License, Version 1.0 ]
+[/ (see accompanying file LICENSE_1_0.txt or a copy at ]
+[/ http://www.boost.org/LICENSE_1_0.txt) ]
 
 [section:Tutorial Tutorial]
 

Modified: sandbox/local_function/libs/local_function/example/Jamfile.v2
==============================================================================
--- sandbox/local_function/libs/local_function/example/Jamfile.v2 (original)
+++ sandbox/local_function/libs/local_function/example/Jamfile.v2 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+# Copyright (C) 2009-2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
 import testing ;
 
 project : requirements <library>/boost//unit_test_framework ;

Modified: sandbox/local_function/libs/local_function/example/add_global_functor.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/add_global_functor.cpp (original)
+++ sandbox/local_function/libs/local_function/example/add_global_functor.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #define BOOST_TEST_MODULE TestAddGlobalFunctor
 #include <boost/test/unit_test.hpp>

Modified: sandbox/local_function/libs/local_function/example/add_local_functor.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/add_local_functor.cpp (original)
+++ sandbox/local_function/libs/local_function/example/add_local_functor.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #define BOOST_TEST_MODULE TestAddLocalFunctor
 #include <boost/test/unit_test.hpp>

Modified: sandbox/local_function/libs/local_function/example/add_phoenix.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/add_phoenix.cpp (original)
+++ sandbox/local_function/libs/local_function/example/add_phoenix.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/spirit/include/phoenix.hpp>
 #define BOOST_TEST_MODULE TestAddPhoenix

Modified: sandbox/local_function/libs/local_function/example/chrono.py
==============================================================================
--- sandbox/local_function/libs/local_function/example/chrono.py (original)
+++ sandbox/local_function/libs/local_function/example/chrono.py 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-# Copyright (C) 2009-2011 Lorenzo Caminiti
-# Use, modification, and distribution is subject to the Boost Software
-# License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-# copy at http://www.boost.org/LICENSE_1_0.txt).
+# Copyright (C) 2009-2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
 
 import sys
 import time

Modified: sandbox/local_function/libs/local_function/example/const_block.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/const_block.cpp (original)
+++ sandbox/local_function/libs/local_function/example/const_block.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include "const_block.hpp"
 #include <cassert>
 

Modified: sandbox/local_function/libs/local_function/example/const_block.hpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/const_block.hpp (original)
+++ sandbox/local_function/libs/local_function/example/const_block.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #ifndef CONST_BLOCK_HPP_
 #define CONST_BLOCK_HPP_
 

Modified: sandbox/local_function/libs/local_function/example/const_block_err.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/const_block_err.cpp (original)
+++ sandbox/local_function/libs/local_function/example/const_block_err.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include "const_block.hpp"
 #include <cassert>
 

Modified: sandbox/local_function/libs/local_function/example/expensive_copy_lambda.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/expensive_copy_lambda.cpp (original)
+++ sandbox/local_function/libs/local_function/example/expensive_copy_lambda.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/config.hpp>
 #ifndef BOOST_NO_LAMBDAS

Modified: sandbox/local_function/libs/local_function/example/expensive_copy_local_function.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/expensive_copy_local_function.cpp (original)
+++ sandbox/local_function/libs/local_function/example/expensive_copy_local_function.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #include <iostream>

Modified: sandbox/local_function/libs/local_function/example/gcc_access.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/gcc_access.cpp (original)
+++ sandbox/local_function/libs/local_function/example/gcc_access.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestGccAccess

Modified: sandbox/local_function/libs/local_function/example/gcc_lambda.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/gcc_lambda.cpp (original)
+++ sandbox/local_function/libs/local_function/example/gcc_lambda.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/config.hpp>
 #if defined(__GCC__) || !defined(BOOST_NO_LAMBDAS)
 

Modified: sandbox/local_function/libs/local_function/example/gcc_lambda.hpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/gcc_lambda.hpp (original)
+++ sandbox/local_function/libs/local_function/example/gcc_lambda.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #ifndef GCC_LAMBDA_HPP_
 #define GCC_LAMBDA_HPP_
 

Modified: sandbox/local_function/libs/local_function/example/gcc_lambda_cpp11.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/gcc_lambda_cpp11.cpp (original)
+++ sandbox/local_function/libs/local_function/example/gcc_lambda_cpp11.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/config.hpp>
 
 #ifndef BOOST_NO_LAMBDAS

Modified: sandbox/local_function/libs/local_function/example/gcc_square.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/gcc_square.cpp (original)
+++ sandbox/local_function/libs/local_function/example/gcc_square.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestGccSquare

Modified: sandbox/local_function/libs/local_function/example/gcc_store.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/gcc_store.cpp (original)
+++ sandbox/local_function/libs/local_function/example/gcc_store.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #include <boost/function.hpp>

Modified: sandbox/local_function/libs/local_function/example/impl_factorial.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/impl_factorial.cpp (original)
+++ sandbox/local_function/libs/local_function/example/impl_factorial.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 //[impl_factorial
 #include <boost/local/function.hpp>

Modified: sandbox/local_function/libs/local_function/example/impl_pp_keyword.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/impl_pp_keyword.cpp (original)
+++ sandbox/local_function/libs/local_function/example/impl_pp_keyword.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 //[impl_pp_keyword
 #include <boost/local_function/detail/preprocessor/keyword/thisunderscore.hpp>

Modified: sandbox/local_function/libs/local_function/example/impl_tparam_tricks.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/impl_tparam_tricks.cpp (original)
+++ sandbox/local_function/libs/local_function/example/impl_tparam_tricks.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 //[impl_tparam_tricks
 #define BOOST_TEST_MODULE TestImplTparamTricks

Modified: sandbox/local_function/libs/local_function/example/n2529_this.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/n2529_this.cpp (original)
+++ sandbox/local_function/libs/local_function/example/n2529_this.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestN2529This

Modified: sandbox/local_function/libs/local_function/example/n2550_find_if.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/n2550_find_if.cpp (original)
+++ sandbox/local_function/libs/local_function/example/n2550_find_if.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestN2550FindIf

Modified: sandbox/local_function/libs/local_function/example/noncopyable_lambda_err.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/noncopyable_lambda_err.cpp (original)
+++ sandbox/local_function/libs/local_function/example/noncopyable_lambda_err.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/config.hpp>
 #ifndef BOOST_NO_LAMBDAS

Modified: sandbox/local_function/libs/local_function/example/noncopyable_local_function.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/noncopyable_local_function.cpp (original)
+++ sandbox/local_function/libs/local_function/example/noncopyable_local_function.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #include <boost/noncopyable.hpp>

Modified: sandbox/local_function/libs/local_function/example/phoenix_factorial.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/phoenix_factorial.cpp (original)
+++ sandbox/local_function/libs/local_function/example/phoenix_factorial.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/phoenix/core.hpp>
 #include <boost/phoenix/function.hpp>
 #define BOOST_TEST_MODULE TestPhoenixFactorial

Modified: sandbox/local_function/libs/local_function/example/phoenix_factorial_local.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/phoenix_factorial_local.cpp (original)
+++ sandbox/local_function/libs/local_function/example/phoenix_factorial_local.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/local_function.hpp>
 #include <boost/function.hpp>
 #include <boost/phoenix/core.hpp>

Modified: sandbox/local_function/libs/local_function/example/profile_global_functor.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/profile_global_functor.cpp (original)
+++ sandbox/local_function/libs/local_function/example/profile_global_functor.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/chrono.hpp>
 #include <vector>

Modified: sandbox/local_function/libs/local_function/example/profile_helpers.hpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/profile_helpers.hpp (original)
+++ sandbox/local_function/libs/local_function/example/profile_helpers.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #ifndef PROFILE_HELPERS_HPP_
 #define PROFILE_HELPERS_HPP_

Modified: sandbox/local_function/libs/local_function/example/profile_lambda.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/profile_lambda.cpp (original)
+++ sandbox/local_function/libs/local_function/example/profile_lambda.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/config.hpp>
 #ifndef BOOST_NO_LAMBDAS

Modified: sandbox/local_function/libs/local_function/example/profile_local_function.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/profile_local_function.cpp (original)
+++ sandbox/local_function/libs/local_function/example/profile_local_function.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #include <boost/chrono.hpp>

Modified: sandbox/local_function/libs/local_function/example/profile_local_function_inline.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/profile_local_function_inline.cpp (original)
+++ sandbox/local_function/libs/local_function/example/profile_local_function_inline.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #include <boost/chrono.hpp>

Modified: sandbox/local_function/libs/local_function/example/profile_local_functor.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/profile_local_functor.cpp (original)
+++ sandbox/local_function/libs/local_function/example/profile_local_functor.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/chrono.hpp>
 #include <vector>

Modified: sandbox/local_function/libs/local_function/example/profile_phoenix.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/profile_phoenix.cpp (original)
+++ sandbox/local_function/libs/local_function/example/profile_phoenix.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/spirit/home/phoenix/statement/sequence.hpp>
 #include <boost/spirit/home/phoenix/core/reference.hpp>

Modified: sandbox/local_function/libs/local_function/example/scope_exit.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/scope_exit.cpp (original)
+++ sandbox/local_function/libs/local_function/example/scope_exit.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include "scope_exit.hpp"
 #include <boost/foreach.hpp>

Modified: sandbox/local_function/libs/local_function/example/scope_exit.hpp
==============================================================================
--- sandbox/local_function/libs/local_function/example/scope_exit.hpp (original)
+++ sandbox/local_function/libs/local_function/example/scope_exit.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #ifndef SCOPE_EXIT_HPP_
 #define SCOPE_EXIT_HPP_
 

Modified: sandbox/local_function/libs/local_function/test/Jamfile.v2
==============================================================================
--- sandbox/local_function/libs/local_function/test/Jamfile.v2 (original)
+++ sandbox/local_function/libs/local_function/test/Jamfile.v2 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+# Copyright (C) 2009-2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
 import testing ;
 
 project : requirements <library>/boost//unit_test_framework ;

Modified: sandbox/local_function/libs/local_function/test/add.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/add.cpp (original)
+++ sandbox/local_function/libs/local_function/test/add.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestAdd
 #include <boost/test/unit_test.hpp>

Modified: sandbox/local_function/libs/local_function/test/add_classifiers.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/add_classifiers.cpp (original)
+++ sandbox/local_function/libs/local_function/test/add_classifiers.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/config.hpp>
 

Modified: sandbox/local_function/libs/local_function/test/add_default.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/add_default.cpp (original)
+++ sandbox/local_function/libs/local_function/test/add_default.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestAddDefault

Modified: sandbox/local_function/libs/local_function/test/add_except.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/add_except.cpp (original)
+++ sandbox/local_function/libs/local_function/test/add_except.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestAddExcept

Modified: sandbox/local_function/libs/local_function/test/add_inline.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/add_inline.cpp (original)
+++ sandbox/local_function/libs/local_function/test/add_inline.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 //[ add_function_inline_cpp
 #include <boost/local_function.hpp>

Modified: sandbox/local_function/libs/local_function/test/add_lambda.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/add_lambda.cpp (original)
+++ sandbox/local_function/libs/local_function/test/add_lambda.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/config.hpp>
 
 #ifndef BOOST_NO_LAMBDAS

Modified: sandbox/local_function/libs/local_function/test/add_params.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/add_params.cpp (original)
+++ sandbox/local_function/libs/local_function/test/add_params.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestAddParams

Modified: sandbox/local_function/libs/local_function/test/add_seq.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/add_seq.cpp (original)
+++ sandbox/local_function/libs/local_function/test/add_seq.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestAddSeq
 #include <boost/test/unit_test.hpp>

Modified: sandbox/local_function/libs/local_function/test/add_template.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/add_template.cpp (original)
+++ sandbox/local_function/libs/local_function/test/add_template.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestAddTemplate

Modified: sandbox/local_function/libs/local_function/test/add_this.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/add_this.cpp (original)
+++ sandbox/local_function/libs/local_function/test/add_this.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestAddThis

Modified: sandbox/local_function/libs/local_function/test/add_typed.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/add_typed.cpp (original)
+++ sandbox/local_function/libs/local_function/test/add_typed.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestAddTyped

Modified: sandbox/local_function/libs/local_function/test/add_with_default.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/add_with_default.cpp (original)
+++ sandbox/local_function/libs/local_function/test/add_with_default.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestAddWithDefault

Modified: sandbox/local_function/libs/local_function/test/addable.hpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/addable.hpp (original)
+++ sandbox/local_function/libs/local_function/test/addable.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #ifndef ADDABLE_HPP_
 #define ADDABLE_HPP_
 

Modified: sandbox/local_function/libs/local_function/test/factorial.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/factorial.cpp (original)
+++ sandbox/local_function/libs/local_function/test/factorial.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestFactorial

Modified: sandbox/local_function/libs/local_function/test/goto.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/goto.cpp (original)
+++ sandbox/local_function/libs/local_function/test/goto.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestGoto
 #include <boost/test/unit_test.hpp>

Modified: sandbox/local_function/libs/local_function/test/goto_err.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/goto_err.cpp (original)
+++ sandbox/local_function/libs/local_function/test/goto_err.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestGotoErr
 #include <boost/test/unit_test.hpp>

Modified: sandbox/local_function/libs/local_function/test/macro_commas.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/macro_commas.cpp (original)
+++ sandbox/local_function/libs/local_function/test/macro_commas.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/local_function.hpp>
 #include <boost/utility/identity_type.hpp>
 #include <boost/config.hpp>

Modified: sandbox/local_function/libs/local_function/test/nesting.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/nesting.cpp (original)
+++ sandbox/local_function/libs/local_function/test/nesting.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestNesting

Modified: sandbox/local_function/libs/local_function/test/operator.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/operator.cpp (original)
+++ sandbox/local_function/libs/local_function/test/operator.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestOperator
 #include <boost/test/unit_test.hpp>

Modified: sandbox/local_function/libs/local_function/test/operator_err.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/operator_err.cpp (original)
+++ sandbox/local_function/libs/local_function/test/operator_err.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestOperatorErr
 #include <boost/test/unit_test.hpp>

Modified: sandbox/local_function/libs/local_function/test/overload.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/overload.cpp (original)
+++ sandbox/local_function/libs/local_function/test/overload.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #include <boost/functional/overloaded_function.hpp> // For overloading.

Modified: sandbox/local_function/libs/local_function/test/return_assign.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/return_assign.cpp (original)
+++ sandbox/local_function/libs/local_function/test/return_assign.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #include <boost/function.hpp>

Modified: sandbox/local_function/libs/local_function/test/return_derivative.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/return_derivative.cpp (original)
+++ sandbox/local_function/libs/local_function/test/return_derivative.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/local_function.hpp>
 #include <boost/function.hpp>
 #define BOOST_TEST_MODULE TestReturnDerivative

Modified: sandbox/local_function/libs/local_function/test/return_inc.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/return_inc.cpp (original)
+++ sandbox/local_function/libs/local_function/test/return_inc.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/local_function.hpp>
 #include <boost/function.hpp>
 #define BOOST_TEST_MODULE TestReturnInc

Modified: sandbox/local_function/libs/local_function/test/return_setget.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/return_setget.cpp (original)
+++ sandbox/local_function/libs/local_function/test/return_setget.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/local_function.hpp>
 #include <boost/function.hpp>
 #define BOOST_TEST_MODULE TestReturnSetGet

Modified: sandbox/local_function/libs/local_function/test/return_this.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/return_this.cpp (original)
+++ sandbox/local_function/libs/local_function/test/return_this.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/local_function.hpp>
 #include <boost/function.hpp>
 #define BOOST_TEST_MODULE TestReturnThis

Modified: sandbox/local_function/libs/local_function/test/seq.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/seq.cpp (original)
+++ sandbox/local_function/libs/local_function/test/seq.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 

Modified: sandbox/local_function/libs/local_function/test/ten_void.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/ten_void.cpp (original)
+++ sandbox/local_function/libs/local_function/test/ten_void.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestTenVoid
 #include <boost/test/unit_test.hpp>

Modified: sandbox/local_function/libs/local_function/test/transform.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/transform.cpp (original)
+++ sandbox/local_function/libs/local_function/test/transform.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/local_function.hpp>
 #define BOOST_TEST_MODULE TestTranform

Modified: sandbox/local_function/libs/local_function/test/typeof.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/typeof.cpp (original)
+++ sandbox/local_function/libs/local_function/test/typeof.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include "addable.hpp"
 #include <boost/local_function.hpp>

Modified: sandbox/local_function/libs/local_function/test/typeof_template.cpp
==============================================================================
--- sandbox/local_function/libs/local_function/test/typeof_template.cpp (original)
+++ sandbox/local_function/libs/local_function/test/typeof_template.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-// Copyright (C) 2009-2011 Lorenzo Caminiti
-// Use, modification, and distribution is subject to the Boost Software
-// License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-// copy at http://www.boost.org/LICENSE_1_0.txt).
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
 #include "addable.hpp"
 #include <boost/local_function.hpp>

Modified: sandbox/local_function/libs/scope_exit/doc/Jamfile.v2
==============================================================================
--- sandbox/local_function/libs/scope_exit/doc/Jamfile.v2 (original)
+++ sandbox/local_function/libs/scope_exit/doc/Jamfile.v2 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,7 +1,9 @@
 
-# Copyright 2006 Alexander Nasonov.
-# Distributed under the 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) 2006-2009, 2012 Alexander Nasonov
+# Copyright (C) 2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
 
 import quickbook ;
 using boostbook ;

Modified: sandbox/local_function/libs/scope_exit/doc/scope_exit.qbk
==============================================================================
--- sandbox/local_function/libs/scope_exit/doc/scope_exit.qbk (original)
+++ sandbox/local_function/libs/scope_exit/doc/scope_exit.qbk 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,10 @@
 
+[/ Copyright (C) 2006-2009, 2012 Alexander Nasonov ]
+[/ Copyright (C) 2012 Lorenzo Caminiti ]
+[/ Distributed under the Boost Software License, Version 1.0 ]
+[/ (see accompanying file LICENSE_1_0.txt or a copy at ]
+[/ http://www.boost.org/LICENSE_1_0.txt) ]
+
 [library Boost.ScopeExit
     [quickbook 1.5]
     [version 1.1.0]

Modified: sandbox/local_function/libs/scope_exit/example/Jamfile.v2
==============================================================================
--- sandbox/local_function/libs/scope_exit/example/Jamfile.v2 (original)
+++ sandbox/local_function/libs/scope_exit/example/Jamfile.v2 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,10 @@
 
+# Copyright (C) 2006-2009, 2012 Alexander Nasonov
+# Copyright (C) 2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
 import testing ;
 
 run try_catch.cpp ;

Modified: sandbox/local_function/libs/scope_exit/example/scope_guard.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/example/scope_guard.cpp (original)
+++ sandbox/local_function/libs/scope_exit/example/scope_guard.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,10 @@
 
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/scope_exit.hpp>
 #include <map>
 #include <string>

Modified: sandbox/local_function/libs/scope_exit/example/scope_guard_seq.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/example/scope_guard_seq.cpp (original)
+++ sandbox/local_function/libs/scope_exit/example/scope_guard_seq.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,10 @@
 
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/scope_exit.hpp>
 #include <map>
 #include <string>

Modified: sandbox/local_function/libs/scope_exit/example/try_catch.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/example/try_catch.cpp (original)
+++ sandbox/local_function/libs/scope_exit/example/try_catch.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,10 @@
 
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/scope_exit.hpp>
 #include <iostream>
 

Modified: sandbox/local_function/libs/scope_exit/example/try_catch_seq.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/example/try_catch_seq.cpp (original)
+++ sandbox/local_function/libs/scope_exit/example/try_catch_seq.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,10 @@
 
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/scope_exit.hpp>
 #include <iostream>
 

Modified: sandbox/local_function/libs/scope_exit/test/Jamfile.v2
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/Jamfile.v2 (original)
+++ sandbox/local_function/libs/scope_exit/test/Jamfile.v2 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,10 @@
 
+# Copyright (C) 2006-2009, 2012 Alexander Nasonov
+# Copyright (C) 2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
 import testing ;
 
 project : requirements

Modified: sandbox/local_function/libs/scope_exit/test/native.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/native.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/native.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,15 +1,14 @@
-// Copyright Alexander Nasonov 2007-2008, 2011
-//
-// Distributed under the Boost Software License, Version 1.0.
-// (See accompanying file LICENSE_1_0.txt or copy at
+
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
 #include <iostream>
 #include <ostream>
 #include <string>
-
 #include <boost/scope_exit.hpp>
-
 #include <boost/typeof/typeof.hpp>
 #include <boost/typeof/std/string.hpp>
 #include <boost/test/unit_test.hpp>

Modified: sandbox/local_function/libs/scope_exit/test/native_const_error.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/native_const_error.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/native_const_error.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,7 +1,8 @@
-// Copyright Alexander Nasonov 2007-2008
-//
-// Distributed under the Boost Software License, Version 1.0.
-// (See accompanying file LICENSE_1_0.txt or copy at
+
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/scope_exit.hpp>

Modified: sandbox/local_function/libs/scope_exit/test/native_cv_error.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/native_cv_error.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/native_cv_error.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,13 +1,12 @@
-// Copyright Alexander Nasonov 2007-2008
-//
-// Distributed under the Boost Software License, Version 1.0.
-// (See accompanying file LICENSE_1_0.txt or copy at
+
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
 #include <string>
-
 #include <boost/scope_exit.hpp>
-
 #include <boost/typeof/typeof.hpp>
 #include <boost/typeof/std/string.hpp>
 

Modified: sandbox/local_function/libs/scope_exit/test/native_this.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/native_this.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/native_this.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/scope_exit.hpp>
 #include <boost/typeof/typeof.hpp>
 #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()

Modified: sandbox/local_function/libs/scope_exit/test/native_tpl.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/native_tpl.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/native_tpl.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,15 +1,14 @@
-// Copyright Alexander Nasonov 2007-2008
-//
-// Distributed under the Boost Software License, Version 1.0.
-// (See accompanying file LICENSE_1_0.txt or copy at
+
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
 #include <iostream>
 #include <ostream>
 #include <vector>
-
 #include <boost/scope_exit.hpp>
-
 #include <boost/rational.hpp>
 #include <boost/typeof/typeof.hpp>
 #include <boost/typeof/std/vector.hpp>

Modified: sandbox/local_function/libs/scope_exit/test/native_tu1.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/native_tu1.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/native_tu1.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,7 +1,8 @@
-// Copyright Alexander Nasonov 2007-2008
-//
-// Distributed under the Boost Software License, Version 1.0.
-// (See accompanying file LICENSE_1_0.txt or copy at
+
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
 #include "tu_test.hpp"

Modified: sandbox/local_function/libs/scope_exit/test/native_tu2.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/native_tu2.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/native_tu2.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,7 +1,8 @@
-// Copyright Alexander Nasonov 2007-2008
-//
-// Distributed under the Boost Software License, Version 1.0.
-// (See accompanying file LICENSE_1_0.txt or copy at
+
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
 #include "tu_test.hpp"

Modified: sandbox/local_function/libs/scope_exit/test/native_tu_test.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/native_tu_test.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/native_tu_test.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,11 +1,11 @@
-// Copyright Alexander Nasonov 2007-2008
-//
-// Distributed under the Boost Software License, Version 1.0.
-// (See accompanying file LICENSE_1_0.txt or copy at
+
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
 #include "tu_test.hpp"
-
 #include <boost/test/unit_test.hpp>
 
 using namespace boost::unit_test;

Modified: sandbox/local_function/libs/scope_exit/test/tu_test.hpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/tu_test.hpp (original)
+++ sandbox/local_function/libs/scope_exit/test/tu_test.hpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,7 +1,8 @@
-// Copyright Alexander Nasonov 2007-2008
-//
-// Distributed under the Boost Software License, Version 1.0.
-// (See accompanying file LICENSE_1_0.txt or copy at
+
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
 #include <boost/scope_exit.hpp>

Modified: sandbox/local_function/libs/scope_exit/test/world.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/world.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/world.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,10 @@
 
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/scope_exit.hpp>
 #include <boost/typeof/typeof.hpp>
 #include <boost/typeof/std/vector.hpp>

Modified: sandbox/local_function/libs/scope_exit/test/world_checkpoint.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/world_checkpoint.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/world_checkpoint.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,10 @@
 
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/scope_exit.hpp>
 #include <boost/foreach.hpp>
 #include <boost/typeof/typeof.hpp>

Modified: sandbox/local_function/libs/scope_exit/test/world_checkpoint_all.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/world_checkpoint_all.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/world_checkpoint_all.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,6 +1,11 @@
 
-#include <boost/config.hpp>
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
+#include <boost/config.hpp>
 #ifndef BOOST_NO_LAMBDAS
 
 #include <boost/scope_exit.hpp>

Modified: sandbox/local_function/libs/scope_exit/test/world_checkpoint_all_seq.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/world_checkpoint_all_seq.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/world_checkpoint_all_seq.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,6 +1,11 @@
 
-#include <boost/config.hpp>
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
+#include <boost/config.hpp>
 #ifndef BOOST_NO_LAMBDAS
 
 #include <boost/scope_exit.hpp>

Modified: sandbox/local_function/libs/scope_exit/test/world_checkpoint_seq.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/world_checkpoint_seq.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/world_checkpoint_seq.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,10 @@
 
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/scope_exit.hpp>
 #include <boost/foreach.hpp>
 #include <boost/typeof/typeof.hpp>

Modified: sandbox/local_function/libs/scope_exit/test/world_lambda.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/world_lambda.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/world_lambda.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,6 +1,11 @@
 
-#include <boost/config.hpp>
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
 
+#include <boost/config.hpp>
 #ifndef BOOST_NO_LAMBDAS
 
 #define BOOST_TEST_MODULE TestWorldLambda

Modified: sandbox/local_function/libs/scope_exit/test/world_seq.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/world_seq.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/world_seq.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/scope_exit.hpp>
 #include <boost/typeof/typeof.hpp>
 #include <boost/typeof/std/vector.hpp>

Modified: sandbox/local_function/libs/scope_exit/test/world_this.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/world_this.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/world_this.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,10 @@
 
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/scope_exit.hpp>
 #include <boost/typeof/typeof.hpp>
 #include <boost/typeof/std/vector.hpp>

Modified: sandbox/local_function/libs/scope_exit/test/world_this_seq.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/world_this_seq.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/world_this_seq.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,10 @@
 
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/scope_exit.hpp>
 #include <boost/typeof/typeof.hpp>
 #include <boost/typeof/std/vector.hpp>

Modified: sandbox/local_function/libs/scope_exit/test/world_tpl.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/world_tpl.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/world_tpl.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,10 @@
 
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/scope_exit.hpp>
 #include <boost/typeof/typeof.hpp>
 #include <boost/typeof/std/vector.hpp>

Modified: sandbox/local_function/libs/scope_exit/test/world_tpl_seq.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/world_tpl_seq.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/world_tpl_seq.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,10 @@
 
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/scope_exit.hpp>
 #include <boost/typeof/typeof.hpp>
 #include <boost/typeof/std/vector.hpp>

Modified: sandbox/local_function/libs/scope_exit/test/world_void.cpp
==============================================================================
--- sandbox/local_function/libs/scope_exit/test/world_void.cpp (original)
+++ sandbox/local_function/libs/scope_exit/test/world_void.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,10 @@
 
+// Copyright (C) 2006-2009, 2012 Alexander Nasonov
+// Copyright (C) 2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/scope_exit.hpp>
 #include <boost/typeof/typeof.hpp>
 #include <boost/typeof/std/vector.hpp>

Modified: sandbox/local_function/libs/utility/identity_type/doc/Jamfile.v2
==============================================================================
--- sandbox/local_function/libs/utility/identity_type/doc/Jamfile.v2 (original)
+++ sandbox/local_function/libs/utility/identity_type/doc/Jamfile.v2 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-# Copyright (C) 2009-2011 Lorenzo Caminiti
-# Use, modification, and distribution is subject to the Boost Software
-# License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-# copy at http://www.boost.org/LICENSE_1_0.txt).
+# Copyright (C) 2009-2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
 
 import quickbook ;
 using boostbook ;

Modified: sandbox/local_function/libs/utility/identity_type/doc/identity_type.qbk
==============================================================================
--- sandbox/local_function/libs/utility/identity_type/doc/identity_type.qbk (original)
+++ sandbox/local_function/libs/utility/identity_type/doc/identity_type.qbk 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+[/ Copyright (C) 2009-2012 Lorenzo Caminiti ]
+[/ Distributed under the Boost Software License, Version 1.0 ]
+[/ (see accompanying file LICENSE_1_0.txt or a copy at ]
+[/ http://www.boost.org/LICENSE_1_0.txt) ]
+
 [library Boost.Utility/IdentityType
     [quickbook 1.5]
     [version 1.0.0]

Modified: sandbox/local_function/libs/utility/identity_type/test/Jamfile.v2
==============================================================================
--- sandbox/local_function/libs/utility/identity_type/test/Jamfile.v2 (original)
+++ sandbox/local_function/libs/utility/identity_type/test/Jamfile.v2 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+# Copyright (C) 2009-2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
 import testing ;
 
 compile-fail var_err.cpp ;

Modified: sandbox/local_function/libs/utility/identity_type/test/template.cpp
==============================================================================
--- sandbox/local_function/libs/utility/identity_type/test/template.cpp (original)
+++ sandbox/local_function/libs/utility/identity_type/test/template.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/utility/identity_type.hpp>
 #include <map>
 #include <iostream>

Modified: sandbox/local_function/libs/utility/identity_type/test/tmp_assert.cpp
==============================================================================
--- sandbox/local_function/libs/utility/identity_type/test/tmp_assert.cpp (original)
+++ sandbox/local_function/libs/utility/identity_type/test/tmp_assert.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <boost/utility/identity_type.hpp>
 #include <boost/type_traits/is_const.hpp>
 #include <boost/static_assert.hpp>

Modified: sandbox/local_function/libs/utility/identity_type/test/var.cpp
==============================================================================
--- sandbox/local_function/libs/utility/identity_type/test/var.cpp (original)
+++ sandbox/local_function/libs/utility/identity_type/test/var.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <map>
 
 #define VAR(type, n) type var ## n

Modified: sandbox/local_function/libs/utility/identity_type/test/var_err.cpp
==============================================================================
--- sandbox/local_function/libs/utility/identity_type/test/var_err.cpp (original)
+++ sandbox/local_function/libs/utility/identity_type/test/var_err.cpp 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,4 +1,9 @@
 
+// Copyright (C) 2009-2012 Lorenzo Caminiti
+// Distributed under the Boost Software License, Version 1.0
+// (see accompanying file LICENSE_1_0.txt or a copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
 #include <map>
 
 //[var_err

Modified: sandbox/local_function/tools/setup/cygwin-boost-env.sh
==============================================================================
--- sandbox/local_function/tools/setup/cygwin-boost-env.sh (original)
+++ sandbox/local_function/tools/setup/cygwin-boost-env.sh 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,10 +1,8 @@
 
-# Copyright (C) 2009-2011 Lorenzo Caminiti
-# Use, modification, and distribution is subject to the Boost Software
-# License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-# copy at http://www.boost.org/LICENSE_1_0.txt).
-
-# Source this files `. <FILE>`.
+# Copyright (C) 2009-2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
 
 export BOOST_ROOT="/cygdrive/e/sandbox/boost-trunk.cygwin"
 export BOOST_BUILD_PATH="$BOOST_ROOT/tools/build/v2"

Modified: sandbox/local_function/tools/setup/cygwin-user-config.jam
==============================================================================
--- sandbox/local_function/tools/setup/cygwin-user-config.jam (original)
+++ sandbox/local_function/tools/setup/cygwin-user-config.jam 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,9 +1,8 @@
 
-# Copyright (C) 2009-2011 Lorenzo Caminiti
-# Use, modification, and distribution is subject to the Boost Software
-# License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-# copy at http://www.boost.org/LICENSE_1_0.txt).
+# Copyright (C) 2009-2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
 
-# Toolset.
 using gcc ;
  

Modified: sandbox/local_function/tools/setup/linux-boost-env.sh
==============================================================================
--- sandbox/local_function/tools/setup/linux-boost-env.sh (original)
+++ sandbox/local_function/tools/setup/linux-boost-env.sh 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,10 +1,8 @@
 
-# Copyright (C) 2009-2011 Lorenzo Caminiti
-# Use, modification, and distribution is subject to the Boost Software
-# License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-# copy at http://www.boost.org/LICENSE_1_0.txt).
-
-# Source this files `. <FILE>`.
+# Copyright (C) 2009-2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
 
 export BOOST_ROOT="$HOME/sandbox/boost-trunk.linux"
 export BOOST_BUILD_PATH="$BOOST_ROOT/tools/build/v2"

Modified: sandbox/local_function/tools/setup/linux-user-config.jam
==============================================================================
--- sandbox/local_function/tools/setup/linux-user-config.jam (original)
+++ sandbox/local_function/tools/setup/linux-user-config.jam 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-# Copyright (C) 2009-2011 Lorenzo Caminiti
-# Use, modification, and distribution is subject to the Boost Software
-# License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-# copy at http://www.boost.org/LICENSE_1_0.txt).
+# Copyright (C) 2009-2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
 
 import os ;
 local BOOST_ROOT = [ os.environ BOOST_ROOT ] ;

Modified: sandbox/local_function/tools/setup/windows-boost-env.bat
==============================================================================
--- sandbox/local_function/tools/setup/windows-boost-env.bat (original)
+++ sandbox/local_function/tools/setup/windows-boost-env.bat 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-REM Copyright (C) 2009-2011 Lorenzo Caminiti
-REM Use, modification, and distribution is subject to the Boost Software
-REM License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-REM copy at http://www.boost.org/LICENSE_1_0.txt).
+REM Copyright (C) 2009-2012 Lorenzo Caminiti
+REM Distributed under the Boost Software License, Version 1.0
+REM (see accompanying file LICENSE_1_0.txt or a copy at
+REM http://www.boost.org/LICENSE_1_0.txt)
 
 @ECHO OFF
 

Modified: sandbox/local_function/tools/setup/windows-user-config.jam
==============================================================================
--- sandbox/local_function/tools/setup/windows-user-config.jam (original)
+++ sandbox/local_function/tools/setup/windows-user-config.jam 2012-01-27 15:33:01 EST (Fri, 27 Jan 2012)
@@ -1,8 +1,8 @@
 
-# Copyright (C) 2009-2011 Lorenzo Caminiti
-# Use, modification, and distribution is subject to the Boost Software
-# License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
-# copy at http://www.boost.org/LICENSE_1_0.txt).
+# Copyright (C) 2009-2012 Lorenzo Caminiti
+# Distributed under the Boost Software License, Version 1.0
+# (see accompanying file LICENSE_1_0.txt or a copy at
+# http://www.boost.org/LICENSE_1_0.txt)
 
 import os ;
 local BOOST_ROOT = [ os.environ BOOST_ROOT ] ;


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