Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72751 - in sandbox/tti: . boost/tti boost/tti/detail boost/tti/gen boost/tti/mf libs/tti/doc libs/tti/doc/html libs/tti/test
From: eldiener_at_[hidden]
Date: 2011-06-25 09:55:14


Author: eldiener
Date: 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
New Revision: 72751
URL: http://svn.boost.org/trac/boost/changeset/72751

Log:
Added copyright info and boost license specification. Corrected doc error. Remove HTML in order to regenerate it.
Removed:
   sandbox/tti/libs/tti/doc/html/
Binary files modified:
   sandbox/tti/libs/tti/doc/TypeTraitsIntrospection.pdf
Text files modified:
   sandbox/tti/Jamfile.v2 | 7 ++++---
   sandbox/tti/Jamroot.jam | 7 ++++---
   sandbox/tti/boost/tti/comp_mem_fun.hpp | 6 ++++++
   sandbox/tti/boost/tti/comp_static_mem_fun.hpp | 6 ++++++
   sandbox/tti/boost/tti/detail/dcomp_mem_fun.hpp | 6 ++++++
   sandbox/tti/boost/tti/detail/dcomp_static_mem_fun.hpp | 6 ++++++
   sandbox/tti/boost/tti/detail/dmem_data.hpp | 6 ++++++
   sandbox/tti/boost/tti/detail/dmem_fun.hpp | 6 ++++++
   sandbox/tti/boost/tti/detail/dmem_type.hpp | 6 ++++++
   sandbox/tti/boost/tti/detail/dnotype.hpp | 6 ++++++
   sandbox/tti/boost/tti/detail/dptmf.hpp | 6 ++++++
   sandbox/tti/boost/tti/detail/dstatic_mem_data.hpp | 6 ++++++
   sandbox/tti/boost/tti/detail/dstatic_mem_fun.hpp | 6 ++++++
   sandbox/tti/boost/tti/detail/dtemplate_params.hpp | 6 ++++++
   sandbox/tti/boost/tti/detail/dtfunction.hpp | 6 ++++++
   sandbox/tti/boost/tti/detail/dtself.hpp | 6 ++++++
   sandbox/tti/boost/tti/detail/dtype.hpp | 6 ++++++
   sandbox/tti/boost/tti/detail/dvm_template_params.hpp | 6 ++++++
   sandbox/tti/boost/tti/gen/comp_mem_fun_gen.hpp | 6 ++++++
   sandbox/tti/boost/tti/gen/comp_static_mem_fun_gen.hpp | 6 ++++++
   sandbox/tti/boost/tti/gen/mem_data_gen.hpp | 6 ++++++
   sandbox/tti/boost/tti/gen/mem_fun_gen.hpp | 6 ++++++
   sandbox/tti/boost/tti/gen/mem_type_gen.hpp | 6 ++++++
   sandbox/tti/boost/tti/gen/namespace_gen.hpp | 6 ++++++
   sandbox/tti/boost/tti/gen/static_mem_data_gen.hpp | 6 ++++++
   sandbox/tti/boost/tti/gen/static_mem_fun_gen.hpp | 6 ++++++
   sandbox/tti/boost/tti/gen/template_gen.hpp | 6 ++++++
   sandbox/tti/boost/tti/gen/template_params_gen.hpp | 6 ++++++
   sandbox/tti/boost/tti/gen/trait_gen.hpp | 6 ++++++
   sandbox/tti/boost/tti/gen/type_gen.hpp | 6 ++++++
   sandbox/tti/boost/tti/gen/vm_template_params_gen.hpp | 6 ++++++
   sandbox/tti/boost/tti/mem_data.hpp | 6 ++++++
   sandbox/tti/boost/tti/mem_fun.hpp | 6 ++++++
   sandbox/tti/boost/tti/mem_type.hpp | 6 ++++++
   sandbox/tti/boost/tti/mf/mf_mem_data.hpp | 6 ++++++
   sandbox/tti/boost/tti/mf/mf_mem_fun.hpp | 6 ++++++
   sandbox/tti/boost/tti/mf/mf_mem_type.hpp | 6 ++++++
   sandbox/tti/boost/tti/mf/mf_static_mem_data.hpp | 6 ++++++
   sandbox/tti/boost/tti/mf/mf_static_mem_fun.hpp | 6 ++++++
   sandbox/tti/boost/tti/mf/mf_template.hpp | 6 ++++++
   sandbox/tti/boost/tti/mf/mf_template_params.hpp | 6 ++++++
   sandbox/tti/boost/tti/mf/mf_type.hpp | 6 ++++++
   sandbox/tti/boost/tti/static_mem_data.hpp | 6 ++++++
   sandbox/tti/boost/tti/static_mem_fun.hpp | 6 ++++++
   sandbox/tti/boost/tti/template.hpp | 6 ++++++
   sandbox/tti/boost/tti/template_params.hpp | 6 ++++++
   sandbox/tti/boost/tti/tti.hpp | 6 ++++++
   sandbox/tti/boost/tti/tti_vm.hpp | 6 ++++++
   sandbox/tti/boost/tti/type.hpp | 6 ++++++
   sandbox/tti/boost/tti/vm_template_params.hpp | 6 ++++++
   sandbox/tti/libs/tti/doc/Jamfile.v2 | 10 ++++++----
   sandbox/tti/libs/tti/doc/tti.qbk | 7 +++++++
   sandbox/tti/libs/tti/doc/tti_acknowledgements.qbk | 7 +++++++
   sandbox/tti/libs/tti/doc/tti_detail.qbk | 7 +++++++
   sandbox/tti/libs/tti/doc/tti_func_templates.qbk | 7 +++++++
   sandbox/tti/libs/tti/doc/tti_functionality.qbk | 7 +++++++
   sandbox/tti/libs/tti/doc/tti_history.qbk | 7 +++++++
   sandbox/tti/libs/tti/doc/tti_index.qbk | 7 +++++++
   sandbox/tti/libs/tti/doc/tti_introduction.qbk | 7 +++++++
   sandbox/tti/libs/tti/doc/tti_meta_classes.qbk | 7 +++++++
   sandbox/tti/libs/tti/doc/tti_metafunctions.qbk | 7 +++++++
   sandbox/tti/libs/tti/doc/tti_nested_type.qbk | 11 +++++++++--
   sandbox/tti/libs/tti/doc/tti_reference.qbk | 7 +++++++
   sandbox/tti/libs/tti/doc/tti_terminology.qbk | 7 +++++++
   sandbox/tti/libs/tti/doc/tti_tests.qbk | 7 +++++++
   sandbox/tti/libs/tti/doc/tti_to_do.qbk | 7 +++++++
   sandbox/tti/libs/tti/doc/tti_using_mm.qbk | 7 +++++++
   sandbox/tti/libs/tti/doc/tti_using_ntm.qbk | 7 +++++++
   sandbox/tti/libs/tti/doc/tti_why.qbk | 7 +++++++
   sandbox/tti/libs/tti/test/Jamfile.v2 | 16 ++++++++--------
   sandbox/tti/libs/tti/test/test_has_mem_data.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_mem_data.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_mem_data_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_mem_data_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_mem_data_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_mem_data_fail3.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_mem_fun.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_mem_fun.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_mem_fun_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_mem_fun_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_mem_fun_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_member.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_member.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_member_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_member_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_member_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_static_mem_data.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_static_mem_data.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_static_mem_data_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_static_mem_data_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_static_mem_data_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_static_mem_data_fail3.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_static_mem_fun.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_static_mem_fun.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_static_mem_fun_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_static_mem_fun_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_static_mem_fun_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_static_member.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_static_member.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_static_member_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_static_member_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_static_member_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_template.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_template.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_template_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_template_cp.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_template_cp.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_template_cp_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_template_cp_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_template_cp_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_template_cp_fail3.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_template_cp_fail4.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_template_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_template_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_template_fail3.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_template_fail4.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_type.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_type.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_type_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_type_ct.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_type_ct.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_type_ct_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_type_ct_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_type_ct_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_type_ct_fail3.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_type_ct_fail4.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_type_ct_fail5.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_type_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_type_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_has_type_fail3.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mem_type.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mem_type.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mem_type_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_mem_data.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_mem_data.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_mem_data_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_mem_data_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_mem_data_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_mem_data_fail3.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_mem_fun.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_mem_fun.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_mem_fun_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_mem_fun_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_mem_fun_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_mem_fun_fail3.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_static_data.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_static_data.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_static_data_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_static_data_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_static_data_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_static_data_fail3.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_static_fun.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_static_fun.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_static_fun_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_static_fun_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_static_fun_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_static_fun_fail3.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_template.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_template.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_template_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_template_cp.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_template_cp.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_template_cp_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_template_cp_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_template_cp_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_template_cp_fail3.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_template_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_template_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_template_fail3.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_template_fail4.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_type.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_type.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_type_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_type_ct.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_type_ct.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_type_ct_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_type_ct_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_type_ct_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_type_ct_fail3.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_type_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_has_type_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_mem_type.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_mem_type.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_mf_mem_type_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_structs.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_vm_has_template_cp.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_vm_has_template_cp.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_vm_has_template_cp_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_vm_has_template_cp_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_vm_has_template_cp_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_vm_has_template_cp_fail3.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_vm_has_template_cp_fail4.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp.hpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp_compile.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp_fail.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp_fail2.cpp | 6 ++++++
   sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp_fail3.cpp | 6 ++++++
   198 files changed, 1206 insertions(+), 20 deletions(-)

