diff --git a/build/build.xml b/build/build.xml index 08b22f8..4f05588 100644 --- a/build/build.xml +++ b/build/build.xml @@ -153,6 +153,9 @@ + + + diff --git a/test/bench_0_class.cpp b/test/bench_0_class.cpp index 074214f..88ea541 100644 --- a/test/bench_0_class.cpp +++ b/test/bench_0_class.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #include diff --git a/test/bench_0_class_10_max_args.cpp b/test/bench_0_class_10_max_args.cpp index 3a8cdd7..1f4c699 100644 --- a/test/bench_0_class_10_max_args.cpp +++ b/test/bench_0_class_10_max_args.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #define MOCK_MAX_ARGS 10 #include diff --git a/test/bench_0_class_20_max_args.cpp b/test/bench_0_class_20_max_args.cpp index 7772e35..6070b61 100644 --- a/test/bench_0_class_20_max_args.cpp +++ b/test/bench_0_class_20_max_args.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #define MOCK_MAX_ARGS 20 #include diff --git a/test/bench_0_class_30_max_args.cpp b/test/bench_0_class_30_max_args.cpp index 63733e3..3536d2e 100644 --- a/test/bench_0_class_30_max_args.cpp +++ b/test/bench_0_class_30_max_args.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #define MOCK_MAX_ARGS 30 #include diff --git a/test/bench_30_classes_30_methods_30_args_30_max_args.cpp b/test/bench_30_classes_30_methods_30_args_30_max_args.cpp index 946ade7..8b66908 100644 --- a/test/bench_30_classes_30_methods_30_args_30_max_args.cpp +++ b/test/bench_30_classes_30_methods_30_args_30_max_args.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #define MOCK_MAX_ARGS 30 #include diff --git a/test/bench_30_classes_30_methods_9_args.cpp b/test/bench_30_classes_30_methods_9_args.cpp index 79a75a1..20f430e 100644 --- a/test/bench_30_classes_30_methods_9_args.cpp +++ b/test/bench_30_classes_30_methods_9_args.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #include #ifdef _MSC_VER diff --git a/test/bench_30_classes_30_methods_9_args_10_max_args.cpp b/test/bench_30_classes_30_methods_9_args_10_max_args.cpp index 123dfce..4b13596 100644 --- a/test/bench_30_classes_30_methods_9_args_10_max_args.cpp +++ b/test/bench_30_classes_30_methods_9_args_10_max_args.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #define MOCK_MAX_ARGS 10 #include diff --git a/test/bench_30_classes_30_methods_9_args_20_max_args.cpp b/test/bench_30_classes_30_methods_9_args_20_max_args.cpp index b531201..a3f00d9 100644 --- a/test/bench_30_classes_30_methods_9_args_20_max_args.cpp +++ b/test/bench_30_classes_30_methods_9_args_20_max_args.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #define MOCK_MAX_ARGS 20 #include diff --git a/test/bench_30_classes_30_methods_9_args_30_max_args.cpp b/test/bench_30_classes_30_methods_9_args_30_max_args.cpp index c6eb742..a9f10c2 100644 --- a/test/bench_30_classes_30_methods_9_args_30_max_args.cpp +++ b/test/bench_30_classes_30_methods_9_args_30_max_args.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #define MOCK_MAX_ARGS 30 #include diff --git a/test/mock_error.hpp b/test/mock_error.hpp index 06e2b79..e09c04e 100644 --- a/test/mock_error.hpp +++ b/test/mock_error.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_TEST_MOCK_ERROR_HPP_INCLUDED #define MOCK_TEST_MOCK_ERROR_HPP_INCLUDED diff --git a/test/test_args.cpp b/test/test_args.cpp index 33cc863..dac6dbd 100644 --- a/test/test_args.cpp +++ b/test/test_args.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2009 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #include #include diff --git a/test/test_constraints.cpp b/test/test_constraints.cpp index 67973d8..86cf49a 100644 --- a/test/test_constraints.cpp +++ b/test/test_constraints.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #include #include diff --git a/test/test_error.cpp b/test/test_error.cpp index 86cd02a..3808e2c 100644 --- a/test/test_error.cpp +++ b/test/test_error.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #include #include diff --git a/test/test_function.cpp b/test/test_function.cpp index 2ca088a..3528b00 100644 --- a/test/test_function.cpp +++ b/test/test_function.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #define BOOST_AUTO_TEST_MAIN #include "mock_error.hpp" diff --git a/test/test_integration.cpp b/test/test_integration.cpp index 00b6b3b..f484dc7 100644 --- a/test/test_integration.cpp +++ b/test/test_integration.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #include "mock_error.hpp" #include diff --git a/test/test_invocation.cpp b/test/test_invocation.cpp index d5bb15b..8ae6c25 100644 --- a/test/test_invocation.cpp +++ b/test/test_invocation.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #include #include diff --git a/test/test_is_functor.cpp b/test/test_is_functor.cpp index 2ab24f6..9040e32 100644 --- a/test/test_is_functor.cpp +++ b/test/test_is_functor.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2009 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #include #include diff --git a/test/test_log.cpp b/test/test_log.cpp index 564a51a..31326ab 100644 --- a/test/test_log.cpp +++ b/test/test_log.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #include #include diff --git a/test/test_max_args.cpp b/test/test_max_args.cpp index d956bab..01b2963 100644 --- a/test/test_max_args.cpp +++ b/test/test_max_args.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #include "mock_error.hpp" #include diff --git a/test/test_mock.cpp b/test/test_mock.cpp index cd40f0d..deeab7f 100644 --- a/test/test_mock.cpp +++ b/test/test_mock.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2009 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #include #include diff --git a/test/test_object.cpp b/test/test_object.cpp index 03f3cdf..650ab80 100644 --- a/test/test_object.cpp +++ b/test/test_object.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #include "mock_error.hpp" #include diff --git a/test/test_sequence.cpp b/test/test_sequence.cpp index 6b701e7..181e5fe 100644 --- a/test/test_sequence.cpp +++ b/test/test_sequence.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #include "mock_error.hpp" #include diff --git a/test/test_type_name.cpp b/test/test_type_name.cpp index 172de9e..9db1012 100644 --- a/test/test_type_name.cpp +++ b/test/test_type_name.cpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #include #include diff --git a/turtle/action.hpp b/turtle/action.hpp index 75a172a..abd3780 100644 --- a/turtle/action.hpp +++ b/turtle/action.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_ACTION_HPP_INCLUDED #define MOCK_ACTION_HPP_INCLUDED diff --git a/turtle/args.hpp b/turtle/args.hpp index 6509e9c..82e788c 100644 --- a/turtle/args.hpp +++ b/turtle/args.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2010 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_ARGS_HPP_INCLUDED #define MOCK_ARGS_HPP_INCLUDED diff --git a/turtle/boost_test_error.hpp b/turtle/boost_test_error.hpp index 0659179..25daa62 100644 --- a/turtle/boost_test_error.hpp +++ b/turtle/boost_test_error.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_BOOST_TEST_ERROR_POLICY_HPP_INCLUDED #define MOCK_BOOST_TEST_ERROR_POLICY_HPP_INCLUDED diff --git a/turtle/check.hpp b/turtle/check.hpp index 2f5def6..7a648d0 100644 --- a/turtle/check.hpp +++ b/turtle/check.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_CHECK_HPP_INCLUDED #define MOCK_CHECK_HPP_INCLUDED diff --git a/turtle/child.hpp b/turtle/child.hpp index 7e1d9d2..e49814d 100644 --- a/turtle/child.hpp +++ b/turtle/child.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_CHILD_HPP_INCLUDED #define MOCK_CHILD_HPP_INCLUDED diff --git a/turtle/cleanup.hpp b/turtle/cleanup.hpp index a0ce82c..9ae01f3 100644 --- a/turtle/cleanup.hpp +++ b/turtle/cleanup.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_CLEANUP_HPP_INCLUDED #define MOCK_CLEANUP_HPP_INCLUDED diff --git a/turtle/config.hpp b/turtle/config.hpp index 56a7e08..673ca08 100644 --- a/turtle/config.hpp +++ b/turtle/config.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2009 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_CONFIG_HPP_INCLUDED #define MOCK_CONFIG_HPP_INCLUDED diff --git a/turtle/constraint.hpp b/turtle/constraint.hpp index ccd7fb5..967f6cd 100644 --- a/turtle/constraint.hpp +++ b/turtle/constraint.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_CONSTRAINT_HPP_INCLUDED #define MOCK_CONSTRAINT_HPP_INCLUDED diff --git a/turtle/constraints.hpp b/turtle/constraints.hpp index 4ec698b..9184b41 100644 --- a/turtle/constraints.hpp +++ b/turtle/constraints.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_CONSTRAINTS_HPP_INCLUDED #define MOCK_CONSTRAINTS_HPP_INCLUDED diff --git a/turtle/context.hpp b/turtle/context.hpp index 8d8e3c6..0fd6511 100644 --- a/turtle/context.hpp +++ b/turtle/context.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_CONTEXT_HPP_INCLUDED #define MOCK_CONTEXT_HPP_INCLUDED diff --git a/turtle/default_error.hpp b/turtle/default_error.hpp index 43fe242..274454e 100644 --- a/turtle/default_error.hpp +++ b/turtle/default_error.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_DEFAULT_ERROR_POLICY_HPP_INCLUDED #define MOCK_DEFAULT_ERROR_POLICY_HPP_INCLUDED diff --git a/turtle/error.hpp b/turtle/error.hpp index 97fe374..5ef109e 100644 --- a/turtle/error.hpp +++ b/turtle/error.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_ERROR_HPP_INCLUDED #define MOCK_ERROR_HPP_INCLUDED diff --git a/turtle/expectation.hpp b/turtle/expectation.hpp index 1f72d14..3d9cab5 100644 --- a/turtle/expectation.hpp +++ b/turtle/expectation.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_EXPECTATION_HPP_INCLUDED #define MOCK_EXPECTATION_HPP_INCLUDED diff --git a/turtle/function.hpp b/turtle/function.hpp index db2043f..0e994e4 100644 --- a/turtle/function.hpp +++ b/turtle/function.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_FUNCTION_HPP_INCLUDED #define MOCK_FUNCTION_HPP_INCLUDED diff --git a/turtle/group.hpp b/turtle/group.hpp index a776299..ff4b269 100644 --- a/turtle/group.hpp +++ b/turtle/group.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_GROUP_HPP_INCLUDED #define MOCK_GROUP_HPP_INCLUDED diff --git a/turtle/invocation.hpp b/turtle/invocation.hpp index aeca91c..ec3a061 100644 --- a/turtle/invocation.hpp +++ b/turtle/invocation.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_INVOCATION_HPP_INCLUDED #define MOCK_INVOCATION_HPP_INCLUDED diff --git a/turtle/is_functor.hpp b/turtle/is_functor.hpp index c98dfdc..7a4d6f4 100644 --- a/turtle/is_functor.hpp +++ b/turtle/is_functor.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2009 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_IS_FUNCTOR_HPP_INCLUDED #define MOCK_IS_FUNCTOR_HPP_INCLUDED diff --git a/turtle/lambda.hpp b/turtle/lambda.hpp index 47a64c6..2402056 100644 --- a/turtle/lambda.hpp +++ b/turtle/lambda.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_LAMBDA_HPP_INCLUDED #define MOCK_LAMBDA_HPP_INCLUDED diff --git a/turtle/log.hpp b/turtle/log.hpp index 8629462..e64ba7a 100644 --- a/turtle/log.hpp +++ b/turtle/log.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_LOG_HPP_INCLUDED #define MOCK_LOG_HPP_INCLUDED diff --git a/turtle/mock.hpp b/turtle/mock.hpp index e5b5718..2e23eb5 100644 --- a/turtle/mock.hpp +++ b/turtle/mock.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_MOCK_HPP_INCLUDED #define MOCK_MOCK_HPP_INCLUDED diff --git a/turtle/object.hpp b/turtle/object.hpp index b9fc599..063b199 100644 --- a/turtle/object.hpp +++ b/turtle/object.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_OBJECT_HPP_INCLUDED #define MOCK_OBJECT_HPP_INCLUDED diff --git a/turtle/operators.hpp b/turtle/operators.hpp index a0dcdbe..89fb166 100644 --- a/turtle/operators.hpp +++ b/turtle/operators.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2010 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_OPERATORS_HPP_INCLUDED #define MOCK_OPERATORS_HPP_INCLUDED diff --git a/turtle/parent.hpp b/turtle/parent.hpp index 9529d6e..96a6c8f 100644 --- a/turtle/parent.hpp +++ b/turtle/parent.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_PARENT_HPP_INCLUDED #define MOCK_PARENT_HPP_INCLUDED diff --git a/turtle/root.hpp b/turtle/root.hpp index 87e803f..0b5a7f5 100644 --- a/turtle/root.hpp +++ b/turtle/root.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_ROOT_HPP_INCLUDED #define MOCK_ROOT_HPP_INCLUDED diff --git a/turtle/sequence.hpp b/turtle/sequence.hpp index 978173f..0a4d68b 100644 --- a/turtle/sequence.hpp +++ b/turtle/sequence.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_SEQUENCE_HPP_INCLUDED #define MOCK_SEQUENCE_HPP_INCLUDED diff --git a/turtle/type_name.hpp b/turtle/type_name.hpp index 6ad2efc..9b25c1f 100644 --- a/turtle/type_name.hpp +++ b/turtle/type_name.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2009 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_TYPE_NAME_HPP_INCLUDED #define MOCK_TYPE_NAME_HPP_INCLUDED diff --git a/turtle/verifiable.hpp b/turtle/verifiable.hpp index 842ce21..f7d59b3 100644 --- a/turtle/verifiable.hpp +++ b/turtle/verifiable.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2008 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_VERIFIABLE_HPP_INCLUDED #define MOCK_VERIFIABLE_HPP_INCLUDED diff --git a/turtle/yes_no_type.hpp b/turtle/yes_no_type.hpp index bb0e0f9..a007f55 100644 --- a/turtle/yes_no_type.hpp +++ b/turtle/yes_no_type.hpp @@ -1,11 +1,10 @@ +// http://turtle.sourceforge.net // // Copyright Mathieu Champlon 2011 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// -// See http://turtle.sf.net for documentation. #ifndef MOCK_YES_NO_TYPE_HPP_INCLUDED #define MOCK_YES_NO_TYPE_HPP_INCLUDED