$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r71982 - in sandbox/local: boost/local/aux_ boost/local/aux_/preprocessor/sign boost/local/aux_/preprocessor/sign/parse_params_ boost/local/function libs/local/example tools/setup
From: lorcaminiti_at_[hidden]
Date: 2011-05-16 11:24:29
Author: lcaminiti
Date: 2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
New Revision: 71982
URL: http://svn.boost.org/trac/boost/changeset/71982
Log:
Added copyright header info to all files.
Text files modified: 
   sandbox/local/boost/local/aux_/config.hpp                                        |     5 +++++                                   
   sandbox/local/boost/local/aux_/overload_base.hpp                                 |     5 +++++                                   
   sandbox/local/boost/local/aux_/preprocessor/sign/param_any_bind.hpp              |     5 +++++                                   
   sandbox/local/boost/local/aux_/preprocessor/sign/parse_params_/any_bind_type.hpp |     5 +++++                                   
   sandbox/local/boost/local/function/overload.hpp                                  |     5 +++++                                   
   sandbox/local/libs/local/example/Jamfile.jam                                     |    10 ----------                              
   sandbox/local/libs/local/example/b00.cpp                                         |     5 +++++                                   
   sandbox/local/libs/local/example/b01.cpp                                         |     5 +++++                                   
   sandbox/local/libs/local/example/chrono.py                                       |     5 +++++                                   
   sandbox/local/libs/local/example/expensive_copy_0x_lambda.cpp                    |     5 +++++                                   
   sandbox/local/libs/local/example/expensive_copy_boost_local.cpp                  |     5 +++++                                   
   sandbox/local/libs/local/example/expensive_copy_boost_local_va.cpp               |     5 +++++                                   
   sandbox/local/libs/local/example/nesting.cpp                                     |     2 --                                      
   sandbox/local/libs/local/example/noncopyable_0x_lambda.cpp                       |     5 +++++                                   
   sandbox/local/libs/local/example/noncopyable_boost_local.cpp                     |     5 +++++                                   
   sandbox/local/libs/local/example/noncopyable_boost_local_va.cpp                  |     5 +++++                                   
   sandbox/local/libs/local/example/overload.cpp                                    |     5 +++++                                   
   sandbox/local/libs/local/example/overload_va.cpp                                 |     5 +++++                                   
   sandbox/local/libs/local/example/parsing_macros_impl.cpp                         |     5 +++++                                   
   sandbox/local/libs/local/example/profile_boost_lambda.cpp                        |     5 +++++                                   
   sandbox/local/libs/local/example/profile_boost_local.cpp                         |     5 +++++                                   
   sandbox/local/libs/local/example/profile_boost_local_for_loop.cpp                |     5 +++++                                   
   sandbox/local/libs/local/example/profile_boost_local_inline.cpp                  |     5 +++++                                   
   sandbox/local/libs/local/example/profile_boost_phoenix.cpp                       |     5 +++++                                   
   sandbox/local/libs/local/example/profile_global_functor.cpp                      |     5 +++++                                   
   sandbox/local/libs/local/example/profile_helpers.hpp                             |     5 +++++                                   
   sandbox/local/libs/local/example/profile_local_functor.cpp                       |     5 +++++                                   
   sandbox/local/libs/local/example/tparam_trick.cpp                                |     5 +++++                                   
   sandbox/local/tools/setup/cygwin-boost-env.sh                                    |     5 +++++                                   
   sandbox/local/tools/setup/cygwin-user-config.jam                                 |     5 +++++                                   
   sandbox/local/tools/setup/linux-boost-env.sh                                     |     5 +++++                                   
   sandbox/local/tools/setup/linux-user-config.jam                                  |     5 +++++                                   
   sandbox/local/tools/setup/windows-boost-env.bat                                  |     5 +++++                                   
   sandbox/local/tools/setup/windows-user-config.jam                                |     5 +++++                                   
   34 files changed, 160 insertions(+), 12 deletions(-)
Modified: sandbox/local/boost/local/aux_/config.hpp
==============================================================================
--- sandbox/local/boost/local/aux_/config.hpp	(original)
+++ sandbox/local/boost/local/aux_/config.hpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #ifndef BOOST_LOCAL_AUX_CONFIG_HPP_
 #define BOOST_LOCAL_AUX_CONFIG_HPP_
 