Modified: sandbox/tti/Jamfile.v2
==============================================================================
--- sandbox/tti/Jamfile.v2 (original)
+++ sandbox/tti/Jamfile.v2 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,6 +1,7 @@
-#
-# Copyright 2010
-# Edward Diener
+# (C) Copyright Edward Diener 2010-2011
+# Use, modification and distribution are subject to the Boost Software License,
+# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt).
 #
 # This file is taken from the 'example' sandbox library
 #

Modified: sandbox/tti/Jamroot.jam
==============================================================================
--- sandbox/tti/Jamroot.jam (original)
+++ sandbox/tti/Jamroot.jam 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,6 +1,7 @@
-#
-# Copyright (c) 2010
-# Edward Diener
+# (C) Copyright Edward Diener 2010-2011
+# Use, modification and distribution are subject to the Boost Software License,
+# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt).
 #
 # This file is taken from the 'example' sandbox library
 #

Modified: sandbox/tti/boost/tti/comp_mem_fun.hpp
==============================================================================
--- sandbox/tti/boost/tti/comp_mem_fun.hpp (original)
+++ sandbox/tti/boost/tti/comp_mem_fun.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_COMP_MEM_FUN_HPP)
 #define TTI_COMP_MEM_FUN_HPP
 

Modified: sandbox/tti/boost/tti/comp_static_mem_fun.hpp
==============================================================================
--- sandbox/tti/boost/tti/comp_static_mem_fun.hpp (original)
+++ sandbox/tti/boost/tti/comp_static_mem_fun.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_COMP_STATIC_MEM_FUN_HPP)
 #define TTI_COMP_STATIC_MEM_FUN_HPP
 

Modified: sandbox/tti/boost/tti/detail/dcomp_mem_fun.hpp
==============================================================================
--- sandbox/tti/boost/tti/detail/dcomp_mem_fun.hpp (original)
+++ sandbox/tti/boost/tti/detail/dcomp_mem_fun.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_DETAIL_COMP_MEM_FUN_HPP)
 #define TTI_DETAIL_COMP_MEM_FUN_HPP
 

Modified: sandbox/tti/boost/tti/detail/dcomp_static_mem_fun.hpp
==============================================================================
--- sandbox/tti/boost/tti/detail/dcomp_static_mem_fun.hpp (original)
+++ sandbox/tti/boost/tti/detail/dcomp_static_mem_fun.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_DETAIL_COMP_STATIC_MEM_FUN_HPP)
 #define TTI_DETAIL_COMP_STATIC_MEM_FUN_HPP
 

Modified: sandbox/tti/boost/tti/detail/dmem_data.hpp
==============================================================================
--- sandbox/tti/boost/tti/detail/dmem_data.hpp (original)
+++ sandbox/tti/boost/tti/detail/dmem_data.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_DETAIL_MEM_DATA_HPP)
 #define TTI_DETAIL_MEM_DATA_HPP
 

Modified: sandbox/tti/boost/tti/detail/dmem_fun.hpp
==============================================================================
--- sandbox/tti/boost/tti/detail/dmem_fun.hpp (original)
+++ sandbox/tti/boost/tti/detail/dmem_fun.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_DETAIL_MEM_FUN_HPP)
 #define TTI_DETAIL_MEM_FUN_HPP
 

