From 183632ef290907aafee62f53db1f3fec297a5374 Mon Sep 17 00:00:00 2001 From: Gennadiy Rozental Date: Mon, 7 Jul 2008 01:06:38 +0000 Subject: [PATCH] copyright update [SVN r47154] --- include/boost/test/debug.hpp | 2 +- include/boost/test/debug_config.hpp | 2 +- include/boost/test/detail/config.hpp | 2 +- include/boost/test/detail/enable_warnings.hpp | 2 +- include/boost/test/detail/fwd_decl.hpp | 2 +- include/boost/test/detail/global_typedef.hpp | 2 +- include/boost/test/detail/log_level.hpp | 2 +- include/boost/test/detail/suppress_warnings.hpp | 2 +- include/boost/test/detail/unit_test_parameters.hpp | 2 +- include/boost/test/detail/workaround.hpp | 2 +- include/boost/test/exception_safety.hpp | 2 +- include/boost/test/execution_monitor.hpp | 2 +- include/boost/test/floating_point_comparison.hpp | 2 +- include/boost/test/framework.hpp | 2 +- include/boost/test/impl/compiler_log_formatter.ipp | 2 +- include/boost/test/impl/debug.ipp | 2 +- include/boost/test/impl/exception_safety.ipp | 2 +- include/boost/test/impl/execution_monitor.ipp | 2 +- include/boost/test/impl/framework.ipp | 2 +- include/boost/test/impl/interaction_based.ipp | 2 +- include/boost/test/impl/logged_expectations.ipp | 2 +- include/boost/test/impl/plain_report_formatter.ipp | 2 +- include/boost/test/impl/progress_monitor.ipp | 2 +- include/boost/test/impl/results_collector.ipp | 2 +- include/boost/test/impl/results_reporter.ipp | 2 +- include/boost/test/impl/test_tools.ipp | 2 +- include/boost/test/impl/unit_test_log.ipp | 2 +- include/boost/test/impl/unit_test_main.ipp | 2 +- include/boost/test/impl/unit_test_monitor.ipp | 2 +- include/boost/test/impl/unit_test_parameters.ipp | 2 +- include/boost/test/impl/unit_test_suite.ipp | 2 +- include/boost/test/impl/xml_log_formatter.ipp | 2 +- include/boost/test/impl/xml_report_formatter.ipp | 2 +- include/boost/test/included/prg_exec_monitor.hpp | 2 +- include/boost/test/included/test_exec_monitor.hpp | 2 +- include/boost/test/interaction_based.hpp | 2 +- include/boost/test/logged_expectations.hpp | 2 +- include/boost/test/minimal.hpp | 2 +- include/boost/test/mock_object.hpp | 2 +- include/boost/test/output/compiler_log_formatter.hpp | 2 +- include/boost/test/output/plain_report_formatter.hpp | 2 +- include/boost/test/output/xml_log_formatter.hpp | 2 +- include/boost/test/output/xml_report_formatter.hpp | 2 +- include/boost/test/output_test_stream.hpp | 2 +- include/boost/test/parameterized_test.hpp | 2 +- include/boost/test/predicate_result.hpp | 2 +- include/boost/test/progress_monitor.hpp | 2 +- include/boost/test/results_collector.hpp | 2 +- include/boost/test/results_reporter.hpp | 2 +- include/boost/test/test_case_template.hpp | 2 +- include/boost/test/test_observer.hpp | 2 +- include/boost/test/test_tools.hpp | 2 +- include/boost/test/unit_test.hpp | 2 +- include/boost/test/unit_test_log.hpp | 2 +- include/boost/test/unit_test_log_formatter.hpp | 2 +- include/boost/test/unit_test_monitor.hpp | 2 +- include/boost/test/unit_test_suite.hpp | 2 +- include/boost/test/unit_test_suite_impl.hpp | 2 +- include/boost/test/utils/algorithm.hpp | 2 +- include/boost/test/utils/callback.hpp | 2 +- src/compiler_log_formatter.cpp | 2 +- src/debug.cpp | 2 +- src/exception_safety.cpp | 2 +- src/execution_monitor.cpp | 2 +- src/framework.cpp | 2 +- src/interaction_based.cpp | 2 +- src/logged_expectations.cpp | 2 +- src/plain_report_formatter.cpp | 2 +- src/progress_monitor.cpp | 2 +- src/results_collector.cpp | 2 +- src/results_reporter.cpp | 2 +- src/test_tools.cpp | 2 +- src/unit_test_log.cpp | 2 +- src/unit_test_main.cpp | 2 +- src/unit_test_monitor.cpp | 2 +- src/unit_test_parameters.cpp | 2 +- src/unit_test_suite.cpp | 2 +- src/xml_log_formatter.cpp | 2 +- src/xml_report_formatter.cpp | 2 +- 79 files changed, 79 insertions(+), 79 deletions(-) mode change 100755 => 100644 include/boost/test/unit_test_log_formatter.hpp diff --git a/include/boost/test/debug.hpp b/include/boost/test/debug.hpp index c9633400..1c45bc7e 100644 --- a/include/boost/test/debug.hpp +++ b/include/boost/test/debug.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2006-2007. +// (C) Copyright Gennadiy Rozental 2006-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/debug_config.hpp b/include/boost/test/debug_config.hpp index cc338ded..17f41a60 100644 --- a/include/boost/test/debug_config.hpp +++ b/include/boost/test/debug_config.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2006-2007. +// (C) Copyright Gennadiy Rozental 2006-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/detail/config.hpp b/include/boost/test/detail/config.hpp index e2aa7ed9..2614c693 100644 --- a/include/boost/test/detail/config.hpp +++ b/include/boost/test/detail/config.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/detail/enable_warnings.hpp b/include/boost/test/detail/enable_warnings.hpp index 78f1dae8..6d9d71d2 100644 --- a/include/boost/test/detail/enable_warnings.hpp +++ b/include/boost/test/detail/enable_warnings.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2004-2007. +// (C) Copyright Gennadiy Rozental 2004-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/detail/fwd_decl.hpp b/include/boost/test/detail/fwd_decl.hpp index 75a1a87f..c8b87f9f 100644 --- a/include/boost/test/detail/fwd_decl.hpp +++ b/include/boost/test/detail/fwd_decl.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/detail/global_typedef.hpp b/include/boost/test/detail/global_typedef.hpp index abf2a565..4f81c50b 100644 --- a/include/boost/test/detail/global_typedef.hpp +++ b/include/boost/test/detail/global_typedef.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/detail/log_level.hpp b/include/boost/test/detail/log_level.hpp index 10830962..371c4b9d 100644 --- a/include/boost/test/detail/log_level.hpp +++ b/include/boost/test/detail/log_level.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/detail/suppress_warnings.hpp b/include/boost/test/detail/suppress_warnings.hpp index 720b69f8..617cfb73 100644 --- a/include/boost/test/detail/suppress_warnings.hpp +++ b/include/boost/test/detail/suppress_warnings.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2004-2007. +// (C) Copyright Gennadiy Rozental 2004-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/detail/unit_test_parameters.hpp b/include/boost/test/detail/unit_test_parameters.hpp index 29dd1faf..b07a9124 100644 --- a/include/boost/test/detail/unit_test_parameters.hpp +++ b/include/boost/test/detail/unit_test_parameters.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/detail/workaround.hpp b/include/boost/test/detail/workaround.hpp index a5d8ab74..05bf6e7d 100644 --- a/include/boost/test/detail/workaround.hpp +++ b/include/boost/test/detail/workaround.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/exception_safety.hpp b/include/boost/test/exception_safety.hpp index 23659413..3cca7de1 100644 --- a/include/boost/test/exception_safety.hpp +++ b/include/boost/test/exception_safety.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/execution_monitor.hpp b/include/boost/test/execution_monitor.hpp index 28776208..8adf24d3 100644 --- a/include/boost/test/execution_monitor.hpp +++ b/include/boost/test/execution_monitor.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // (C) Copyright Beman Dawes 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/test/floating_point_comparison.hpp b/include/boost/test/floating_point_comparison.hpp index 338864bb..12a4b285 100644 --- a/include/boost/test/floating_point_comparison.hpp +++ b/include/boost/test/floating_point_comparison.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/framework.hpp b/include/boost/test/framework.hpp index 36049b81..e31f8309 100644 --- a/include/boost/test/framework.hpp +++ b/include/boost/test/framework.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/compiler_log_formatter.ipp b/include/boost/test/impl/compiler_log_formatter.ipp index 445e656c..82e14346 100644 --- a/include/boost/test/impl/compiler_log_formatter.ipp +++ b/include/boost/test/impl/compiler_log_formatter.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/debug.ipp b/include/boost/test/impl/debug.ipp index f4851524..6a3650fb 100644 --- a/include/boost/test/impl/debug.ipp +++ b/include/boost/test/impl/debug.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2006-2007. +// (C) Copyright Gennadiy Rozental 2006-2008. // Use, modification, and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/exception_safety.ipp b/include/boost/test/impl/exception_safety.ipp index 0735f214..656de8b8 100644 --- a/include/boost/test/impl/exception_safety.ipp +++ b/include/boost/test/impl/exception_safety.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Use, modification, and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/execution_monitor.ipp b/include/boost/test/impl/execution_monitor.ipp index c3a70e27..1fb5ca34 100644 --- a/include/boost/test/impl/execution_monitor.ipp +++ b/include/boost/test/impl/execution_monitor.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // (C) Copyright Beman Dawes and Ullrich Koethe 1995-2001. // Use, modification, and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file diff --git a/include/boost/test/impl/framework.ipp b/include/boost/test/impl/framework.ipp index e1359e2d..11972bb3 100644 --- a/include/boost/test/impl/framework.ipp +++ b/include/boost/test/impl/framework.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/interaction_based.ipp b/include/boost/test/impl/interaction_based.ipp index 1037f7e5..3b445b2e 100644 --- a/include/boost/test/impl/interaction_based.ipp +++ b/include/boost/test/impl/interaction_based.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Use, modification, and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/logged_expectations.ipp b/include/boost/test/impl/logged_expectations.ipp index f72d60c6..760f9f36 100644 --- a/include/boost/test/impl/logged_expectations.ipp +++ b/include/boost/test/impl/logged_expectations.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Use, modification, and distribution are subject to the // Boost Software License, ELOG_VER 1.0. (See accompanying file // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/plain_report_formatter.ipp b/include/boost/test/impl/plain_report_formatter.ipp index 4b1581e8..a676c602 100644 --- a/include/boost/test/impl/plain_report_formatter.ipp +++ b/include/boost/test/impl/plain_report_formatter.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/progress_monitor.ipp b/include/boost/test/impl/progress_monitor.ipp index e47e610f..ae633f96 100644 --- a/include/boost/test/impl/progress_monitor.ipp +++ b/include/boost/test/impl/progress_monitor.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/results_collector.ipp b/include/boost/test/impl/results_collector.ipp index 064c0859..64dd7546 100644 --- a/include/boost/test/impl/results_collector.ipp +++ b/include/boost/test/impl/results_collector.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/results_reporter.ipp b/include/boost/test/impl/results_reporter.ipp index 5d448251..3ff16fe5 100644 --- a/include/boost/test/impl/results_reporter.ipp +++ b/include/boost/test/impl/results_reporter.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/test_tools.ipp b/include/boost/test/impl/test_tools.ipp index e10aafbb..fd1f185b 100644 --- a/include/boost/test/impl/test_tools.ipp +++ b/include/boost/test/impl/test_tools.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/unit_test_log.ipp b/include/boost/test/impl/unit_test_log.ipp index dc379605..94611642 100644 --- a/include/boost/test/impl/unit_test_log.ipp +++ b/include/boost/test/impl/unit_test_log.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/unit_test_main.ipp b/include/boost/test/impl/unit_test_main.ipp index 11ec7ca0..c6d100cc 100644 --- a/include/boost/test/impl/unit_test_main.ipp +++ b/include/boost/test/impl/unit_test_main.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/unit_test_monitor.ipp b/include/boost/test/impl/unit_test_monitor.ipp index b80798b3..dc912f54 100644 --- a/include/boost/test/impl/unit_test_monitor.ipp +++ b/include/boost/test/impl/unit_test_monitor.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/unit_test_parameters.ipp b/include/boost/test/impl/unit_test_parameters.ipp index 3c9bf53e..8fd7c5eb 100644 --- a/include/boost/test/impl/unit_test_parameters.ipp +++ b/include/boost/test/impl/unit_test_parameters.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/unit_test_suite.ipp b/include/boost/test/impl/unit_test_suite.ipp index 301c3e0f..2d6ee79c 100644 --- a/include/boost/test/impl/unit_test_suite.ipp +++ b/include/boost/test/impl/unit_test_suite.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/xml_log_formatter.ipp b/include/boost/test/impl/xml_log_formatter.ipp index 7e1db151..f5ce20c5 100644 --- a/include/boost/test/impl/xml_log_formatter.ipp +++ b/include/boost/test/impl/xml_log_formatter.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/impl/xml_report_formatter.ipp b/include/boost/test/impl/xml_report_formatter.ipp index 10e06ef1..261db788 100644 --- a/include/boost/test/impl/xml_report_formatter.ipp +++ b/include/boost/test/impl/xml_report_formatter.ipp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/included/prg_exec_monitor.hpp b/include/boost/test/included/prg_exec_monitor.hpp index 493de485..530cc3fe 100644 --- a/include/boost/test/included/prg_exec_monitor.hpp +++ b/include/boost/test/included/prg_exec_monitor.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/included/test_exec_monitor.hpp b/include/boost/test/included/test_exec_monitor.hpp index 658bd5aa..8d351b15 100644 --- a/include/boost/test/included/test_exec_monitor.hpp +++ b/include/boost/test/included/test_exec_monitor.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/interaction_based.hpp b/include/boost/test/interaction_based.hpp index 14771547..e77128ab 100644 --- a/include/boost/test/interaction_based.hpp +++ b/include/boost/test/interaction_based.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/logged_expectations.hpp b/include/boost/test/logged_expectations.hpp index 27b0dd8c..55707074 100644 --- a/include/boost/test/logged_expectations.hpp +++ b/include/boost/test/logged_expectations.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/minimal.hpp b/include/boost/test/minimal.hpp index 92eecd35..7d321505 100644 --- a/include/boost/test/minimal.hpp +++ b/include/boost/test/minimal.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2002-2007. +// (C) Copyright Gennadiy Rozental 2002-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/mock_object.hpp b/include/boost/test/mock_object.hpp index 5a9d41ec..1234bd3b 100644 --- a/include/boost/test/mock_object.hpp +++ b/include/boost/test/mock_object.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/output/compiler_log_formatter.hpp b/include/boost/test/output/compiler_log_formatter.hpp index fcb26901..9fda5c7e 100644 --- a/include/boost/test/output/compiler_log_formatter.hpp +++ b/include/boost/test/output/compiler_log_formatter.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/output/plain_report_formatter.hpp b/include/boost/test/output/plain_report_formatter.hpp index 22c309a1..2785e697 100644 --- a/include/boost/test/output/plain_report_formatter.hpp +++ b/include/boost/test/output/plain_report_formatter.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/output/xml_log_formatter.hpp b/include/boost/test/output/xml_log_formatter.hpp index 4d0f872a..71f33e78 100644 --- a/include/boost/test/output/xml_log_formatter.hpp +++ b/include/boost/test/output/xml_log_formatter.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/output/xml_report_formatter.hpp b/include/boost/test/output/xml_report_formatter.hpp index 0ad7208d..0ee81d94 100644 --- a/include/boost/test/output/xml_report_formatter.hpp +++ b/include/boost/test/output/xml_report_formatter.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/output_test_stream.hpp b/include/boost/test/output_test_stream.hpp index 55e40d42..2f2184a9 100644 --- a/include/boost/test/output_test_stream.hpp +++ b/include/boost/test/output_test_stream.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/parameterized_test.hpp b/include/boost/test/parameterized_test.hpp index 2d5f9530..32550ad8 100644 --- a/include/boost/test/parameterized_test.hpp +++ b/include/boost/test/parameterized_test.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/predicate_result.hpp b/include/boost/test/predicate_result.hpp index e48615ed..8d873fd0 100644 --- a/include/boost/test/predicate_result.hpp +++ b/include/boost/test/predicate_result.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/progress_monitor.hpp b/include/boost/test/progress_monitor.hpp index dc92bb9e..5bf69257 100644 --- a/include/boost/test/progress_monitor.hpp +++ b/include/boost/test/progress_monitor.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/results_collector.hpp b/include/boost/test/results_collector.hpp index e8983a9c..e4200b02 100644 --- a/include/boost/test/results_collector.hpp +++ b/include/boost/test/results_collector.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/results_reporter.hpp b/include/boost/test/results_reporter.hpp index f9c5a991..862c622a 100644 --- a/include/boost/test/results_reporter.hpp +++ b/include/boost/test/results_reporter.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/test_case_template.hpp b/include/boost/test/test_case_template.hpp index 1b5adabe..189ccc92 100644 --- a/include/boost/test/test_case_template.hpp +++ b/include/boost/test/test_case_template.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2003-2007. +// (C) Copyright Gennadiy Rozental 2003-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/test_observer.hpp b/include/boost/test/test_observer.hpp index 20ae14bf..4ae152c7 100644 --- a/include/boost/test/test_observer.hpp +++ b/include/boost/test/test_observer.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/test_tools.hpp b/include/boost/test/test_tools.hpp index ec1af71e..ad769863 100644 --- a/include/boost/test/test_tools.hpp +++ b/include/boost/test/test_tools.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/unit_test.hpp b/include/boost/test/unit_test.hpp index cb290a7f..c93e2b69 100644 --- a/include/boost/test/unit_test.hpp +++ b/include/boost/test/unit_test.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/unit_test_log.hpp b/include/boost/test/unit_test_log.hpp index 19c3ce94..54baa8db 100644 --- a/include/boost/test/unit_test_log.hpp +++ b/include/boost/test/unit_test_log.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/unit_test_log_formatter.hpp b/include/boost/test/unit_test_log_formatter.hpp old mode 100755 new mode 100644 index 4807d721..c57b011b --- a/include/boost/test/unit_test_log_formatter.hpp +++ b/include/boost/test/unit_test_log_formatter.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2003-2007. +// (C) Copyright Gennadiy Rozental 2003-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/unit_test_monitor.hpp b/include/boost/test/unit_test_monitor.hpp index 385c0cbd..9ac1e139 100644 --- a/include/boost/test/unit_test_monitor.hpp +++ b/include/boost/test/unit_test_monitor.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/unit_test_suite.hpp b/include/boost/test/unit_test_suite.hpp index d63a584a..5fcef031 100644 --- a/include/boost/test/unit_test_suite.hpp +++ b/include/boost/test/unit_test_suite.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/unit_test_suite_impl.hpp b/include/boost/test/unit_test_suite_impl.hpp index 9a5c9f9a..2fbf1c43 100644 --- a/include/boost/test/unit_test_suite_impl.hpp +++ b/include/boost/test/unit_test_suite_impl.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2001-2007. +// (C) Copyright Gennadiy Rozental 2001-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/utils/algorithm.hpp b/include/boost/test/utils/algorithm.hpp index 015ae62f..1ad389db 100644 --- a/include/boost/test/utils/algorithm.hpp +++ b/include/boost/test/utils/algorithm.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2004-2007. +// (C) Copyright Gennadiy Rozental 2004-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/test/utils/callback.hpp b/include/boost/test/utils/callback.hpp index 4325de26..6aa0a157 100644 --- a/include/boost/test/utils/callback.hpp +++ b/include/boost/test/utils/callback.hpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005-2007. +// (C) Copyright Gennadiy Rozental 2005-2008. // 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/src/compiler_log_formatter.cpp b/src/compiler_log_formatter.cpp index fa6bc259..fa174fb2 100644 --- a/src/compiler_log_formatter.cpp +++ b/src/compiler_log_formatter.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/debug.cpp b/src/debug.cpp index dde4b678..864d6f21 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2006. +// (C) Copyright Gennadiy Rozental 2006-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/exception_safety.cpp b/src/exception_safety.cpp index 85fcde58..6f021963 100644 --- a/src/exception_safety.cpp +++ b/src/exception_safety.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/execution_monitor.cpp b/src/execution_monitor.cpp index e4cd1ddf..9702ed97 100644 --- a/src/execution_monitor.cpp +++ b/src/execution_monitor.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/framework.cpp b/src/framework.cpp index 75d89112..986f20b9 100644 --- a/src/framework.cpp +++ b/src/framework.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/interaction_based.cpp b/src/interaction_based.cpp index 2baff8c5..f3dc76ff 100644 --- a/src/interaction_based.cpp +++ b/src/interaction_based.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/logged_expectations.cpp b/src/logged_expectations.cpp index 55b0cd43..c8f690f9 100644 --- a/src/logged_expectations.cpp +++ b/src/logged_expectations.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/plain_report_formatter.cpp b/src/plain_report_formatter.cpp index 224b6731..8ef03c36 100644 --- a/src/plain_report_formatter.cpp +++ b/src/plain_report_formatter.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/progress_monitor.cpp b/src/progress_monitor.cpp index c5009cfc..5ee24d5d 100644 --- a/src/progress_monitor.cpp +++ b/src/progress_monitor.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/results_collector.cpp b/src/results_collector.cpp index 07c44aa4..e6be408e 100644 --- a/src/results_collector.cpp +++ b/src/results_collector.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/results_reporter.cpp b/src/results_reporter.cpp index d8eb8a22..a1790923 100644 --- a/src/results_reporter.cpp +++ b/src/results_reporter.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/test_tools.cpp b/src/test_tools.cpp index 75f39e7d..905e3514 100644 --- a/src/test_tools.cpp +++ b/src/test_tools.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/unit_test_log.cpp b/src/unit_test_log.cpp index cf105728..e1da0976 100644 --- a/src/unit_test_log.cpp +++ b/src/unit_test_log.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/unit_test_main.cpp b/src/unit_test_main.cpp index 4329e295..c031c584 100644 --- a/src/unit_test_main.cpp +++ b/src/unit_test_main.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/unit_test_monitor.cpp b/src/unit_test_monitor.cpp index b5171860..6a94a465 100644 --- a/src/unit_test_monitor.cpp +++ b/src/unit_test_monitor.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/unit_test_parameters.cpp b/src/unit_test_parameters.cpp index 8978835b..419527b8 100644 --- a/src/unit_test_parameters.cpp +++ b/src/unit_test_parameters.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/unit_test_suite.cpp b/src/unit_test_suite.cpp index e7248744..6fe2f318 100644 --- a/src/unit_test_suite.cpp +++ b/src/unit_test_suite.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/xml_log_formatter.cpp b/src/xml_log_formatter.cpp index 18fc6b52..e44f4588 100644 --- a/src/xml_log_formatter.cpp +++ b/src/xml_log_formatter.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/src/xml_report_formatter.cpp b/src/xml_report_formatter.cpp index 09189bf1..4f0f59bf 100644 --- a/src/xml_report_formatter.cpp +++ b/src/xml_report_formatter.cpp @@ -1,4 +1,4 @@ -// (C) Copyright Gennadiy Rozental 2005. +// (C) Copyright Gennadiy Rozental 2005-2008. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt)