From 2788ede42ab1dbba29b561eec77f33de2cdc1714 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sat, 28 Jun 2008 13:45:21 +0000 Subject: [PATCH] =?UTF-8?q?With=20his=20kind=20permission,=20change=20Jaak?= =?UTF-8?q?ko=20"J=C3=A4rvi"=20to=20"Jarvi"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [SVN r46808] --- include/boost/lambda/algorithm.hpp | 2 +- include/boost/lambda/bind.hpp | 2 +- include/boost/lambda/casts.hpp | 2 +- include/boost/lambda/construct.hpp | 2 +- include/boost/lambda/control_structures.hpp | 2 +- include/boost/lambda/core.hpp | 2 +- include/boost/lambda/detail/actions.hpp | 2 +- include/boost/lambda/detail/arity_code.hpp | 2 +- include/boost/lambda/detail/bind_functions.hpp | 2 +- include/boost/lambda/detail/control_constructs_common.hpp | 2 +- include/boost/lambda/detail/control_structures_impl.hpp | 2 +- include/boost/lambda/detail/function_adaptors.hpp | 2 +- include/boost/lambda/detail/is_instance_of.hpp | 2 +- include/boost/lambda/detail/lambda_config.hpp | 2 +- include/boost/lambda/detail/lambda_functor_base.hpp | 2 +- include/boost/lambda/detail/lambda_functors.hpp | 2 +- include/boost/lambda/detail/lambda_fwd.hpp | 2 +- include/boost/lambda/detail/lambda_traits.hpp | 2 +- include/boost/lambda/detail/member_ptr.hpp | 2 +- include/boost/lambda/detail/operator_actions.hpp | 2 +- include/boost/lambda/detail/operator_lambda_func_base.hpp | 2 +- include/boost/lambda/detail/operator_return_type_traits.hpp | 2 +- include/boost/lambda/detail/operators.hpp | 2 +- include/boost/lambda/detail/ret.hpp | 2 +- include/boost/lambda/detail/return_type_traits.hpp | 2 +- include/boost/lambda/detail/select_functions.hpp | 2 +- include/boost/lambda/exceptions.hpp | 2 +- include/boost/lambda/if.hpp | 2 +- include/boost/lambda/lambda.hpp | 2 +- include/boost/lambda/loops.hpp | 2 +- include/boost/lambda/numeric.hpp | 2 +- include/boost/lambda/switch.hpp | 2 +- test/algorithm_test.cpp | 2 +- test/bind_tests_advanced.cpp | 2 +- test/bind_tests_simple.cpp | 2 +- test/bind_tests_simple_f_refs.cpp | 2 +- test/bll_and_function.cpp | 2 +- test/cast_test.cpp | 2 +- test/constructor_tests.cpp | 2 +- test/control_structures.cpp | 2 +- test/exception_test.cpp | 2 +- test/extending_rt_traits.cpp | 2 +- test/is_instance_of_test.cpp | 2 +- test/member_pointer_test.cpp | 2 +- test/operator_tests_simple.cpp | 2 +- test/phoenix_control_structures.cpp | 2 +- test/switch_construct.cpp | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) diff --git a/include/boost/lambda/algorithm.hpp b/include/boost/lambda/algorithm.hpp index 122942b..ced5f4e 100644 --- a/include/boost/lambda/algorithm.hpp +++ b/include/boost/lambda/algorithm.hpp @@ -1,5 +1,5 @@ // -- algorithm.hpp -- Boost Lambda Library ----------------------------------- -// Copyright (C) 2002 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2002 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2002 Gary Powell (gwpowell@hotmail.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/include/boost/lambda/bind.hpp b/include/boost/lambda/bind.hpp index 68da0b6..0371393 100644 --- a/include/boost/lambda/bind.hpp +++ b/include/boost/lambda/bind.hpp @@ -1,6 +1,6 @@ // -- bind.hpp -- Boost Lambda Library -------------------------------------- -// Copyright (C) 1999-2001 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999-2001 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Gary Powell (gwpowell@hotmail.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/include/boost/lambda/casts.hpp b/include/boost/lambda/casts.hpp index cf4701c..a5f6856 100644 --- a/include/boost/lambda/casts.hpp +++ b/include/boost/lambda/casts.hpp @@ -1,7 +1,7 @@ // - casts.hpp -- BLambda Library ------------- // // Copyright (C) 2000 Gary Powell (powellg@amazon.com) -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/construct.hpp b/include/boost/lambda/construct.hpp index b5d5993..f6e5e05 100644 --- a/include/boost/lambda/construct.hpp +++ b/include/boost/lambda/construct.hpp @@ -1,7 +1,7 @@ // - construct.hpp -- Lambda Library ------------- // // Copyright (C) 2000 Gary Powell (powellg@amazon.com) -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/control_structures.hpp b/include/boost/lambda/control_structures.hpp index fac3642..4164104 100644 --- a/include/boost/lambda/control_structures.hpp +++ b/include/boost/lambda/control_structures.hpp @@ -1,5 +1,5 @@ // -- control_structures.hpp -- Boost Lambda Library -------------------------- -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/core.hpp b/include/boost/lambda/core.hpp index bcd8149..e42766f 100644 --- a/include/boost/lambda/core.hpp +++ b/include/boost/lambda/core.hpp @@ -1,7 +1,7 @@ // -- core.hpp -- Boost Lambda Library ------------------------------------- // // Copyright (C) 2000 Gary Powell (powellg@amazon.com) -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/actions.hpp b/include/boost/lambda/detail/actions.hpp index 5464d1a..668799f 100644 --- a/include/boost/lambda/detail/actions.hpp +++ b/include/boost/lambda/detail/actions.hpp @@ -1,6 +1,6 @@ // -- Boost Lambda Library - actions.hpp ---------------------------------- -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/arity_code.hpp b/include/boost/lambda/detail/arity_code.hpp index 6afd847..bed34b9 100644 --- a/include/boost/lambda/detail/arity_code.hpp +++ b/include/boost/lambda/detail/arity_code.hpp @@ -1,6 +1,6 @@ // -- Boost Lambda Library ------------------------------------------------- -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/bind_functions.hpp b/include/boost/lambda/detail/bind_functions.hpp index b76507b..f85513c 100644 --- a/include/boost/lambda/detail/bind_functions.hpp +++ b/include/boost/lambda/detail/bind_functions.hpp @@ -1,6 +1,6 @@ // -- bind_functions.hpp -- Boost Lambda Library // -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/control_constructs_common.hpp b/include/boost/lambda/detail/control_constructs_common.hpp index 4074a85..6826581 100644 --- a/include/boost/lambda/detail/control_constructs_common.hpp +++ b/include/boost/lambda/detail/control_constructs_common.hpp @@ -1,6 +1,6 @@ // Boost Lambda Library -- control_constructs_common.hpp ------------------- -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/include/boost/lambda/detail/control_structures_impl.hpp b/include/boost/lambda/detail/control_structures_impl.hpp index fd69fa5..56f80ac 100644 --- a/include/boost/lambda/detail/control_structures_impl.hpp +++ b/include/boost/lambda/detail/control_structures_impl.hpp @@ -1,6 +1,6 @@ // Boost Lambda Library -- control_structures_impl.hpp --------------------- -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/include/boost/lambda/detail/function_adaptors.hpp b/include/boost/lambda/detail/function_adaptors.hpp index d0a6acf..c30cbc6 100644 --- a/include/boost/lambda/detail/function_adaptors.hpp +++ b/include/boost/lambda/detail/function_adaptors.hpp @@ -1,6 +1,6 @@ // Boost Lambda Library - function_adaptors.hpp ---------------------------- -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/is_instance_of.hpp b/include/boost/lambda/detail/is_instance_of.hpp index e8c9fa5..1dfbd43 100644 --- a/include/boost/lambda/detail/is_instance_of.hpp +++ b/include/boost/lambda/detail/is_instance_of.hpp @@ -1,6 +1,6 @@ // Boost Lambda Library - is_instance_of.hpp --------------------- -// Copyright (C) 2001 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2001 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/lambda_config.hpp b/include/boost/lambda/detail/lambda_config.hpp index c59e3da..9fd1a7b 100644 --- a/include/boost/lambda/detail/lambda_config.hpp +++ b/include/boost/lambda/detail/lambda_config.hpp @@ -1,6 +1,6 @@ // Boost Lambda Library - lambda_config.hpp ------------------------------ -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/lambda_functor_base.hpp b/include/boost/lambda/detail/lambda_functor_base.hpp index 90f5134..652bdda 100644 --- a/include/boost/lambda/detail/lambda_functor_base.hpp +++ b/include/boost/lambda/detail/lambda_functor_base.hpp @@ -1,6 +1,6 @@ // Boost Lambda Library lambda_functor_base.hpp ----------------------------- // -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/lambda_functors.hpp b/include/boost/lambda/detail/lambda_functors.hpp index 5f04297..cb6060e 100644 --- a/include/boost/lambda/detail/lambda_functors.hpp +++ b/include/boost/lambda/detail/lambda_functors.hpp @@ -1,6 +1,6 @@ // Boost Lambda Library - lambda_functors.hpp ------------------------------- -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/lambda_fwd.hpp b/include/boost/lambda/detail/lambda_fwd.hpp index 363c364..a27bfad 100644 --- a/include/boost/lambda/detail/lambda_fwd.hpp +++ b/include/boost/lambda/detail/lambda_fwd.hpp @@ -1,6 +1,6 @@ // lambda_fwd.hpp - Boost Lambda Library ------------------------------- -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/lambda_traits.hpp b/include/boost/lambda/detail/lambda_traits.hpp index 54180a9..9a3a9b3 100644 --- a/include/boost/lambda/detail/lambda_traits.hpp +++ b/include/boost/lambda/detail/lambda_traits.hpp @@ -1,6 +1,6 @@ // - lambda_traits.hpp --- Boost Lambda Library ---------------------------- // -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/member_ptr.hpp b/include/boost/lambda/detail/member_ptr.hpp index f2ff22b..288f70c 100644 --- a/include/boost/lambda/detail/member_ptr.hpp +++ b/include/boost/lambda/detail/member_ptr.hpp @@ -1,6 +1,6 @@ // Boost Lambda Library -- member_ptr.hpp --------------------- -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000 Gary Powell (gary.powell@sierra.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/include/boost/lambda/detail/operator_actions.hpp b/include/boost/lambda/detail/operator_actions.hpp index 79a0d91..949b40f 100644 --- a/include/boost/lambda/detail/operator_actions.hpp +++ b/include/boost/lambda/detail/operator_actions.hpp @@ -1,6 +1,6 @@ // -- operator_actions.hpp - Boost Lambda Library ---------------------- -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/operator_lambda_func_base.hpp b/include/boost/lambda/detail/operator_lambda_func_base.hpp index dfa3d2f..12a6d93 100644 --- a/include/boost/lambda/detail/operator_lambda_func_base.hpp +++ b/include/boost/lambda/detail/operator_lambda_func_base.hpp @@ -1,6 +1,6 @@ // Boost Lambda Library - operator_lambda_func_base.hpp ----------------- // -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/operator_return_type_traits.hpp b/include/boost/lambda/detail/operator_return_type_traits.hpp index 79b422e..913fa86 100644 --- a/include/boost/lambda/detail/operator_return_type_traits.hpp +++ b/include/boost/lambda/detail/operator_return_type_traits.hpp @@ -1,6 +1,6 @@ // operator_return_type_traits.hpp -- Boost Lambda Library ------------------ -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/operators.hpp b/include/boost/lambda/detail/operators.hpp index cbef4a2..4fdece2 100644 --- a/include/boost/lambda/detail/operators.hpp +++ b/include/boost/lambda/detail/operators.hpp @@ -1,6 +1,6 @@ // Boost Lambda Library - operators.hpp -------------------------------------- -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/ret.hpp b/include/boost/lambda/detail/ret.hpp index 9f90b6e..fbd8b3a 100644 --- a/include/boost/lambda/detail/ret.hpp +++ b/include/boost/lambda/detail/ret.hpp @@ -1,6 +1,6 @@ // Boost Lambda Library ret.hpp ----------------------------------------- -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/return_type_traits.hpp b/include/boost/lambda/detail/return_type_traits.hpp index 043a891..d609e52 100644 --- a/include/boost/lambda/detail/return_type_traits.hpp +++ b/include/boost/lambda/detail/return_type_traits.hpp @@ -1,6 +1,6 @@ // return_type_traits.hpp -- Boost Lambda Library --------------------------- -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/detail/select_functions.hpp b/include/boost/lambda/detail/select_functions.hpp index 9e5e71f..956045c 100644 --- a/include/boost/lambda/detail/select_functions.hpp +++ b/include/boost/lambda/detail/select_functions.hpp @@ -1,6 +1,6 @@ // -- select_functions.hpp -- Boost Lambda Library -------------------------- -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/exceptions.hpp b/include/boost/lambda/exceptions.hpp index 799ce42..addb275 100644 --- a/include/boost/lambda/exceptions.hpp +++ b/include/boost/lambda/exceptions.hpp @@ -1,7 +1,7 @@ // -- Boost Lambda Library -- exceptions.hpp ---------------- // // Copyright (C) 2000 Gary Powell (gwpowell@hotmail.com) -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/if.hpp b/include/boost/lambda/if.hpp index aa0bcef..9ee915c 100644 --- a/include/boost/lambda/if.hpp +++ b/include/boost/lambda/if.hpp @@ -1,6 +1,6 @@ // Boost Lambda Library -- if.hpp ------------------------------------------ -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000 Gary Powell (powellg@amazon.com) // Copyright (C) 2001-2002 Joel de Guzman // diff --git a/include/boost/lambda/lambda.hpp b/include/boost/lambda/lambda.hpp index c44aa85..75b06c7 100644 --- a/include/boost/lambda/lambda.hpp +++ b/include/boost/lambda/lambda.hpp @@ -1,5 +1,5 @@ // -- lambda.hpp -- Boost Lambda Library ----------------------------------- -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/lambda/loops.hpp b/include/boost/lambda/loops.hpp index fe1021e..4e9b60b 100644 --- a/include/boost/lambda/loops.hpp +++ b/include/boost/lambda/loops.hpp @@ -1,6 +1,6 @@ // Boost Lambda Library -- loops.hpp ---------------------------------------- -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000 Gary Powell (powellg@amazon.com) // Copyright (c) 2001-2002 Joel de Guzman // diff --git a/include/boost/lambda/numeric.hpp b/include/boost/lambda/numeric.hpp index 3855602..40a95c7 100644 --- a/include/boost/lambda/numeric.hpp +++ b/include/boost/lambda/numeric.hpp @@ -1,5 +1,5 @@ // -- numeric.hpp -- Boost Lambda Library ----------------------------------- -// Copyright (C) 2002 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2002 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2002 Gary Powell (gwpowell@hotmail.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/include/boost/lambda/switch.hpp b/include/boost/lambda/switch.hpp index 9a1b3f9..a2c3bad 100644 --- a/include/boost/lambda/switch.hpp +++ b/include/boost/lambda/switch.hpp @@ -1,7 +1,7 @@ // Boost Lambda Library -- switch.hpp ----------------------------------- // // Copyright (C) 2000 Gary Powell (powellg@amazon.com) -// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 1999, 2000 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/test/algorithm_test.cpp b/test/algorithm_test.cpp index 3f52b93..079b771 100644 --- a/test/algorithm_test.cpp +++ b/test/algorithm_test.cpp @@ -1,6 +1,6 @@ // bll_and_function.cpp - The Boost Lambda Library ----------------------- // -// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/test/bind_tests_advanced.cpp b/test/bind_tests_advanced.cpp index ae15e08..17afe10 100644 --- a/test/bind_tests_advanced.cpp +++ b/test/bind_tests_advanced.cpp @@ -1,6 +1,6 @@ // bind_tests_advanced.cpp -- The Boost Lambda Library ------------------ // -// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/test/bind_tests_simple.cpp b/test/bind_tests_simple.cpp index 59b6f95..c7e273f 100644 --- a/test/bind_tests_simple.cpp +++ b/test/bind_tests_simple.cpp @@ -1,6 +1,6 @@ // bind_tests_simple.cpp -- The Boost Lambda Library ------------------ // -// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/test/bind_tests_simple_f_refs.cpp b/test/bind_tests_simple_f_refs.cpp index b2a1d68..9f3b41e 100644 --- a/test/bind_tests_simple_f_refs.cpp +++ b/test/bind_tests_simple_f_refs.cpp @@ -1,6 +1,6 @@ // bind_tests_simple.cpp -- The Boost Lambda Library ------------------ // -// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/test/bll_and_function.cpp b/test/bll_and_function.cpp index e638f0a..03bcc3e 100644 --- a/test/bll_and_function.cpp +++ b/test/bll_and_function.cpp @@ -1,6 +1,6 @@ // bll_and_function.cpp - The Boost Lambda Library ----------------------- // -// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/test/cast_test.cpp b/test/cast_test.cpp index de1009a..941b42f 100644 --- a/test/cast_test.cpp +++ b/test/cast_test.cpp @@ -1,6 +1,6 @@ // cast_tests.cpp -- The Boost Lambda Library ------------------ // -// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/test/constructor_tests.cpp b/test/constructor_tests.cpp index ddd6723..0b77500 100644 --- a/test/constructor_tests.cpp +++ b/test/constructor_tests.cpp @@ -1,6 +1,6 @@ // constructor_tests.cpp -- The Boost Lambda Library ------------------ // -// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/test/control_structures.cpp b/test/control_structures.cpp index b46e5ab..12eabf8 100644 --- a/test/control_structures.cpp +++ b/test/control_structures.cpp @@ -1,6 +1,6 @@ // -- control_structures.cpp -- The Boost Lambda Library ------------------ // -// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/test/exception_test.cpp b/test/exception_test.cpp index 92fb449..3349fce 100644 --- a/test/exception_test.cpp +++ b/test/exception_test.cpp @@ -1,6 +1,6 @@ // -- exception_test.cpp -- The Boost Lambda Library ------------------ // -// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/test/extending_rt_traits.cpp b/test/extending_rt_traits.cpp index 25cae0e..01335a5 100644 --- a/test/extending_rt_traits.cpp +++ b/test/extending_rt_traits.cpp @@ -1,6 +1,6 @@ // extending_return_type_traits.cpp -- The Boost Lambda Library -------- // -// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/test/is_instance_of_test.cpp b/test/is_instance_of_test.cpp index a63c525..d1c57b3 100644 --- a/test/is_instance_of_test.cpp +++ b/test/is_instance_of_test.cpp @@ -1,6 +1,6 @@ // is_instance_of_test.cpp -- The Boost Lambda Library ------------------ // -// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/test/member_pointer_test.cpp b/test/member_pointer_test.cpp index 3efca05..802e991 100644 --- a/test/member_pointer_test.cpp +++ b/test/member_pointer_test.cpp @@ -1,6 +1,6 @@ // member_pointer_test.cpp -- The Boost Lambda Library ------------------ // -// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/test/operator_tests_simple.cpp b/test/operator_tests_simple.cpp index 163b8d5..d440fed 100644 --- a/test/operator_tests_simple.cpp +++ b/test/operator_tests_simple.cpp @@ -1,6 +1,6 @@ // operator_tests_simple.cpp -- The Boost Lambda Library --------------- // -// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/test/phoenix_control_structures.cpp b/test/phoenix_control_structures.cpp index 7dc1333..722a74f 100644 --- a/test/phoenix_control_structures.cpp +++ b/test/phoenix_control_structures.cpp @@ -1,6 +1,6 @@ // phoenix_style_control_structures.cpp -- The Boost Lambda Library ------ // -// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See diff --git a/test/switch_construct.cpp b/test/switch_construct.cpp index 89ed8c7..a0599fe 100644 --- a/test/switch_construct.cpp +++ b/test/switch_construct.cpp @@ -1,6 +1,6 @@ // switch_test.cpp -- The Boost Lambda Library -------------------------- // -// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) // // Distributed under the Boost Software License, Version 1.0. (See