Modified: sandbox/tti/boost/tti/detail/dmem_type.hpp
==============================================================================
--- sandbox/tti/boost/tti/detail/dmem_type.hpp (original)
+++ sandbox/tti/boost/tti/detail/dmem_type.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_DETAIL_MEM_TYPE_HPP)
 #define TTI_DETAIL_MEM_TYPE_HPP
 

Modified: sandbox/tti/boost/tti/detail/dnotype.hpp
==============================================================================
--- sandbox/tti/boost/tti/detail/dnotype.hpp (original)
+++ sandbox/tti/boost/tti/detail/dnotype.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_DETAIL_NOTYPE_HPP)
 #define TTI_DETAIL_NOTYPE_HPP
 

Modified: sandbox/tti/boost/tti/detail/dptmf.hpp
==============================================================================
--- sandbox/tti/boost/tti/detail/dptmf.hpp (original)
+++ sandbox/tti/boost/tti/detail/dptmf.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_DETAIL_PTMF_HPP)
 #define TTI_DETAIL_PTMF_HPP
 

Modified: sandbox/tti/boost/tti/detail/dstatic_mem_data.hpp
==============================================================================
--- sandbox/tti/boost/tti/detail/dstatic_mem_data.hpp (original)
+++ sandbox/tti/boost/tti/detail/dstatic_mem_data.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_DETAIL_STATIC_MEM_DATA_HPP)
 #define TTI_DETAIL_STATIC_MEM_DATA_HPP
 

Modified: sandbox/tti/boost/tti/detail/dstatic_mem_fun.hpp
==============================================================================
--- sandbox/tti/boost/tti/detail/dstatic_mem_fun.hpp (original)
+++ sandbox/tti/boost/tti/detail/dstatic_mem_fun.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_DETAIL_STATIC_MEM_FUN_HPP)
 #define TTI_DETAIL_STATIC_MEM_FUN_HPP
 

Modified: sandbox/tti/boost/tti/detail/dtemplate_params.hpp
==============================================================================
--- sandbox/tti/boost/tti/detail/dtemplate_params.hpp (original)
+++ sandbox/tti/boost/tti/detail/dtemplate_params.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_DETAIL_TEMPLATE_PARAMS_HPP)
 #define TTI_DETAIL_TEMPLATE_PARAMS_HPP
 

Modified: sandbox/tti/boost/tti/detail/dtfunction.hpp
==============================================================================
--- sandbox/tti/boost/tti/detail/dtfunction.hpp (original)
+++ sandbox/tti/boost/tti/detail/dtfunction.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_DETAIL_TFUNCTION_HPP)
 #define TTI_DETAIL_TFUNCTION_HPP
 

Modified: sandbox/tti/boost/tti/detail/dtself.hpp
==============================================================================
--- sandbox/tti/boost/tti/detail/dtself.hpp (original)
+++ sandbox/tti/boost/tti/detail/dtself.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_DETAIL_TSELF_HPP)
 #define TTI_DETAIL_TSELF_HPP
 

Modified: sandbox/tti/boost/tti/detail/dtype.hpp
==============================================================================
--- sandbox/tti/boost/tti/detail/dtype.hpp (original)
+++ sandbox/tti/boost/tti/detail/dtype.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_DETAIL_TYPE_HPP)
 #define TTI_DETAIL_TYPE_HPP
 

Modified: sandbox/tti/boost/tti/detail/dvm_template_params.hpp
==============================================================================
--- sandbox/tti/boost/tti/detail/dvm_template_params.hpp (original)
+++ sandbox/tti/boost/tti/detail/dvm_template_params.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_VM_DETAIL_TEMPLATE_PARAMS_HPP)
 #define TTI_VM_DETAIL_TEMPLATE_PARAMS_HPP
 

Modified: sandbox/tti/boost/tti/gen/comp_mem_fun_gen.hpp
==============================================================================
--- sandbox/tti/boost/tti/gen/comp_mem_fun_gen.hpp (original)
+++ sandbox/tti/boost/tti/gen/comp_mem_fun_gen.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_COMP_MEM_FUN_GEN_HPP)
 #define TTI_COMP_MEM_FUN_GEN_HPP
 

Modified: sandbox/tti/boost/tti/gen/comp_static_mem_fun_gen.hpp
==============================================================================
--- sandbox/tti/boost/tti/gen/comp_static_mem_fun_gen.hpp (original)
+++ sandbox/tti/boost/tti/gen/comp_static_mem_fun_gen.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_COMP_STATIC_MEM_FUN_GEN_HPP)
 #define TTI_COMP_STATIC_MEM_FUN_GEN_HPP
 

Modified: sandbox/tti/boost/tti/gen/mem_data_gen.hpp
==============================================================================
--- sandbox/tti/boost/tti/gen/mem_data_gen.hpp (original)
+++ sandbox/tti/boost/tti/gen/mem_data_gen.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_MEMBER_DATA_GEN_HPP)
 #define TTI_MEMBER_DATA_GEN_HPP
 

Modified: sandbox/tti/boost/tti/gen/mem_fun_gen.hpp
==============================================================================
--- sandbox/tti/boost/tti/gen/mem_fun_gen.hpp (original)
+++ sandbox/tti/boost/tti/gen/mem_fun_gen.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_MEMBER_FUNCTION_GEN_HPP)
 #define TTI_MEMBER_FUNCTION_GEN_HPP
 

Modified: sandbox/tti/boost/tti/gen/mem_type_gen.hpp
==============================================================================
--- sandbox/tti/boost/tti/gen/mem_type_gen.hpp (original)
+++ sandbox/tti/boost/tti/gen/mem_type_gen.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_MEMBER_TYPE_GEN_HPP)
 #define TTI_MEMBER_TYPE_GEN_HPP
 

Modified: sandbox/tti/boost/tti/gen/namespace_gen.hpp
==============================================================================
--- sandbox/tti/boost/tti/gen/namespace_gen.hpp (original)
+++ sandbox/tti/boost/tti/gen/namespace_gen.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_NAMESPACE_GEN_HPP)
 #define TTI_NAMESPACE_GEN_HPP
 