Modified: sandbox/local/boost/local/aux_/overload_base.hpp
==============================================================================
--- sandbox/local/boost/local/aux_/overload_base.hpp	(original)
+++ sandbox/local/boost/local/aux_/overload_base.hpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #if !BOOST_PP_IS_ITERATING
 #   ifndef BOOST_LOCAL_AUX_OVERLOAD_BASE_HPP_
 #       define BOOST_LOCAL_AUX_OVERLOAD_BASE_HPP_
Modified: sandbox/local/boost/local/aux_/preprocessor/sign/param_any_bind.hpp
==============================================================================
--- sandbox/local/boost/local/aux_/preprocessor/sign/param_any_bind.hpp	(original)
+++ sandbox/local/boost/local/aux_/preprocessor/sign/param_any_bind.hpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #ifndef BOOST_LOCAL_AUX_PP_SIGN_PARAM_ANY_BIND_HPP_
 #define BOOST_LOCAL_AUX_PP_SIGN_PARAM_ANY_BIND_HPP_
 
Modified: sandbox/local/boost/local/aux_/preprocessor/sign/parse_params_/any_bind_type.hpp
==============================================================================
--- sandbox/local/boost/local/aux_/preprocessor/sign/parse_params_/any_bind_type.hpp	(original)
+++ sandbox/local/boost/local/aux_/preprocessor/sign/parse_params_/any_bind_type.hpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #ifndef BOOST_LOCAL_AUX_PP_SIGN_PARSE_PARAMS_ANY_BIND_TYPE_HPP_
 #define BOOST_LOCAL_AUX_PP_SIGN_PARSE_PARAMS_ANY_BIND_TYPE_HPP_
 
Modified: sandbox/local/boost/local/function/overload.hpp
==============================================================================
--- sandbox/local/boost/local/function/overload.hpp	(original)
+++ sandbox/local/boost/local/function/overload.hpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #ifndef DOXY // Doxygen documentation only.
 
 #if !BOOST_PP_IS_ITERATING
Modified: sandbox/local/libs/local/example/Jamfile.jam
==============================================================================
--- sandbox/local/libs/local/example/Jamfile.jam	(original)
+++ sandbox/local/libs/local/example/Jamfile.jam	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -4,16 +4,6 @@
 # License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
 # copy at http://www.boost.org/LICENSE_1_0.txt).
 
-# Usages:
-# bjam define=BOOST_LOCAL_CONFIG_COMPLIANT ...
-#       Disable Boost.Local variadic macro  syntax and  local types as template
-#       parameters optimization.
-# bjam define=BOOST_TYPEOF_COMPLIANT ...
-#       Disable Boost.Typeof compiler specific type-of support.
-# bjam cxxflags=-std=c++0x ...
-#       Enable GCC C++0x features like lambdas and local types as template
-#       parameters.
-
 exe add_block : add_block.cpp ;
 exe add_block_va : add_block_va.cpp ;
 exe add_block_impl : add_block_impl.cpp ;
