From fc9f4dc6940f35e1be3e9724824e90179fb0fb55 Mon Sep 17 00:00:00 2001 From: Gennadiy Rozental Date: Wed, 11 May 2005 05:10:07 +0000 Subject: [PATCH] licence update [SVN r28803] --- example/Jamfile | 2 +- example/cla/assign_to.cpp | 2 +- example/cla/basic_float.cpp | 2 +- example/cla/basic_int.cpp | 2 +- example/cla/basic_list.cpp | 2 +- example/cla/basic_string.cpp | 2 +- example/cla/basic_udt.cpp | 2 +- example/cla/char_parameter.cpp | 2 +- example/cla/custom_handler.cpp | 2 +- example/cla/custom_interpreter.cpp | 2 +- example/cla/custom_parameter.cpp | 2 +- example/cla/default_value.cpp | 2 +- example/cla/dual_name.cpp | 2 +- example/cla/global.cpp | 2 +- example/cla/guess_name.cpp | 2 +- example/cla/help.cpp | 2 +- example/cla/ignore_mismatch.cpp | 2 +- example/cla/input_separator.cpp | 2 +- example/cla/multiplicable.cpp | 2 +- example/cla/name.cpp | 2 +- example/cla/optional.cpp | 2 +- example/cla/optional_value.cpp | 2 +- example/cla/positional.cpp | 2 +- example/cla/prefix.cpp | 2 +- example/cla/reference.cpp | 2 +- example/cla/remainder.cpp | 2 +- example/cla/separator.cpp | 2 +- example/cla/usage.cpp | 2 +- example/cla/validation/access_unknown.cpp | 2 +- example/cla/validation/ambiguous_access.cpp | 2 +- example/cla/validation/ambiguous_input.cpp | 2 +- .../cla/validation/definition_conflict.cpp | 2 +- example/cla/validation/invalid_short_name.cpp | 2 +- .../cla/validation/multiple_generators.cpp | 2 +- .../validation/multiple_value_handlers.cpp | 2 +- .../cla/validation/opt_with_default_value.cpp | 2 +- .../optional_plus_multiplicable.cpp | 2 +- example/cla/validation/required_missing.cpp | 2 +- example/cla/validation/unexpected_input.cpp | 2 +- .../cla/validation/unexpected_repetition.cpp | 2 +- example/cla/wide_string.cpp | 2 +- example/env/custom_interpreter_env.cpp | 2 +- example/env/env_var_default_value.cpp | 2 +- example/env/environment_ex.cpp | 2 +- example/env/global_id.cpp | 2 +- example/env/modifier_combination.cpp | 2 +- example/env/validation/need_typed_access.cpp | 2 +- example/env/variable_ex.cpp | 2 +- example/exec_mon_example.cpp | 2 +- example/named_param_example.cpp | 2 +- example/prg_exec_example.cpp | 2 +- example/test_case_template_example.cpp | 2 +- example/test_exec_example.cpp | 2 +- example/unit_test_example1.cpp | 2 +- example/unit_test_example2.cpp | 2 +- example/unit_test_example3.cpp | 2 +- example/unit_test_example4.cpp | 2 +- example/unit_test_example5.cpp | 2 +- test/Jamfile | 2 +- test/Jamfile.v2 | 2 +- test/algorithms_test.cpp | 9 +++++--- test/auto_unit_test_test.cpp | 9 +++++--- test/auto_unit_test_test_mult1.cpp | 9 +++++--- test/auto_unit_test_test_mult2.cpp | 9 +++++--- test/basic_cstring_test.cpp | 23 +++++++++++-------- test/boost_check_equal_str.cpp | 14 +++++++++++ test/class_properties_test.cpp | 9 +++++--- test/config_file_iterator_test.cpp | 17 ++++++++++++++ test/config_file_test.cpp | 17 ++++++++++++++ test/custom_exception_test.cpp | 9 +++++--- test/errors_handling_test.cpp | 5 +++- test/fixed_mapping_test.cpp | 5 +++- test/ifstream_line_iterator_test.cpp | 5 +++- test/minimal_test.cpp | 7 ++++-- test/online_test.cpp | 7 ++++-- test/output_test_stream_test.cpp | 13 +++++++---- test/parameterized_test_test.cpp | 5 +++- test/prg_exec_fail1.cpp | 9 +++++--- test/prg_exec_fail2.cpp | 9 +++++--- test/prg_exec_fail3.cpp | 7 ++++-- test/prg_exec_fail4.cpp | 7 ++++-- test/result_report_test.cpp | 5 +++- test/test_case_template_test.cpp | 5 +++- test/test_exec_fail1.cpp | 7 ++++-- test/test_exec_fail2.cpp | 7 ++++-- test/test_exec_fail3.cpp | 7 ++++-- test/test_exec_fail4.cpp | 7 ++++-- test/test_fp_comparisons.cpp | 5 +++- test/test_tools_test.cpp | 5 +++- test/token_iterator_test.cpp | 5 +++- 90 files changed, 253 insertions(+), 124 deletions(-) diff --git a/example/Jamfile b/example/Jamfile index 87f22ce7..7785ba52 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -1,4 +1,4 @@ -# (C) Copyright Gennadiy Rozental 2001-2003. +# (C) Copyright Gennadiy Rozental 2001-2005. # 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) diff --git a/example/cla/assign_to.cpp b/example/cla/assign_to.cpp index 9990c023..9c2beb9b 100755 --- a/example/cla/assign_to.cpp +++ b/example/cla/assign_to.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/basic_float.cpp b/example/cla/basic_float.cpp index d4f73ae6..3899310c 100755 --- a/example/cla/basic_float.cpp +++ b/example/cla/basic_float.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/basic_int.cpp b/example/cla/basic_int.cpp index 79433dbc..a38613e0 100755 --- a/example/cla/basic_int.cpp +++ b/example/cla/basic_int.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/basic_list.cpp b/example/cla/basic_list.cpp index ace9dd61..88ddceb3 100755 --- a/example/cla/basic_list.cpp +++ b/example/cla/basic_list.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/basic_string.cpp b/example/cla/basic_string.cpp index 4e228d5e..0133aad0 100755 --- a/example/cla/basic_string.cpp +++ b/example/cla/basic_string.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/basic_udt.cpp b/example/cla/basic_udt.cpp index 3d0275da..5b7b8c86 100755 --- a/example/cla/basic_udt.cpp +++ b/example/cla/basic_udt.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/char_parameter.cpp b/example/cla/char_parameter.cpp index a64dd424..af994aad 100755 --- a/example/cla/char_parameter.cpp +++ b/example/cla/char_parameter.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/custom_handler.cpp b/example/cla/custom_handler.cpp index 8f2903b0..efdd6f61 100755 --- a/example/cla/custom_handler.cpp +++ b/example/cla/custom_handler.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/custom_interpreter.cpp b/example/cla/custom_interpreter.cpp index 65842721..cf79ec54 100755 --- a/example/cla/custom_interpreter.cpp +++ b/example/cla/custom_interpreter.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/custom_parameter.cpp b/example/cla/custom_parameter.cpp index 1770ff21..f50f76e2 100755 --- a/example/cla/custom_parameter.cpp +++ b/example/cla/custom_parameter.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/default_value.cpp b/example/cla/default_value.cpp index 037723bd..05f79aff 100755 --- a/example/cla/default_value.cpp +++ b/example/cla/default_value.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/dual_name.cpp b/example/cla/dual_name.cpp index b340b73a..9e2a783e 100755 --- a/example/cla/dual_name.cpp +++ b/example/cla/dual_name.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/global.cpp b/example/cla/global.cpp index bc819817..e5371739 100755 --- a/example/cla/global.cpp +++ b/example/cla/global.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/guess_name.cpp b/example/cla/guess_name.cpp index a7108c83..42930f33 100755 --- a/example/cla/guess_name.cpp +++ b/example/cla/guess_name.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/help.cpp b/example/cla/help.cpp index 5c114bd8..def4d5cb 100755 --- a/example/cla/help.cpp +++ b/example/cla/help.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/ignore_mismatch.cpp b/example/cla/ignore_mismatch.cpp index e9aee7ee..a6604338 100755 --- a/example/cla/ignore_mismatch.cpp +++ b/example/cla/ignore_mismatch.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/input_separator.cpp b/example/cla/input_separator.cpp index 23dc90ca..81f495ea 100755 --- a/example/cla/input_separator.cpp +++ b/example/cla/input_separator.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/multiplicable.cpp b/example/cla/multiplicable.cpp index dc147fe5..08b4ffdf 100755 --- a/example/cla/multiplicable.cpp +++ b/example/cla/multiplicable.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/name.cpp b/example/cla/name.cpp index b67aa363..8c1ef77f 100755 --- a/example/cla/name.cpp +++ b/example/cla/name.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/optional.cpp b/example/cla/optional.cpp index 49a48f30..11dd4d1a 100755 --- a/example/cla/optional.cpp +++ b/example/cla/optional.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/optional_value.cpp b/example/cla/optional_value.cpp index a2c189d0..d34a3ccb 100755 --- a/example/cla/optional_value.cpp +++ b/example/cla/optional_value.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/positional.cpp b/example/cla/positional.cpp index ee9149ff..6419907f 100755 --- a/example/cla/positional.cpp +++ b/example/cla/positional.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/prefix.cpp b/example/cla/prefix.cpp index 2e5405f1..61e7dbc9 100755 --- a/example/cla/prefix.cpp +++ b/example/cla/prefix.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/reference.cpp b/example/cla/reference.cpp index 463fec78..ff94a958 100755 --- a/example/cla/reference.cpp +++ b/example/cla/reference.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/remainder.cpp b/example/cla/remainder.cpp index 163c37a4..3abbcdba 100755 --- a/example/cla/remainder.cpp +++ b/example/cla/remainder.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/separator.cpp b/example/cla/separator.cpp index 24cd231c..4218d514 100755 --- a/example/cla/separator.cpp +++ b/example/cla/separator.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/usage.cpp b/example/cla/usage.cpp index b230d99a..46edc085 100755 --- a/example/cla/usage.cpp +++ b/example/cla/usage.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/validation/access_unknown.cpp b/example/cla/validation/access_unknown.cpp index 28e59bdf..1fdaf471 100755 --- a/example/cla/validation/access_unknown.cpp +++ b/example/cla/validation/access_unknown.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/validation/ambiguous_access.cpp b/example/cla/validation/ambiguous_access.cpp index 156278a0..e71411e5 100755 --- a/example/cla/validation/ambiguous_access.cpp +++ b/example/cla/validation/ambiguous_access.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/validation/ambiguous_input.cpp b/example/cla/validation/ambiguous_input.cpp index e666f24a..24b8f2b5 100755 --- a/example/cla/validation/ambiguous_input.cpp +++ b/example/cla/validation/ambiguous_input.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/validation/definition_conflict.cpp b/example/cla/validation/definition_conflict.cpp index 6cb4050d..31112824 100755 --- a/example/cla/validation/definition_conflict.cpp +++ b/example/cla/validation/definition_conflict.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/validation/invalid_short_name.cpp b/example/cla/validation/invalid_short_name.cpp index beed6ac3..28209010 100755 --- a/example/cla/validation/invalid_short_name.cpp +++ b/example/cla/validation/invalid_short_name.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/validation/multiple_generators.cpp b/example/cla/validation/multiple_generators.cpp index 2a51d634..dd0775f3 100755 --- a/example/cla/validation/multiple_generators.cpp +++ b/example/cla/validation/multiple_generators.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/validation/multiple_value_handlers.cpp b/example/cla/validation/multiple_value_handlers.cpp index 92d77bca..48842fd8 100755 --- a/example/cla/validation/multiple_value_handlers.cpp +++ b/example/cla/validation/multiple_value_handlers.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/validation/opt_with_default_value.cpp b/example/cla/validation/opt_with_default_value.cpp index 348a253f..2ce4e2a7 100755 --- a/example/cla/validation/opt_with_default_value.cpp +++ b/example/cla/validation/opt_with_default_value.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/validation/optional_plus_multiplicable.cpp b/example/cla/validation/optional_plus_multiplicable.cpp index f4fd29cd..16babb3f 100755 --- a/example/cla/validation/optional_plus_multiplicable.cpp +++ b/example/cla/validation/optional_plus_multiplicable.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/validation/required_missing.cpp b/example/cla/validation/required_missing.cpp index c8c0a019..b5d2e820 100755 --- a/example/cla/validation/required_missing.cpp +++ b/example/cla/validation/required_missing.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/validation/unexpected_input.cpp b/example/cla/validation/unexpected_input.cpp index 126084f8..3ec0b260 100755 --- a/example/cla/validation/unexpected_input.cpp +++ b/example/cla/validation/unexpected_input.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/validation/unexpected_repetition.cpp b/example/cla/validation/unexpected_repetition.cpp index a0bf262b..52c3abcb 100755 --- a/example/cla/validation/unexpected_repetition.cpp +++ b/example/cla/validation/unexpected_repetition.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/cla/wide_string.cpp b/example/cla/wide_string.cpp index 7cceb304..6f67dc13 100755 --- a/example/cla/wide_string.cpp +++ b/example/cla/wide_string.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/env/custom_interpreter_env.cpp b/example/env/custom_interpreter_env.cpp index 9429cb41..012dd6b5 100755 --- a/example/env/custom_interpreter_env.cpp +++ b/example/env/custom_interpreter_env.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/env/env_var_default_value.cpp b/example/env/env_var_default_value.cpp index 0620c55f..2640fbde 100755 --- a/example/env/env_var_default_value.cpp +++ b/example/env/env_var_default_value.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/env/environment_ex.cpp b/example/env/environment_ex.cpp index 58ec394d..432d91bd 100755 --- a/example/env/environment_ex.cpp +++ b/example/env/environment_ex.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/env/global_id.cpp b/example/env/global_id.cpp index ab9395bb..7fe933bc 100755 --- a/example/env/global_id.cpp +++ b/example/env/global_id.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/env/modifier_combination.cpp b/example/env/modifier_combination.cpp index e646d7da..277d3238 100755 --- a/example/env/modifier_combination.cpp +++ b/example/env/modifier_combination.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/env/validation/need_typed_access.cpp b/example/env/validation/need_typed_access.cpp index a3abc4c7..1babb181 100755 --- a/example/env/validation/need_typed_access.cpp +++ b/example/env/validation/need_typed_access.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/env/variable_ex.cpp b/example/env/variable_ex.cpp index 1d2a5f57..ae66f960 100755 --- a/example/env/variable_ex.cpp +++ b/example/env/variable_ex.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/exec_mon_example.cpp b/example/exec_mon_example.cpp index 8766b2b9..43de62a2 100644 --- a/example/exec_mon_example.cpp +++ b/example/exec_mon_example.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2003-2004. +// (C) Copyright Gennadiy Rozental 2003-2005. // 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) diff --git a/example/named_param_example.cpp b/example/named_param_example.cpp index 12e298c7..42721b6b 100755 --- a/example/named_param_example.cpp +++ b/example/named_param_example.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/prg_exec_example.cpp b/example/prg_exec_example.cpp index 6d48de67..39e78b27 100644 --- a/example/prg_exec_example.cpp +++ b/example/prg_exec_example.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/test_case_template_example.cpp b/example/test_case_template_example.cpp index 0bfdea80..5ba4bed3 100644 --- a/example/test_case_template_example.cpp +++ b/example/test_case_template_example.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/test_exec_example.cpp b/example/test_exec_example.cpp index 948ad26b..3333b0b1 100644 --- a/example/test_exec_example.cpp +++ b/example/test_exec_example.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/example/unit_test_example1.cpp b/example/unit_test_example1.cpp index 8a28eae8..8c94f41a 100644 --- a/example/unit_test_example1.cpp +++ b/example/unit_test_example1.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2002-2004. +// (C) Copyright Gennadiy Rozental 2002-2005. // (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at diff --git a/example/unit_test_example2.cpp b/example/unit_test_example2.cpp index a1eb9783..ec9da837 100644 --- a/example/unit_test_example2.cpp +++ b/example/unit_test_example2.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2002-2004. +// (C) Copyright Gennadiy Rozental 2002-2005. // (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at diff --git a/example/unit_test_example3.cpp b/example/unit_test_example3.cpp index df30ac04..d7519568 100644 --- a/example/unit_test_example3.cpp +++ b/example/unit_test_example3.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at diff --git a/example/unit_test_example4.cpp b/example/unit_test_example4.cpp index 1f0dcbbe..2ac8f98c 100644 --- a/example/unit_test_example4.cpp +++ b/example/unit_test_example4.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2002-2004. +// (C) Copyright Gennadiy Rozental 2002-2005. // (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at diff --git a/example/unit_test_example5.cpp b/example/unit_test_example5.cpp index c71af14e..793a99f4 100644 --- a/example/unit_test_example5.cpp +++ b/example/unit_test_example5.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) diff --git a/test/Jamfile b/test/Jamfile index 89a97263..06d1c9d8 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,4 +1,4 @@ -# (C) Copyright Gennadiy Rozental 2001-2003. +# (C) Copyright Gennadiy Rozental 2001-2005. # 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) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 0c2a00cb..40edb5da 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,4 +1,4 @@ -# (C) Copyright Gennadiy Rozental 2001-2003. +# (C) Copyright Gennadiy Rozental 2001-2005. # 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) diff --git a/test/algorithms_test.cpp b/test/algorithms_test.cpp index 8500ca1d..a911d2ee 100755 --- a/test/algorithms_test.cpp +++ b/test/algorithms_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2003-2004. +// (C) Copyright Gennadiy Rozental 2003-2005. // 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) @@ -131,16 +131,19 @@ init_unit_test_suite( int /* argc */, char* /* argv */ [] ) // History : // // $Log$ +// Revision 1.5 2005/05/11 05:07:56 rogeeff +// licence update +// // Revision 1.4 2005/02/20 08:28:34 rogeeff // This a major update for Boost.Test framework. See release docs for complete list of fixes/updates // // Revision 1.3 2005/01/30 03:35:55 rogeeff // no message // -// Revision 1.2 2004/06/29 04:32:50 rogeeff +// Revision 1.2 2005/06/29 04:32:50 rogeeff // no message // -// Revision 1.1 2004/05/23 09:49:39 rogeeff +// Revision 1.1 2005/05/23 09:49:39 rogeeff // algorithms test added // // ***************************************************************************** diff --git a/test/auto_unit_test_test.cpp b/test/auto_unit_test_test.cpp index 26eb3c90..d321c6e7 100644 --- a/test/auto_unit_test_test.cpp +++ b/test/auto_unit_test_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) @@ -32,13 +32,16 @@ BOOST_AUTO_TEST_CASE( test2 ) // Revision History : // // $Log$ +// Revision 1.10 2005/05/11 05:07:56 rogeeff +// licence update +// // Revision 1.9 2005/02/20 08:28:34 rogeeff // This a major update for Boost.Test framework. See release docs for complete list of fixes/updates // -// Revision 1.8 2004/05/27 06:30:48 rogeeff +// Revision 1.8 2005/05/27 06:30:48 rogeeff // no message // -// Revision 1.7 2004/05/21 06:26:10 rogeeff +// Revision 1.7 2005/05/21 06:26:10 rogeeff // licence update // // Revision 1.6 2003/12/01 00:42:37 rogeeff diff --git a/test/auto_unit_test_test_mult1.cpp b/test/auto_unit_test_test_mult1.cpp index c15fa043..a9530344 100644 --- a/test/auto_unit_test_test_mult1.cpp +++ b/test/auto_unit_test_test_mult1.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) @@ -27,13 +27,16 @@ BOOST_AUTO_TEST_CASE( test ) // Revision History : // // $Log$ +// Revision 1.7 2005/05/11 05:07:56 rogeeff +// licence update +// // Revision 1.6 2005/02/20 08:28:34 rogeeff // This a major update for Boost.Test framework. See release docs for complete list of fixes/updates // -// Revision 1.5 2004/05/27 06:30:48 rogeeff +// Revision 1.5 2005/05/27 06:30:48 rogeeff // no message // -// Revision 1.4 2004/05/21 06:26:10 rogeeff +// Revision 1.4 2005/05/21 06:26:10 rogeeff // licence update // // Revision 1.3 2003/12/01 00:42:37 rogeeff diff --git a/test/auto_unit_test_test_mult2.cpp b/test/auto_unit_test_test_mult2.cpp index 851b1291..6c9ce355 100644 --- a/test/auto_unit_test_test_mult2.cpp +++ b/test/auto_unit_test_test_mult2.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) @@ -26,13 +26,16 @@ BOOST_AUTO_TEST_CASE( test ) // Revision History : // // $Log$ +// Revision 1.7 2005/05/11 05:07:56 rogeeff +// licence update +// // Revision 1.6 2005/02/20 08:28:34 rogeeff // This a major update for Boost.Test framework. See release docs for complete list of fixes/updates // -// Revision 1.5 2004/05/27 06:30:48 rogeeff +// Revision 1.5 2005/05/27 06:30:48 rogeeff // no message // -// Revision 1.4 2004/05/21 06:26:10 rogeeff +// Revision 1.4 2005/05/21 06:26:10 rogeeff // licence update // // Revision 1.3 2003/12/01 00:42:37 rogeeff diff --git a/test/basic_cstring_test.cpp b/test/basic_cstring_test.cpp index 964849c7..caa3619b 100644 --- a/test/basic_cstring_test.cpp +++ b/test/basic_cstring_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) @@ -469,6 +469,9 @@ init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) // History : // // $Log$ +// Revision 1.12 2005/05/11 05:07:56 rogeeff +// licence update +// // Revision 1.11 2005/04/17 15:49:17 rogeeff // *** empty log message *** // @@ -478,31 +481,31 @@ init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) // Revision 1.9 2005/01/30 03:35:55 rogeeff // no message // -// Revision 1.8 2004/11/28 04:28:56 agurtovoy +// Revision 1.8 2005/11/28 04:28:56 agurtovoy // merge RC_1_32_0 fixes // -// Revision 1.7.2.1 2004/10/30 11:33:38 agurtovoy +// Revision 1.7.2.1 2005/10/30 11:33:38 agurtovoy // MSVC/Borland fixes // -// Revision 1.7 2004/10/01 10:55:43 rogeeff +// Revision 1.7 2005/10/01 10:55:43 rogeeff // some test errors workarrounds // -// Revision 1.6 2004/07/19 12:07:26 rogeeff +// Revision 1.6 2005/07/19 12:07:26 rogeeff // *** empty log message *** // -// Revision 1.5 2004/06/07 07:34:23 rogeeff +// Revision 1.5 2005/06/07 07:34:23 rogeeff // detail namespace renamed // -// Revision 1.4 2004/06/05 11:04:17 rogeeff +// Revision 1.4 2005/06/05 11:04:17 rogeeff // no message // -// Revision 1.3 2004/05/27 06:30:48 rogeeff +// Revision 1.3 2005/05/27 06:30:48 rogeeff // no message // -// Revision 1.2 2004/05/21 06:26:10 rogeeff +// Revision 1.2 2005/05/21 06:26:10 rogeeff // licence update // -// Revision 1.1 2004/05/11 11:05:46 rogeeff +// Revision 1.1 2005/05/11 11:05:46 rogeeff // basic_cstring introduced and used everywhere // class properties reworked // namespace names shortened diff --git a/test/boost_check_equal_str.cpp b/test/boost_check_equal_str.cpp index d4c8c508..ec197b18 100644 --- a/test/boost_check_equal_str.cpp +++ b/test/boost_check_equal_str.cpp @@ -1,3 +1,17 @@ +// (C) Copyright Gennadiy Rozental 2001-2005. +// 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://www.boost.org/libs/test for the library home page. +// +// File : $RCSfile$ +// +// Version : $Revision$ +// +// Description : basic_cstring unit test +// ***************************************************************************** + #include int test_main( int, char *[] ) diff --git a/test/class_properties_test.cpp b/test/class_properties_test.cpp index 3644826b..6c42f064 100644 --- a/test/class_properties_test.cpp +++ b/test/class_properties_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2003-2004. +// (C) Copyright Gennadiy Rozental 2003-2005. // 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) @@ -196,6 +196,9 @@ init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) { // Revision History : // // $Log$ +// Revision 1.6 2005/05/11 05:07:56 rogeeff +// licence update +// // Revision 1.5 2005/01/30 03:35:55 rogeeff // no message // @@ -207,10 +210,10 @@ init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) { // change compiler like formatter name // minimized unit_test_log interface and reworked to use explicit calls // -// Revision 1.2 2004/05/21 06:26:10 rogeeff +// Revision 1.2 2005/05/21 06:26:10 rogeeff // licence update // -// Revision 1.1 2004/05/11 11:05:46 rogeeff +// Revision 1.1 2005/05/11 11:05:46 rogeeff // basic_cstring introduced and used everywhere // class properties reworked // namespace names shortened diff --git a/test/config_file_iterator_test.cpp b/test/config_file_iterator_test.cpp index b16c1966..cd41b4ce 100755 --- a/test/config_file_iterator_test.cpp +++ b/test/config_file_iterator_test.cpp @@ -1,3 +1,17 @@ +// (C) Copyright Gennadiy Rozental 2001-2005. +// 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://www.boost.org/libs/test for the library home page. +// +// File : $RCSfile$ +// +// Version : $Revision$ +// +// Description : basic_cstring unit test +// ***************************************************************************** + // Boost.Test #define BOOST_AUTO_TEST_MAIN #include @@ -301,6 +315,9 @@ BOOST_AUTO_TEST_CASE( test_ifdef ) // History : // // $Log$ +// Revision 1.2 2005/05/11 05:07:56 rogeeff +// licence update +// // Revision 1.1 2005/04/12 06:19:23 rogeeff // runtime.param tests added // diff --git a/test/config_file_test.cpp b/test/config_file_test.cpp index 4ce7daf8..42d0f375 100755 --- a/test/config_file_test.cpp +++ b/test/config_file_test.cpp @@ -1,3 +1,17 @@ +// (C) Copyright Gennadiy Rozental 2001-2005. +// 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://www.boost.org/libs/test for the library home page. +// +// File : $RCSfile$ +// +// Version : $Revision$ +// +// Description : basic_cstring unit test +// ***************************************************************************** + // Boost.Test #define BOOST_AUTO_TEST_MAIN #include @@ -244,6 +258,9 @@ test_multipart_value() // History : // // $Log$ +// Revision 1.3 2005/05/11 05:07:56 rogeeff +// licence update +// // Revision 1.2 2005/04/17 15:49:17 rogeeff // *** empty log message *** // diff --git a/test/custom_exception_test.cpp b/test/custom_exception_test.cpp index afa73711..2048383d 100644 --- a/test/custom_exception_test.cpp +++ b/test/custom_exception_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2003-2004. +// (C) Copyright Gennadiy Rozental 2003-2005. // 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) @@ -78,13 +78,16 @@ init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) { // Revision History : // // $Log$ +// Revision 1.7 2005/05/11 05:07:56 rogeeff +// licence update +// // Revision 1.6 2005/02/20 08:28:34 rogeeff // This a major update for Boost.Test framework. See release docs for complete list of fixes/updates // -// Revision 1.5 2004/05/21 06:26:10 rogeeff +// Revision 1.5 2005/05/21 06:26:10 rogeeff // licence update // -// Revision 1.4 2004/05/11 11:05:05 rogeeff +// Revision 1.4 2005/05/11 11:05:05 rogeeff // basic_cstring introduced and used everywhere // class properties reworked // namespace names shortened diff --git a/test/errors_handling_test.cpp b/test/errors_handling_test.cpp index ac67f0cc..e318a267 100644 --- a/test/errors_handling_test.cpp +++ b/test/errors_handling_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // (C) Copyright Beman Dawes 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at @@ -197,6 +197,9 @@ test_main( int argc, char * argv[] ) // Revision History : // // $Log$ +// Revision 1.33 2005/05/11 05:07:56 rogeeff +// licence update +// // Revision 1.32 2005/03/23 21:06:39 rogeeff // Sunpro CC 5.3 fixes // diff --git a/test/fixed_mapping_test.cpp b/test/fixed_mapping_test.cpp index 2aefe52b..f3dede2c 100644 --- a/test/fixed_mapping_test.cpp +++ b/test/fixed_mapping_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) @@ -82,6 +82,9 @@ BOOST_AUTO_TEST_CASE( test_custom_compare ) // History : // // $Log$ +// Revision 1.7 2005/05/11 05:07:56 rogeeff +// licence update +// // Revision 1.6 2005/02/20 08:28:34 rogeeff // This a major update for Boost.Test framework. See release docs for complete list of fixes/updates // diff --git a/test/ifstream_line_iterator_test.cpp b/test/ifstream_line_iterator_test.cpp index 14c33ff8..62179bd0 100644 --- a/test/ifstream_line_iterator_test.cpp +++ b/test/ifstream_line_iterator_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) @@ -74,6 +74,9 @@ BOOST_AUTO_TEST_CASE( test_custom_delimeter ) // History : // // $Log$ +// Revision 1.6 2005/05/11 05:07:57 rogeeff +// licence update +// // Revision 1.5 2005/03/22 07:14:44 rogeeff // no message // diff --git a/test/minimal_test.cpp b/test/minimal_test.cpp index c4f56616..792b2b29 100644 --- a/test/minimal_test.cpp +++ b/test/minimal_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) @@ -76,7 +76,10 @@ test_main( int /*argc*/, char* /*argv*/[] ) // Revision History : // // $Log$ -// Revision 1.9 2004/05/21 06:26:10 rogeeff +// Revision 1.10 2005/05/11 05:07:57 rogeeff +// licence update +// +// Revision 1.9 2005/05/21 06:26:10 rogeeff // licence update // // Revision 1.8 2003/12/01 00:42:37 rogeeff diff --git a/test/online_test.cpp b/test/online_test.cpp index bc902969..345a1fd4 100644 --- a/test/online_test.cpp +++ b/test/online_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) @@ -27,7 +27,10 @@ test_main( int /*argc*/, char* /*argv*/[] ) // Revision History : // // $Log$ -// Revision 1.13 2004/05/21 06:26:10 rogeeff +// Revision 1.14 2005/05/11 05:07:57 rogeeff +// licence update +// +// Revision 1.13 2005/05/21 06:26:10 rogeeff // licence update // // Revision 1.12 2003/12/01 00:42:37 rogeeff diff --git a/test/output_test_stream_test.cpp b/test/output_test_stream_test.cpp index 12a0a509..255be372 100644 --- a/test/output_test_stream_test.cpp +++ b/test/output_test_stream_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) @@ -216,19 +216,22 @@ init_unit_test_suite( int /*argc*/, char* /*argv*/[] ) { // Revision History : // // $Log$ +// Revision 1.20 2005/05/11 05:07:57 rogeeff +// licence update +// // Revision 1.19 2005/01/30 03:35:55 rogeeff // no message // -// Revision 1.18 2004/06/05 11:04:17 rogeeff +// Revision 1.18 2005/06/05 11:04:17 rogeeff // no message // -// Revision 1.17 2004/05/27 06:30:48 rogeeff +// Revision 1.17 2005/05/27 06:30:48 rogeeff // no message // -// Revision 1.16 2004/05/21 06:26:10 rogeeff +// Revision 1.16 2005/05/21 06:26:10 rogeeff // licence update // -// Revision 1.15 2004/05/11 11:05:06 rogeeff +// Revision 1.15 2005/05/11 11:05:06 rogeeff // basic_cstring introduced and used everywhere // class properties reworked // namespace names shortened diff --git a/test/parameterized_test_test.cpp b/test/parameterized_test_test.cpp index 0a81d0cd..4b73865e 100644 --- a/test/parameterized_test_test.cpp +++ b/test/parameterized_test_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2002-2004. +// (C) Copyright Gennadiy Rozental 2002-2005. // 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) @@ -213,6 +213,9 @@ BOOST_AUTO_TEST_CASE( test_case8 ) // Revision History : // // $Log$ +// Revision 1.20 2005/05/11 05:07:57 rogeeff +// licence update +// // Revision 1.19 2005/02/20 08:28:34 rogeeff // This a major update for Boost.Test framework. See release docs for complete list of fixes/updates // diff --git a/test/prg_exec_fail1.cpp b/test/prg_exec_fail1.cpp index ae34997a..0e04eb66 100644 --- a/test/prg_exec_fail1.cpp +++ b/test/prg_exec_fail1.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // (C) Copyright Beman Dawes 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at @@ -41,10 +41,13 @@ cpp_main( int argc, char *[] ) // note the name // Revision History : // // $Log$ -// Revision 1.13 2004/05/21 06:26:10 rogeeff +// Revision 1.14 2005/05/11 05:07:57 rogeeff // licence update // -// Revision 1.12 2004/01/07 22:06:44 beman_dawes +// Revision 1.13 2005/05/21 06:26:10 rogeeff +// licence update +// +// Revision 1.12 2005/01/07 22:06:44 beman_dawes // Fix Metrowerks link failures for some compiler configurations. See comment in code. (fix from Ed Swartz of Metrowerks) // // Revision 1.11 2003/12/01 00:42:38 rogeeff diff --git a/test/prg_exec_fail2.cpp b/test/prg_exec_fail2.cpp index a635c93d..abb99b95 100644 --- a/test/prg_exec_fail2.cpp +++ b/test/prg_exec_fail2.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // (C) Copyright Beman Dawes 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at @@ -39,10 +39,13 @@ int cpp_main( int, char *[] ) // note the name // Revision History : // // $Log$ -// Revision 1.13 2004/05/21 06:26:10 rogeeff +// Revision 1.14 2005/05/11 05:07:57 rogeeff // licence update // -// Revision 1.12 2004/01/07 22:06:44 beman_dawes +// Revision 1.13 2005/05/21 06:26:10 rogeeff +// licence update +// +// Revision 1.12 2005/01/07 22:06:44 beman_dawes // Fix Metrowerks link failures for some compiler configurations. See comment in code. (fix from Ed Swartz of Metrowerks) // // Revision 1.11 2003/12/01 00:42:38 rogeeff diff --git a/test/prg_exec_fail3.cpp b/test/prg_exec_fail3.cpp index e2b34629..d1309df3 100644 --- a/test/prg_exec_fail3.cpp +++ b/test/prg_exec_fail3.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2002-2004. +// (C) Copyright Gennadiy Rozental 2002-2005. // 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) @@ -30,7 +30,10 @@ int cpp_main( int, char *[] ) // note the name // Revision History : // // $Log$ -// Revision 1.6 2004/05/21 06:26:10 rogeeff +// Revision 1.7 2005/05/11 05:07:57 rogeeff +// licence update +// +// Revision 1.6 2005/05/21 06:26:10 rogeeff // licence update // // Revision 1.5 2003/12/01 00:42:38 rogeeff diff --git a/test/prg_exec_fail4.cpp b/test/prg_exec_fail4.cpp index c057fc29..527384b9 100644 --- a/test/prg_exec_fail4.cpp +++ b/test/prg_exec_fail4.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2003-2004. +// (C) Copyright Gennadiy Rozental 2003-2005. // 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) @@ -24,7 +24,10 @@ int cpp_main( int, char* [] ) // note the name // Revision History : // // $Log$ -// Revision 1.5 2004/05/21 06:26:10 rogeeff +// Revision 1.6 2005/05/11 05:07:57 rogeeff +// licence update +// +// Revision 1.5 2005/05/21 06:26:10 rogeeff // licence update // // Revision 1.4 2003/12/01 00:42:38 rogeeff diff --git a/test/result_report_test.cpp b/test/result_report_test.cpp index 9bd42e70..e4d534c4 100644 --- a/test/result_report_test.cpp +++ b/test/result_report_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) @@ -172,6 +172,9 @@ test_main( int argc, char* argv[] ) // Revision History : // // $Log$ +// Revision 1.22 2005/05/11 05:07:57 rogeeff +// licence update +// // Revision 1.21 2005/02/21 10:29:04 rogeeff // no message // diff --git a/test/test_case_template_test.cpp b/test/test_case_template_test.cpp index f07ed261..6a63699b 100644 --- a/test/test_case_template_test.cpp +++ b/test/test_case_template_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2003-2004. +// (C) Copyright Gennadiy Rozental 2003-2005. // 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) @@ -148,6 +148,9 @@ BOOST_AUTO_TEST_CASE( test2_one_to_three ) // Revision History : // // $Log$ +// Revision 1.14 2005/05/11 05:07:57 rogeeff +// licence update +// // Revision 1.13 2005/02/20 08:28:34 rogeeff // This a major update for Boost.Test framework. See release docs for complete list of fixes/updates // diff --git a/test/test_exec_fail1.cpp b/test/test_exec_fail1.cpp index 01ebf480..c1e1adfb 100644 --- a/test/test_exec_fail1.cpp +++ b/test/test_exec_fail1.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // (C) Copyright Beman Dawes 2000. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at @@ -28,10 +28,13 @@ int test_main( int, char* [] ) // note the name // Revision History : // // $Log$ +// Revision 1.14 2005/05/11 05:07:57 rogeeff +// licence update +// // Revision 1.13 2005/01/30 03:35:55 rogeeff // no message // -// Revision 1.12 2004/05/21 06:26:10 rogeeff +// Revision 1.12 2005/05/21 06:26:10 rogeeff // licence update // // Revision 1.11 2003/12/01 00:42:38 rogeeff diff --git a/test/test_exec_fail2.cpp b/test/test_exec_fail2.cpp index 3f2b88e8..4db8f7b9 100644 --- a/test/test_exec_fail2.cpp +++ b/test/test_exec_fail2.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // (C) Copyright Beman Dawes 2000. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at @@ -38,7 +38,10 @@ int test_main( int, char *[] ) // note the name // Revision History : // // $Log$ -// Revision 1.12 2004/05/21 06:26:10 rogeeff +// Revision 1.13 2005/05/11 05:07:57 rogeeff +// licence update +// +// Revision 1.12 2005/05/21 06:26:10 rogeeff // licence update // // Revision 1.11 2003/12/01 00:42:38 rogeeff diff --git a/test/test_exec_fail3.cpp b/test/test_exec_fail3.cpp index a55da271..ef137d25 100644 --- a/test/test_exec_fail3.cpp +++ b/test/test_exec_fail3.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // (C) Copyright Beman Dawes 2000. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at @@ -32,7 +32,10 @@ int test_main( int, char*[] ) // note the name // Revision History : // // $Log$ -// Revision 1.12 2004/05/21 06:26:10 rogeeff +// Revision 1.13 2005/05/11 05:07:57 rogeeff +// licence update +// +// Revision 1.12 2005/05/21 06:26:10 rogeeff // licence update // // Revision 1.11 2003/12/01 00:42:38 rogeeff diff --git a/test/test_exec_fail4.cpp b/test/test_exec_fail4.cpp index 93045cea..33717b33 100644 --- a/test/test_exec_fail4.cpp +++ b/test/test_exec_fail4.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // (C) Copyright Beman Dawes 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at @@ -33,7 +33,10 @@ int test_main( int argc, char* [] ) // note the name // Revision History : // // $Log$ -// Revision 1.13 2004/05/21 06:26:11 rogeeff +// Revision 1.14 2005/05/11 05:07:57 rogeeff +// licence update +// +// Revision 1.13 2005/05/21 06:26:11 rogeeff // licence update // // Revision 1.12 2003/12/01 00:42:38 rogeeff diff --git a/test/test_fp_comparisons.cpp b/test/test_fp_comparisons.cpp index 3abddb93..6568a016 100644 --- a/test/test_fp_comparisons.cpp +++ b/test/test_fp_comparisons.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) @@ -232,6 +232,9 @@ TEST_CASE( test_close_at_tolerance ) // Revision History : // // $Log$ +// Revision 1.21 2005/05/11 05:07:57 rogeeff +// licence update +// // Revision 1.20 2005/04/17 15:49:17 rogeeff // *** empty log message *** // diff --git a/test/test_tools_test.cpp b/test/test_tools_test.cpp index d89f493f..ce2c1d7f 100644 --- a/test/test_tools_test.cpp +++ b/test/test_tools_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) @@ -510,6 +510,9 @@ TEST_CASE( test_BOOST_IS_DEFINED ) // Revision History : // // $Log$ +// Revision 1.43 2005/05/11 05:07:57 rogeeff +// licence update +// // Revision 1.42 2005/04/17 15:49:17 rogeeff // *** empty log message *** // diff --git a/test/token_iterator_test.cpp b/test/token_iterator_test.cpp index 644e4b9f..4cd1bc39 100644 --- a/test/token_iterator_test.cpp +++ b/test/token_iterator_test.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2004. +// (C) Copyright Gennadiy Rozental 2001-2005. // 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) @@ -191,6 +191,9 @@ BOOST_AUTO_TEST_CASE( test_istream_token_iterator ) // History : // // $Log$ +// Revision 1.10 2005/05/11 05:07:57 rogeeff +// licence update +// // Revision 1.9 2005/04/13 05:09:16 rogeeff // *** empty log message *** //