Modified: sandbox/tti/boost/tti/gen/static_mem_data_gen.hpp
==============================================================================
--- sandbox/tti/boost/tti/gen/static_mem_data_gen.hpp (original)
+++ sandbox/tti/boost/tti/gen/static_mem_data_gen.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_STATIC_MEMBER_DATA_GEN_HPP)
 #define TTI_STATIC_MEMBER_DATA_GEN_HPP
 

Modified: sandbox/tti/boost/tti/gen/static_mem_fun_gen.hpp
==============================================================================
--- sandbox/tti/boost/tti/gen/static_mem_fun_gen.hpp (original)
+++ sandbox/tti/boost/tti/gen/static_mem_fun_gen.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_STATIC_MEMBER_FUNCTION_GEN_HPP)
 #define TTI_STATIC_MEMBER_FUNCTION_GEN_HPP
 

Modified: sandbox/tti/boost/tti/gen/template_gen.hpp
==============================================================================
--- sandbox/tti/boost/tti/gen/template_gen.hpp (original)
+++ sandbox/tti/boost/tti/gen/template_gen.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_TEMPLATE_GEN_HPP)
 #define TTI_TEMPLATE_GEN_HPP
 

Modified: sandbox/tti/boost/tti/gen/template_params_gen.hpp
==============================================================================
--- sandbox/tti/boost/tti/gen/template_params_gen.hpp (original)
+++ sandbox/tti/boost/tti/gen/template_params_gen.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_TEMPLATE_PARAMS_GEN_HPP)
 #define TTI_TEMPLATE_PARAMS_GEN_HPP
 

Modified: sandbox/tti/boost/tti/gen/trait_gen.hpp
==============================================================================
--- sandbox/tti/boost/tti/gen/trait_gen.hpp (original)
+++ sandbox/tti/boost/tti/gen/trait_gen.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_TRAIT_GEN_HPP)
 #define TTI_TRAIT_GEN_HPP
 

Modified: sandbox/tti/boost/tti/gen/type_gen.hpp
==============================================================================
--- sandbox/tti/boost/tti/gen/type_gen.hpp (original)
+++ sandbox/tti/boost/tti/gen/type_gen.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_TYPE_GEN_HPP)
 #define TTI_TYPE_GEN_HPP
 

Modified: sandbox/tti/boost/tti/gen/vm_template_params_gen.hpp
==============================================================================
--- sandbox/tti/boost/tti/gen/vm_template_params_gen.hpp (original)
+++ sandbox/tti/boost/tti/gen/vm_template_params_gen.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_VM_TEMPLATE_PARAMS_GEN_HPP)
 #define TTI_VM_TEMPLATE_PARAMS_GEN_HPP
 

Modified: sandbox/tti/boost/tti/mem_data.hpp
==============================================================================
--- sandbox/tti/boost/tti/mem_data.hpp (original)
+++ sandbox/tti/boost/tti/mem_data.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_MEMBER_DATA_HPP)
 #define TTI_MEMBER_DATA_HPP
 

Modified: sandbox/tti/boost/tti/mem_fun.hpp
==============================================================================
--- sandbox/tti/boost/tti/mem_fun.hpp (original)
+++ sandbox/tti/boost/tti/mem_fun.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_MEMBER_FUNCTION_HPP)
 #define TTI_MEMBER_FUNCTION_HPP
 

Modified: sandbox/tti/boost/tti/mem_type.hpp
==============================================================================
--- sandbox/tti/boost/tti/mem_type.hpp (original)
+++ sandbox/tti/boost/tti/mem_type.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_MEMBER_TYPE_HPP)
 #define TTI_MEMBER_TYPE_HPP
   

Modified: sandbox/tti/boost/tti/mf/mf_mem_data.hpp
==============================================================================
--- sandbox/tti/boost/tti/mf/mf_mem_data.hpp (original)
+++ sandbox/tti/boost/tti/mf/mf_mem_data.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_MF_MEMBER_DATA_HPP)
 #define TTI_MF_MEMBER_DATA_HPP
 

Modified: sandbox/tti/boost/tti/mf/mf_mem_fun.hpp
==============================================================================
--- sandbox/tti/boost/tti/mf/mf_mem_fun.hpp (original)
+++ sandbox/tti/boost/tti/mf/mf_mem_fun.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_MF_MEMBER_FUNCTION_HPP)
 #define TTI_MF_MEMBER_FUNCTION_HPP
 

Modified: sandbox/tti/boost/tti/mf/mf_mem_type.hpp
==============================================================================
--- sandbox/tti/boost/tti/mf/mf_mem_type.hpp (original)
+++ sandbox/tti/boost/tti/mf/mf_mem_type.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_MF_MEMBER_TYPE_HPP)
 #define TTI_MF_MEMBER_TYPE_HPP
   

Modified: sandbox/tti/boost/tti/mf/mf_static_mem_data.hpp
==============================================================================
--- sandbox/tti/boost/tti/mf/mf_static_mem_data.hpp (original)
+++ sandbox/tti/boost/tti/mf/mf_static_mem_data.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_MF_STATIC_MEMBER_DATA_HPP)
 #define TTI_MF_STATIC_MEMBER_DATA_HPP
 

Modified: sandbox/tti/boost/tti/mf/mf_static_mem_fun.hpp
==============================================================================
--- sandbox/tti/boost/tti/mf/mf_static_mem_fun.hpp (original)
+++ sandbox/tti/boost/tti/mf/mf_static_mem_fun.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_MF_STATIC_MEMBER_FUNCTION_HPP)
 #define TTI_MF_STATIC_MEMBER_FUNCTION_HPP
 

Modified: sandbox/tti/boost/tti/mf/mf_template.hpp
==============================================================================
--- sandbox/tti/boost/tti/mf/mf_template.hpp (original)
+++ sandbox/tti/boost/tti/mf/mf_template.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_MF_TEMPLATE_HPP)
 #define TTI_MF_TEMPLATE_HPP
 

Modified: sandbox/tti/boost/tti/mf/mf_template_params.hpp
==============================================================================
--- sandbox/tti/boost/tti/mf/mf_template_params.hpp (original)
+++ sandbox/tti/boost/tti/mf/mf_template_params.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_MF_TEMPLATE_PARAMS_HPP)
 #define TTI_MF_TEMPLATE_PARAMS_HPP
 

Modified: sandbox/tti/boost/tti/mf/mf_type.hpp
==============================================================================
--- sandbox/tti/boost/tti/mf/mf_type.hpp (original)
+++ sandbox/tti/boost/tti/mf/mf_type.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_MF_TYPE_HPP)
 #define TTI_MF_TYPE_HPP
 

