diff --git a/test/bind_tests_advanced.cpp b/test/bind_tests_advanced.cpp index b3c2e1f..4c786d3 100644 --- a/test/bind_tests_advanced.cpp +++ b/test/bind_tests_advanced.cpp @@ -1,4 +1,21 @@ -// bind_tests_advanced.cpp -------------------------------- +// bind_tests_advanced.cpp -- The Boost Lambda Library ------------------ +// +// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. +// +// For more information, see www.boost.org + +// ----------------------------------------------------------------------- + #define BOOST_INCLUDE_MAIN // for testing, include rather than link #include // see "Header Implementation Option" diff --git a/test/bind_tests_simple.cpp b/test/bind_tests_simple.cpp index 6a68e83..e3d719c 100644 --- a/test/bind_tests_simple.cpp +++ b/test/bind_tests_simple.cpp @@ -1,4 +1,21 @@ -// bind_tests_simple.cpp -------------------------------- +// bind_tests_simple.cpp -- The Boost Lambda Library ------------------ +// +// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. +// +// For more information, see www.boost.org + +// ----------------------------------------------------------------------- + #define BOOST_INCLUDE_MAIN // for testing, include rather than link #include // see "Header Implementation Option" diff --git a/test/bind_tests_simple_f_refs.cpp b/test/bind_tests_simple_f_refs.cpp index 8b50e11..eafce33 100644 --- a/test/bind_tests_simple_f_refs.cpp +++ b/test/bind_tests_simple_f_refs.cpp @@ -1,4 +1,21 @@ -// bind_tests_simple.cpp -------------------------------- +// bind_tests_simple.cpp -- The Boost Lambda Library ------------------ +// +// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. +// +// For more information, see www.boost.org + +// ----------------------------------------------------------------------- + #define BOOST_INCLUDE_MAIN // for testing, include rather than link #include // see "Header Implementation Option" diff --git a/test/bll_and_function.cpp b/test/bll_and_function.cpp index 4223731..1f1f31c 100644 --- a/test/bll_and_function.cpp +++ b/test/bll_and_function.cpp @@ -1,4 +1,18 @@ -// bll_and_function.cpp -------------------------------- +// bll_and_function.cpp - The Boost Lambda Library ----------------------- +// +// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. +// +// For more information, see www.boost.org // test using BLL and boost::function diff --git a/test/cast_test.cpp b/test/cast_test.cpp index 3b90f31..1c6cec8 100644 --- a/test/cast_test.cpp +++ b/test/cast_test.cpp @@ -1,4 +1,21 @@ -// cast_tests.cpp -------------------------------- +// cast_tests.cpp -- The Boost Lambda Library ------------------ +// +// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. +// +// For more information, see www.boost.org + +// ----------------------------------------------------------------------- + #define BOOST_INCLUDE_MAIN // for testing, include rather than link #include // see "Header Implementation Option" diff --git a/test/constructor_tests.cpp b/test/constructor_tests.cpp index 66e143e..fd0179f 100644 --- a/test/constructor_tests.cpp +++ b/test/constructor_tests.cpp @@ -1,4 +1,21 @@ -// constructor_tests.cpp -------------------------------- +// constructor_tests.cpp -- The Boost Lambda Library ------------------ +// +// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. +// +// For more information, see www.boost.org + +// ----------------------------------------------------------------------- + #define BOOST_INCLUDE_MAIN // for testing, include rather than link #include // see "Header Implementation Option" diff --git a/test/control_structures.cpp b/test/control_structures.cpp index 9a14e34..1668138 100644 --- a/test/control_structures.cpp +++ b/test/control_structures.cpp @@ -1,3 +1,21 @@ +// -- control_structures.cpp -- The Boost Lambda Library ------------------ +// +// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. +// +// For more information, see www.boost.org + +// ----------------------------------------------------------------------- + #define BOOST_INCLUDE_MAIN // for testing, include rather than link #include // see "Header Implementation Option" diff --git a/test/exception_test.cpp b/test/exception_test.cpp index c6f364d..e5b9dd4 100644 --- a/test/exception_test.cpp +++ b/test/exception_test.cpp @@ -1,3 +1,21 @@ +// -- exception_test.cpp -- The Boost Lambda Library ------------------ +// +// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. +// +// For more information, see www.boost.org + +// ----------------------------------------------------------------------- + #define BOOST_INCLUDE_MAIN // for testing, include rather than link #include // see "Header Implementation Option" diff --git a/test/extending_rt_traits.cpp b/test/extending_rt_traits.cpp index 21dc0d1..8f2577d 100644 --- a/test/extending_rt_traits.cpp +++ b/test/extending_rt_traits.cpp @@ -1,4 +1,21 @@ -// extending_return_type_traits.cpp -------------------------------- +// 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 Gary Powell (powellg@amazon.com) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. +// +// For more information, see www.boost.org + +// ----------------------------------------------------------------------- + #define BOOST_INCLUDE_MAIN // for testing, include rather than link #include // see "Header Implementation Option" diff --git a/test/is_instance_of_test.cpp b/test/is_instance_of_test.cpp index a0a293d..97a502f 100644 --- a/test/is_instance_of_test.cpp +++ b/test/is_instance_of_test.cpp @@ -1,4 +1,21 @@ -// is_convertible_to_template_test.cpp ---------------------------- +// 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 Gary Powell (powellg@amazon.com) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. +// +// For more information, see www.boost.org + +// ----------------------------------------------------------------------- + #define BOOST_INCLUDE_MAIN // for testing, include rather than link #include // see "Header Implementation Option" diff --git a/test/member_pointer_test.cpp b/test/member_pointer_test.cpp index 994637d..4274076 100644 --- a/test/member_pointer_test.cpp +++ b/test/member_pointer_test.cpp @@ -1,4 +1,21 @@ -// member_pointer_test.cpp -------------------------------- +// member_pointer_test.cpp -- The Boost Lambda Library ------------------ +// +// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. +// +// For more information, see www.boost.org + +// ----------------------------------------------------------------------- + #define BOOST_INCLUDE_MAIN // for testing, include rather than link #include // see "Header Implementation Option" diff --git a/test/operator_tests_simple.cpp b/test/operator_tests_simple.cpp index d465ea9..8fe943d 100644 --- a/test/operator_tests_simple.cpp +++ b/test/operator_tests_simple.cpp @@ -1,4 +1,21 @@ -// operator_tests_simple.cpp -------------------------------- +// operator_tests_simple.cpp -- The Boost Lambda Library --------------- +// +// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. +// +// For more information, see www.boost.org + +// ----------------------------------------------------------------------- + #define BOOST_INCLUDE_MAIN // for testing, include rather than link #include // see "Header Implementation Option" diff --git a/test/phoenix_control_structures.cpp b/test/phoenix_control_structures.cpp index 8054124..118f125 100644 --- a/test/phoenix_control_structures.cpp +++ b/test/phoenix_control_structures.cpp @@ -1,4 +1,21 @@ -// phoenix_style_control_structures.cpp -------------------------------- +// 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 Gary Powell (powellg@amazon.com) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. +// +// For more information, see www.boost.org + +// ----------------------------------------------------------------------- + #define BOOST_INCLUDE_MAIN // for testing, include rather than link #include // see "Header Implementation Option" @@ -21,11 +38,9 @@ using namespace boost::lambda; using namespace std; -/////////////////////////////////////////////////////////////////////////////// -// -// If-else, while, do-while, for tatements -// -/////////////////////////////////////////////////////////////////////////////// + +// If-else, while, do-while, for statements + int test_main(int, char *[]) { diff --git a/test/switch_construct.cpp b/test/switch_construct.cpp index acb5ed2..4c758e5 100644 --- a/test/switch_construct.cpp +++ b/test/switch_construct.cpp @@ -1,4 +1,21 @@ -// switch_test.cpp -------------------------------- +// switch_test.cpp -- The Boost Lambda Library -------------------------- +// +// Copyright (C) 2000-2003 Jaakko Järvi (jaakko.jarvi@cs.utu.fi) +// Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com) +// +// Permission to copy, use, sell and distribute this software is granted +// provided this copyright notice appears in all copies. +// Permission to modify the code and to distribute modified code is granted +// provided this copyright notice appears in all copies, and a notice +// that the code was modified is included with the copyright notice. +// +// This software is provided "as is" without express or implied warranty, +// and with no claim as to its suitability for any purpose. +// +// For more information, see www.boost.org + +// ----------------------------------------------------------------------- + #define BOOST_INCLUDE_MAIN // for testing, include rather than link #include // see "Header Implementation Option"