Modified: sandbox/local/libs/local/example/b00.cpp
==============================================================================
--- sandbox/local/libs/local/example/b00.cpp	(original)
+++ sandbox/local/libs/local/example/b00.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 /*
 
 const bind& x
Modified: sandbox/local/libs/local/example/b01.cpp
==============================================================================
--- sandbox/local/libs/local/example/b01.cpp	(original)
+++ sandbox/local/libs/local/example/b01.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #include <boost/local/aux_/preprocessor/keyword/bind.hpp>
 #include <boost/preprocessor.hpp>
 #include <boost/preprocessor/detail/is_unary.hpp>
Modified: sandbox/local/libs/local/example/chrono.py
==============================================================================
--- sandbox/local/libs/local/example/chrono.py	(original)
+++ sandbox/local/libs/local/example/chrono.py	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+# 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).
+
 import sys
 import time
 import os
Modified: sandbox/local/libs/local/example/expensive_copy_0x_lambda.cpp
==============================================================================
--- sandbox/local/libs/local/example/expensive_copy_0x_lambda.cpp	(original)
+++ sandbox/local/libs/local/example/expensive_copy_0x_lambda.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #include <boost/config.hpp>
 #ifdef BOOST_NO_LAMBDAS
 #include <iostream>
Modified: sandbox/local/libs/local/example/expensive_copy_boost_local.cpp
==============================================================================
--- sandbox/local/libs/local/example/expensive_copy_boost_local.cpp	(original)
+++ sandbox/local/libs/local/example/expensive_copy_boost_local.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 //[expensive_copy_boost_local_cpp
 #include <boost/local/function.hpp>
 #include <boost/noncopyable.hpp>
Modified: sandbox/local/libs/local/example/expensive_copy_boost_local_va.cpp
==============================================================================
--- sandbox/local/libs/local/example/expensive_copy_boost_local_va.cpp	(original)
+++ sandbox/local/libs/local/example/expensive_copy_boost_local_va.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #include <boost/config.hpp>
 #if defined(BOOST_NO_VARIADIC_MACROS) || defined(BOOST_LOCAL_CONFIG_COMPLIANT)
 #include <iostream>
Modified: sandbox/local/libs/local/example/nesting.cpp
==============================================================================
--- sandbox/local/libs/local/example/nesting.cpp	(original)
+++ sandbox/local/libs/local/example/nesting.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -4,8 +4,6 @@
 // License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a
 // copy at http://www.boost.org/LICENSE_1_0.txt).
 
-// Local functions, blocks, and exits can be arbitrarily nested into each other.
-
 //[nesting_cpp
 #include <boost/local/function.hpp>
 #include <boost/local/block.hpp>
Modified: sandbox/local/libs/local/example/noncopyable_0x_lambda.cpp
==============================================================================
--- sandbox/local/libs/local/example/noncopyable_0x_lambda.cpp	(original)
+++ sandbox/local/libs/local/example/noncopyable_0x_lambda.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 // This code does NOT compile -- don't add it to the build.
 
 //[noncopyable_0x_lambda_cpp
Modified: sandbox/local/libs/local/example/noncopyable_boost_local.cpp
==============================================================================
--- sandbox/local/libs/local/example/noncopyable_boost_local.cpp	(original)
+++ sandbox/local/libs/local/example/noncopyable_boost_local.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 //[noncopyable_boost_local_cpp
 #include <boost/local/function.hpp>
 #include <boost/noncopyable.hpp>
Modified: sandbox/local/libs/local/example/noncopyable_boost_local_va.cpp
==============================================================================
--- sandbox/local/libs/local/example/noncopyable_boost_local_va.cpp	(original)
+++ sandbox/local/libs/local/example/noncopyable_boost_local_va.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #include <boost/config.hpp>
 #if defined(BOOST_NO_VARIADIC_MACROS) || defined(BOOST_LOCAL_CONFIG_COMPLIANT)
 #include <iostream>
Modified: sandbox/local/libs/local/example/overload.cpp
==============================================================================
--- sandbox/local/libs/local/example/overload.cpp	(original)
+++ sandbox/local/libs/local/example/overload.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 //[overload_cpp
 #include <boost/local/function/overload.hpp> // Include header for overloading.
 #include <boost/local/function.hpp>
Modified: sandbox/local/libs/local/example/overload_va.cpp
==============================================================================
--- sandbox/local/libs/local/example/overload_va.cpp	(original)
+++ sandbox/local/libs/local/example/overload_va.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #include <boost/config.hpp>
 #if defined(BOOST_NO_VARIADIC_MACROS) || defined(BOOST_LOCAL_CONFIG_COMPLIANT)
 #include <iostream>
Modified: sandbox/local/libs/local/example/parsing_macros_impl.cpp
==============================================================================
--- sandbox/local/libs/local/example/parsing_macros_impl.cpp	(original)
+++ sandbox/local/libs/local/example/parsing_macros_impl.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 //[parsing_macros_impl_cpp
 #include <boost/detail/preprocessor/keyword/this.hpp>
 #include <boost/detail/preprocessor/keyword/const.hpp>
Modified: sandbox/local/libs/local/example/profile_boost_lambda.cpp
==============================================================================
--- sandbox/local/libs/local/example/profile_boost_lambda.cpp	(original)
+++ sandbox/local/libs/local/example/profile_boost_lambda.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #include <boost/chrono.hpp>
 #include <boost/lambda/lambda.hpp>
 #include <iostream>
Modified: sandbox/local/libs/local/example/profile_boost_local.cpp
==============================================================================
--- sandbox/local/libs/local/example/profile_boost_local.cpp	(original)
+++ sandbox/local/libs/local/example/profile_boost_local.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #include <boost/chrono.hpp>
 #include <boost/local/function.hpp>
 #include <vector>
Modified: sandbox/local/libs/local/example/profile_boost_local_for_loop.cpp
==============================================================================
--- sandbox/local/libs/local/example/profile_boost_local_for_loop.cpp	(original)
+++ sandbox/local/libs/local/example/profile_boost_local_for_loop.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #include <boost/chrono.hpp>
 #include <boost/local/function.hpp>
 #include <vector>
Modified: sandbox/local/libs/local/example/profile_boost_local_inline.cpp
==============================================================================
--- sandbox/local/libs/local/example/profile_boost_local_inline.cpp	(original)
+++ sandbox/local/libs/local/example/profile_boost_local_inline.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #include <boost/chrono.hpp>
 #include <boost/local/function.hpp>
 #include <vector>
Modified: sandbox/local/libs/local/example/profile_boost_phoenix.cpp
==============================================================================
--- sandbox/local/libs/local/example/profile_boost_phoenix.cpp	(original)
+++ sandbox/local/libs/local/example/profile_boost_phoenix.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #include <boost/chrono.hpp>
 #include <boost/spirit/home/phoenix/statement/sequence.hpp>
 #include <boost/spirit/home/phoenix/core/reference.hpp>
Modified: sandbox/local/libs/local/example/profile_global_functor.cpp
==============================================================================
--- sandbox/local/libs/local/example/profile_global_functor.cpp	(original)
+++ sandbox/local/libs/local/example/profile_global_functor.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #include <boost/chrono.hpp>
 #include <vector>
 #include <algorithm>
Modified: sandbox/local/libs/local/example/profile_helpers.hpp
==============================================================================
--- sandbox/local/libs/local/example/profile_helpers.hpp	(original)
+++ sandbox/local/libs/local/example/profile_helpers.hpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #ifndef PROFILE_HELPERS_HPP_
 #define PROFILE_HELPERS_HPP_
 
Modified: sandbox/local/libs/local/example/profile_local_functor.cpp
==============================================================================
--- sandbox/local/libs/local/example/profile_local_functor.cpp	(original)
+++ sandbox/local/libs/local/example/profile_local_functor.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 #include <boost/chrono.hpp>
 #include <vector>
 #include <algorithm>
Modified: sandbox/local/libs/local/example/tparam_trick.cpp
==============================================================================
--- sandbox/local/libs/local/example/tparam_trick.cpp	(original)
+++ sandbox/local/libs/local/example/tparam_trick.cpp	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+// 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).
+
 // Tricks to "pass" a local class as a template parameter.
 
 //[tparam_trick_cpp
Modified: sandbox/local/tools/setup/cygwin-boost-env.sh
==============================================================================
--- sandbox/local/tools/setup/cygwin-boost-env.sh	(original)
+++ sandbox/local/tools/setup/cygwin-boost-env.sh	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+# 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>`.
 
 export BOOST_ROOT="/cygdrive/e/sandbox/boost-trunk.cygwin"
Modified: sandbox/local/tools/setup/cygwin-user-config.jam
==============================================================================
--- sandbox/local/tools/setup/cygwin-user-config.jam	(original)
+++ sandbox/local/tools/setup/cygwin-user-config.jam	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+# 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).
+
 # Toolset.
 using gcc ;
  
Modified: sandbox/local/tools/setup/linux-boost-env.sh
==============================================================================
--- sandbox/local/tools/setup/linux-boost-env.sh	(original)
+++ sandbox/local/tools/setup/linux-boost-env.sh	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+# 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>`.
 
 export BOOST_ROOT="$HOME/sandbox/boost-trunk.linux"
Modified: sandbox/local/tools/setup/linux-user-config.jam
==============================================================================
--- sandbox/local/tools/setup/linux-user-config.jam	(original)
+++ sandbox/local/tools/setup/linux-user-config.jam	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+# 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).
+
 import os ;
 local BOOST_ROOT = [ os.environ BOOST_ROOT ] ;
 
Modified: sandbox/local/tools/setup/windows-boost-env.bat
==============================================================================
--- sandbox/local/tools/setup/windows-boost-env.bat	(original)
+++ sandbox/local/tools/setup/windows-boost-env.bat	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+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).
+
 @ECHO OFF
 
 set HOMEDRIVE=e:
Modified: sandbox/local/tools/setup/windows-user-config.jam
==============================================================================
--- sandbox/local/tools/setup/windows-user-config.jam	(original)
+++ sandbox/local/tools/setup/windows-user-config.jam	2011-05-16 11:24:25 EDT (Mon, 16 May 2011)
@@ -1,4 +1,9 @@
 
+# 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).
+
 import os ;
 local BOOST_ROOT = [ os.environ BOOST_ROOT ] ;