Modified: sandbox/tti/boost/tti/static_mem_data.hpp
==============================================================================
--- sandbox/tti/boost/tti/static_mem_data.hpp (original)
+++ sandbox/tti/boost/tti/static_mem_data.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_STATIC_MEMBER_DATA_HPP)
 #define TTI_STATIC_MEMBER_DATA_HPP
 

Modified: sandbox/tti/boost/tti/static_mem_fun.hpp
==============================================================================
--- sandbox/tti/boost/tti/static_mem_fun.hpp (original)
+++ sandbox/tti/boost/tti/static_mem_fun.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_STATIC_MEMBER_FUNCTION_HPP)
 #define TTI_STATIC_MEMBER_FUNCTION_HPP
 

Modified: sandbox/tti/boost/tti/template.hpp
==============================================================================
--- sandbox/tti/boost/tti/template.hpp (original)
+++ sandbox/tti/boost/tti/template.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_TEMPLATE_HPP)
 #define TTI_TEMPLATE_HPP
 

Modified: sandbox/tti/boost/tti/template_params.hpp
==============================================================================
--- sandbox/tti/boost/tti/template_params.hpp (original)
+++ sandbox/tti/boost/tti/template_params.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_TEMPLATE_PARAMS_HPP)
 #define TTI_TEMPLATE_PARAMS_HPP
 

Modified: sandbox/tti/boost/tti/tti.hpp
==============================================================================
--- sandbox/tti/boost/tti/tti.hpp (original)
+++ sandbox/tti/boost/tti/tti.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TT_INTROSPECTION_HPP)
 #define TT_INTROSPECTION_HPP
 

Modified: sandbox/tti/boost/tti/tti_vm.hpp
==============================================================================
--- sandbox/tti/boost/tti/tti_vm.hpp (original)
+++ sandbox/tti/boost/tti/tti_vm.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TT_INTROSPECTION_VM_HPP)
 #define TT_INTROSPECTION_VM_HPP
 

Modified: sandbox/tti/boost/tti/type.hpp
==============================================================================
--- sandbox/tti/boost/tti/type.hpp (original)
+++ sandbox/tti/boost/tti/type.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_TYPE_HPP)
 #define TTI_TYPE_HPP
 

Modified: sandbox/tti/boost/tti/vm_template_params.hpp
==============================================================================
--- sandbox/tti/boost/tti/vm_template_params.hpp (original)
+++ sandbox/tti/boost/tti/vm_template_params.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TTI_VM_TEMPLATE_PARAMS_HPP)
 #define TTI_VM_TEMPLATE_PARAMS_HPP
 

Modified: sandbox/tti/libs/tti/doc/Jamfile.v2
==============================================================================
--- sandbox/tti/libs/tti/doc/Jamfile.v2 (original)
+++ sandbox/tti/libs/tti/doc/Jamfile.v2 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,7 +1,9 @@
-# TypeTraitsIntrospection documentation Jamfile
+# (C) Copyright Edward Diener 2011
+# Use, modification and distribution are subject to the 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) 2010
-# Edward Diener
+# TypeTraitsIntrospection documentation Jamfile
 #
 
 using quickbook ;
@@ -74,7 +76,7 @@
     <doxygen:param>SHOW_INCLUDE_FILES=NO
     <doxygen:param>MAX_INITIALIZER_LINES=0
     <doxygen:param>VERBATIM_HEADERS=NO
- <reftitle>"Type Traits Introspection Reference"
+ <reftitle>"Reference"
 ;
 
 xml tti

Modified: sandbox/tti/libs/tti/doc/TypeTraitsIntrospection.pdf
==============================================================================
Binary files. No diff available.

Modified: sandbox/tti/libs/tti/doc/tti.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,10 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [library The Type Traits Introspection Library
     [quickbook 1.5]
     [version 1.4]

Modified: sandbox/tti/libs/tti/doc/tti_acknowledgements.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_acknowledgements.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_acknowledgements.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,10 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [section:tti_acknowledgments Acknowledgments]
 
 The TTI library came out of my effort to take the

Modified: sandbox/tti/libs/tti/doc/tti_detail.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_detail.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_detail.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,10 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [section:tti_detail Macro Metafunctions]
 
 The TTI library uses macros to create metafunctions, in the boost::tti namespace,

Modified: sandbox/tti/libs/tti/doc/tti_func_templates.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_func_templates.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_func_templates.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,10 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [section:tti_func_templates Introspecting Function Templates]
 
 The one nested element which the TTI library does not introspect is

Modified: sandbox/tti/libs/tti/doc/tti_functionality.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_functionality.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_functionality.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,10 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [section:tti_functionality General Functionality]
 
 The elements about which a template metaprogrammer might be interested in finding

Modified: sandbox/tti/libs/tti/doc/tti_history.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_history.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_history.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,10 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [section:tti_history History]
 
 [heading Version 1.4]

Modified: sandbox/tti/libs/tti/doc/tti_index.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_index.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_index.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1 +1,8 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 '''<index/>'''

Modified: sandbox/tti/libs/tti/doc/tti_introduction.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_introduction.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_introduction.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,10 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [section:tti_intro Introduction]
 
 Welcome to the Type Traits Introspection library version 1.4.

Modified: sandbox/tti/libs/tti/doc/tti_meta_classes.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_meta_classes.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_meta_classes.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,10 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [section:tti_metaclasses Macro Metafunctions as Metadata]
 
 As specified in the Boost MPL library, there are two ways to pass metafunctions

Modified: sandbox/tti/libs/tti/doc/tti_metafunctions.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_metafunctions.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_metafunctions.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,10 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [section:tti_metafunctions Nullary Type Metafunctions]
 
 The macro metafunctions provide a complete set of functionality for

Modified: sandbox/tti/libs/tti/doc/tti_nested_type.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_nested_type.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_nested_type.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,10 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [section:tti_nested_type Nested Types]
 
 [heading The problem]
@@ -172,10 +179,10 @@
 The using of `BOOST_TTI_MEMBER_TYPE` to create a nested type which may or may not exist, and which can
 subsequently be used with our macro metafunctions whenever a nested type is required, without producing
 a compiler error when the type does not actually exist, is the main reason we have separate
-but similar functionality among our macro metafunctions to determine whether a member data, a member function, or a static member
+but similar functionality among our macro metafunctions to determine whether a member function or a static member
 function exists within an enclosing type.
 
-In the more general case, when using `BOOST_TTI_HAS_MEMBER` and `BOOST_TTI_HAS_STATIC_MEMBER`,
+In the more general case, when using `BOOST_TTI_HAS_COMP_MEMBER_FUNCTION` and `BOOST_TTI_HAS_COMP_STATIC_MEMBER_FUNCTION`,
 the signature for the member function and the static member function is a composite type. This makes
 for a syntactical notation which is easy to specify, but because of that composite type notation we
 can not use the nested type functionality in `BOOST_TTI_MEMBER_TYPE` very easily. But

Modified: sandbox/tti/libs/tti/doc/tti_reference.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_reference.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_reference.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1 +1,8 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [xinclude tti_reference.xml]

Modified: sandbox/tti/libs/tti/doc/tti_terminology.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_terminology.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_terminology.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,10 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [section:tti_terminology Terminology]
 
 The term "enclosing type" refers to the type which is being introspected.

Modified: sandbox/tti/libs/tti/doc/tti_tests.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_tests.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_tests.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,10 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [section:tti_tests Testing TTI]
 
 In the libs/tti/test subdirectory there is a jamfile

Modified: sandbox/tti/libs/tti/doc/tti_to_do.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_to_do.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_to_do.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,10 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [section:tti_todo ToDo]
 
 * Improve tests

Modified: sandbox/tti/libs/tti/doc/tti_using_mm.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_using_mm.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_using_mm.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,10 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [section:tti_usingMM Using the Macro Metafunctions]
 [#sectti_usingMM]
 

Modified: sandbox/tti/libs/tti/doc/tti_using_ntm.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_using_ntm.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_using_ntm.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,10 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [section:tti_usingNTM Using the Nullary Type Metafunctions]
 [#sectti_usingNTM]
 

Modified: sandbox/tti/libs/tti/doc/tti_why.qbk
==============================================================================
--- sandbox/tti/libs/tti/doc/tti_why.qbk (original)
+++ sandbox/tti/libs/tti/doc/tti_why.qbk 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,10 @@
+[/
+ (C) Copyright Edward Diener 2011
+ Use, modification and distribution are subject to the Boost Software License,
+ Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt).
+]
+
 [section:tti_reason Why the TTI Library ?]
 
 In the Boost Type Traits library there is compile time functionality for

Modified: sandbox/tti/libs/tti/test/Jamfile.v2
==============================================================================
--- sandbox/tti/libs/tti/test/Jamfile.v2 (original)
+++ sandbox/tti/libs/tti/test/Jamfile.v2 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,22 +1,22 @@
-# Tti testing Jamfile
+# (C) Copyright Edward Diener 2011
+# Use, modification and distribution are subject to the 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) 2010
-# Edward Diener
+# Tti testing Jamfile
 #
 
 import testing ;
 
 project tti_tests : requirements <warnings>on
- <toolset>gcc-4.3.0:<warnings>all
+ <toolset>gcc:<warnings>all
+ <toolset>msvc:<warnings>all
                                  <toolset>gcc-4.3.0:<cxxflags>-Wno-variadic-macros
- <toolset>gcc-4.4.0:<warnings>all
                                  <toolset>gcc-4.4.0:<cxxflags>-Wno-variadic-macros
- <toolset>gcc-4.5.0:<warnings>all
                                  <toolset>gcc-4.5.0:<cxxflags>-Wno-variadic-macros
                                  <toolset>gcc-4.5.0:<linkflags>"-Wl,--enable-auto-import"
- <toolset>gcc-4.5.2:<warnings>all
                                  <toolset>gcc-4.5.2:<cxxflags>-Wno-variadic-macros
- <toolset>msvc:<warnings>all
+ <toolset>gcc-4.6.0:<cxxflags>-Wno-variadic-macros
                                  ;
 
 alias tti

Modified: sandbox/tti/libs/tti/test/test_has_mem_data.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_mem_data.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_mem_data.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_mem_data.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_mem_data.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_mem_data.hpp (original)
+++ sandbox/tti/libs/tti/test/test_has_mem_data.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_HAS_MEMBER_DATA_HPP)
 #define TEST_HAS_MEMBER_DATA_HPP
 

Modified: sandbox/tti/libs/tti/test/test_has_mem_data_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_mem_data_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_mem_data_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_mem_data.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_mem_data_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_mem_data_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_mem_data_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_mem_data.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_mem_data_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_mem_data_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_mem_data_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_mem_data.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_mem_data_fail3.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_mem_data_fail3.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_mem_data_fail3.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_mem_data.hpp"
 
 int main()

Modified: sandbox/tti/libs/tti/test/test_has_mem_fun.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_mem_fun.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_mem_fun.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_mem_fun.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_mem_fun.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_mem_fun.hpp (original)
+++ sandbox/tti/libs/tti/test/test_has_mem_fun.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_HAS_MEMBER_FUNCTION_HPP)
 #define TEST_HAS_MEMBER_FUNCTION_HPP
 

Modified: sandbox/tti/libs/tti/test/test_has_mem_fun_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_mem_fun_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_mem_fun_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_mem_fun.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_mem_fun_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_mem_fun_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_mem_fun_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_mem_fun.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_mem_fun_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_mem_fun_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_mem_fun_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_mem_fun.hpp"
 
 int main()

Modified: sandbox/tti/libs/tti/test/test_has_member.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_member.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_member.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_member.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_member.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_member.hpp (original)
+++ sandbox/tti/libs/tti/test/test_has_member.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_HAS_MEMBER_HPP)
 #define TEST_HAS_MEMBER_HPP
 

Modified: sandbox/tti/libs/tti/test/test_has_member_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_member_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_member_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_member.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_member_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_member_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_member_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_member.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_member_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_member_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_member_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_member.hpp"
 
 int main()

Modified: sandbox/tti/libs/tti/test/test_has_static_mem_data.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_static_mem_data.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_static_mem_data.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_static_mem_data.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_static_mem_data.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_static_mem_data.hpp (original)
+++ sandbox/tti/libs/tti/test/test_has_static_mem_data.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_HAS_STATIC_MEMBER_DATA_HPP)
 #define TEST_HAS_STATIC_MEMBER_DATA_HPP
 

Modified: sandbox/tti/libs/tti/test/test_has_static_mem_data_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_static_mem_data_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_static_mem_data_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_static_mem_data.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_static_mem_data_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_static_mem_data_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_static_mem_data_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_static_mem_data.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_static_mem_data_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_static_mem_data_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_static_mem_data_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_static_mem_data.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_static_mem_data_fail3.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_static_mem_data_fail3.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_static_mem_data_fail3.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_static_mem_data.hpp"
 
 int main()

Modified: sandbox/tti/libs/tti/test/test_has_static_mem_fun.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_static_mem_fun.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_static_mem_fun.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_static_mem_fun.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_static_mem_fun.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_static_mem_fun.hpp (original)
+++ sandbox/tti/libs/tti/test/test_has_static_mem_fun.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_HAS_STATIC_MEMBER_FUNCTION_HPP)
 #define TEST_HAS_STATIC_MEMBER_FUNCTION_HPP
 

Modified: sandbox/tti/libs/tti/test/test_has_static_mem_fun_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_static_mem_fun_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_static_mem_fun_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_static_mem_fun.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_static_mem_fun_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_static_mem_fun_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_static_mem_fun_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_static_mem_fun.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_static_mem_fun_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_static_mem_fun_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_static_mem_fun_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_static_mem_fun.hpp"
 
 int main()

Modified: sandbox/tti/libs/tti/test/test_has_static_member.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_static_member.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_static_member.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_static_member.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_static_member.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_static_member.hpp (original)
+++ sandbox/tti/libs/tti/test/test_has_static_member.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_HAS_STATIC_MEMBER_HPP)
 #define TEST_HAS_STATIC_MEMBER_HPP
 

Modified: sandbox/tti/libs/tti/test/test_has_static_member_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_static_member_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_static_member_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_static_member.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_static_member_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_static_member_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_static_member_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_static_member.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_static_member_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_static_member_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_static_member_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_static_member.hpp"
 
 int main()

Modified: sandbox/tti/libs/tti/test/test_has_template.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_template.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_template.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_template.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_template.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_template.hpp (original)
+++ sandbox/tti/libs/tti/test/test_has_template.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_HAS_TEMPLATE_HPP)
 #define TEST_HAS_TEMPLATE_HPP
 

Modified: sandbox/tti/libs/tti/test/test_has_template_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_template_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_template_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_template.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_template_cp.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_template_cp.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_template_cp.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_template_cp.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_template_cp.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_template_cp.hpp (original)
+++ sandbox/tti/libs/tti/test/test_has_template_cp.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_HAS_TEMPLATE_CHECK_PARAMS_HPP)
 #define TEST_HAS_TEMPLATE_CHECK_PARAMS_HPP
 

Modified: sandbox/tti/libs/tti/test/test_has_template_cp_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_template_cp_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_template_cp_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_template_cp_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_template_cp_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_template_cp_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_template_cp_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_template_cp_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_template_cp_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_template_cp_fail3.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_template_cp_fail3.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_template_cp_fail3.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_template_cp_fail4.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_template_cp_fail4.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_template_cp_fail4.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_template_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_template_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_template_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_template.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_template_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_template_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_template_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_template.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_template_fail3.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_template_fail3.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_template_fail3.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_template.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_template_fail4.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_template_fail4.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_template_fail4.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_template.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_type.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_type.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_type.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_type.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_type.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_type.hpp (original)
+++ sandbox/tti/libs/tti/test/test_has_type.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_HAS_TYPE_HPP)
 #define TEST_HAS_TYPE_HPP
 

Modified: sandbox/tti/libs/tti/test/test_has_type_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_type_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_type_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_type.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_type_ct.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_type_ct.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_type_ct.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_type_ct.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_type_ct.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_type_ct.hpp (original)
+++ sandbox/tti/libs/tti/test/test_has_type_ct.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_HAS_TYPE_CHECK_TYPEDEF_HPP)
 #define TEST_HAS_TYPE_CHECK_TYPEDEF_HPP
 

Modified: sandbox/tti/libs/tti/test/test_has_type_ct_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_type_ct_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_type_ct_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_type_ct.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_type_ct_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_type_ct_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_type_ct_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_type_ct.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_type_ct_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_type_ct_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_type_ct_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_type_ct.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_type_ct_fail3.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_type_ct_fail3.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_type_ct_fail3.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_type_ct.hpp"
 #include <boost/tti/gen/trait_gen.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_type_ct_fail4.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_type_ct_fail4.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_type_ct_fail4.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_type_ct.hpp"
 
 int main()

Modified: sandbox/tti/libs/tti/test/test_has_type_ct_fail5.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_type_ct_fail5.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_type_ct_fail5.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_type_ct.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_type_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_type_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_type_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_type.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_type_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_type_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_type_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_type.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_has_type_fail3.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_has_type_fail3.cpp (original)
+++ sandbox/tti/libs/tti/test/test_has_type_fail3.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_has_type.hpp"
 
 int main()

Modified: sandbox/tti/libs/tti/test/test_mem_type.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mem_type.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mem_type.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mem_type.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mem_type.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mem_type.hpp (original)
+++ sandbox/tti/libs/tti/test/test_mem_type.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_MEMBER_TYPE_HPP)
 #define TEST_MEMBER_TYPE_HPP
 

Modified: sandbox/tti/libs/tti/test/test_mem_type_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mem_type_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mem_type_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mem_type.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_mem_data.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_mem_data.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_mem_data.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_mem_data.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_mem_data.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_mem_data.hpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_mem_data.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_MF_HAS_MEMBER_DATA_HPP)
 #define TEST_MF_HAS_MEMBER_DATA_HPP
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_mem_data_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_mem_data_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_mem_data_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_mem_data.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_mem_data_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_mem_data_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_mem_data_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_mem_data.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_mem_data_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_mem_data_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_mem_data_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_mem_data.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_mem_data_fail3.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_mem_data_fail3.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_mem_data_fail3.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_mem_data.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_mem_fun.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_mem_fun.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_mem_fun.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_mem_fun.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_mem_fun.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_mem_fun.hpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_mem_fun.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_MF_HAS_MEMBER_FUNCTION_HPP)
 #define TEST_MF_HAS_MEMBER_FUNCTION_HPP
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_mem_fun_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_mem_fun_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_mem_fun_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_mem_fun.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_mem_fun_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_mem_fun_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_mem_fun_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_mem_fun.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_mem_fun_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_mem_fun_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_mem_fun_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_mem_fun.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_mem_fun_fail3.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_mem_fun_fail3.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_mem_fun_fail3.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_mem_fun.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_static_data.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_static_data.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_static_data.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_static_data.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_static_data.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_static_data.hpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_static_data.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_MF_HAS_STATIC_DATA_HPP)
 #define TEST_MF_HAS_STATIC_DATA_HPP
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_static_data_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_static_data_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_static_data_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_static_data.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_static_data_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_static_data_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_static_data_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_static_data.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_static_data_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_static_data_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_static_data_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_static_data.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_static_data_fail3.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_static_data_fail3.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_static_data_fail3.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_static_data.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_static_fun.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_static_fun.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_static_fun.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_static_fun.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_static_fun.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_static_fun.hpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_static_fun.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_MF_HAS_STATIC_FUNCTION_HPP)
 #define TEST_MF_HAS_STATIC_FUNCTION_HPP
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_static_fun_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_static_fun_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_static_fun_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_static_fun.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_static_fun_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_static_fun_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_static_fun_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_static_fun.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_static_fun_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_static_fun_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_static_fun_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_static_fun.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_static_fun_fail3.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_static_fun_fail3.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_static_fun_fail3.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_static_fun.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_template.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_template.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_template.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_template.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_template.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_template.hpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_template.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_MF_HAS_TEMPLATE_HPP)
 #define TEST_MF_HAS_TEMPLATE_HPP
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_template_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_template_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_template_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_template.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_template_cp.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_template_cp.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_template_cp.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_template_cp.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_template_cp.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_template_cp.hpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_template_cp.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_MF_HAS_TEMPLATE_CHECK_PARAMS_HPP)
 #define TEST_MF_HAS_TEMPLATE_CHECK_PARAMS_HPP
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_template_cp_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_template_cp_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_template_cp_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_template_cp_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_template_cp_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_template_cp_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_template_cp_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_template_cp_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_template_cp_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_template_cp_fail3.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_template_cp_fail3.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_template_cp_fail3.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_template_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_template_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_template_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_template.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_template_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_template_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_template_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_template.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_template_fail3.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_template_fail3.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_template_fail3.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_template.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_template_fail4.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_template_fail4.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_template_fail4.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_template.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_type.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_type.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_type.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_type.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_type.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_type.hpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_type.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_MF_HAS_TYPE_HPP)
 #define TEST_MF_HAS_TYPE_HPP
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_type_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_type_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_type_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_type.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_type_ct.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_type_ct.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_type_ct.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_type_ct.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_type_ct.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_type_ct.hpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_type_ct.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_MF_HAS_TYPE_CHECK_TYPEDEF_HPP)
 #define TEST_MF_HAS_TYPE_CHECK_TYPEDEF_HPP
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_type_ct_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_type_ct_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_type_ct_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_type_ct.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_type_ct_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_type_ct_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_type_ct_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_type_ct.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_type_ct_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_type_ct_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_type_ct_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_type_ct.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_type_ct_fail3.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_type_ct_fail3.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_type_ct_fail3.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_type_ct.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_type_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_type_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_type_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_type.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_has_type_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_has_type_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_has_type_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_has_type.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_mem_type.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_mem_type.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_mem_type.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_mem_type.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_mf_mem_type.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_mem_type.hpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_mem_type.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_MF_MEMBER_TYPE_HPP)
 #define TEST_MF_MEMBER_TYPE_HPP
 

Modified: sandbox/tti/libs/tti/test/test_mf_mem_type_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_mf_mem_type_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_mf_mem_type_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_mf_mem_type.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_structs.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_structs.hpp (original)
+++ sandbox/tti/libs/tti/test/test_structs.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_STRUCTS_HPP)
 #define TEST_STRUCTS_HPP
 

Modified: sandbox/tti/libs/tti/test/test_vm_has_template_cp.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_vm_has_template_cp.cpp (original)
+++ sandbox/tti/libs/tti/test/test_vm_has_template_cp.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_vm_has_template_cp.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_vm_has_template_cp.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_vm_has_template_cp.hpp (original)
+++ sandbox/tti/libs/tti/test/test_vm_has_template_cp.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_VM_HAS_TEMPLATE_CHECK_PARAMS_HPP)
 #define TEST_VM_HAS_TEMPLATE_CHECK_PARAMS_HPP
 

Modified: sandbox/tti/libs/tti/test/test_vm_has_template_cp_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_vm_has_template_cp_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_vm_has_template_cp_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_vm_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_vm_has_template_cp_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_vm_has_template_cp_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_vm_has_template_cp_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_vm_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_vm_has_template_cp_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_vm_has_template_cp_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_vm_has_template_cp_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_vm_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_vm_has_template_cp_fail3.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_vm_has_template_cp_fail3.cpp (original)
+++ sandbox/tti/libs/tti/test/test_vm_has_template_cp_fail3.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_vm_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_vm_has_template_cp_fail4.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_vm_has_template_cp_fail4.cpp (original)
+++ sandbox/tti/libs/tti/test/test_vm_has_template_cp_fail4.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_vm_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp.cpp (original)
+++ sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_vm_mf_has_template_cp.hpp"
 #include <boost/detail/lightweight_test.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp.hpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp.hpp (original)
+++ sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp.hpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #if !defined(TEST_VM_MF_HAS_TEMPLATE_CHECK_PARAMS_HPP)
 #define TEST_VM_MF_HAS_TEMPLATE_CHECK_PARAMS_HPP
 

Modified: sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp_compile.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp_compile.cpp (original)
+++ sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp_compile.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_vm_mf_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp_fail.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp_fail.cpp (original)
+++ sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp_fail.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_vm_mf_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp_fail2.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp_fail2.cpp (original)
+++ sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp_fail2.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_vm_mf_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 

Modified: sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp_fail3.cpp
==============================================================================
--- sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp_fail3.cpp (original)
+++ sandbox/tti/libs/tti/test/test_vm_mf_has_template_cp_fail3.cpp 2011-06-25 09:54:58 EDT (Sat, 25 Jun 2011)
@@ -1,3 +1,9 @@
+
+// (C) Copyright Edward Diener 2011
+// Use, modification and distribution are subject to the Boost Software License,
+// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt).
+
 #include "test_vm_mf_has_template_cp.hpp"
 #include <boost/mpl/assert.hpp>
 


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