Boost logo

Boost-Commit :

From: gennadiy.rozental_at_[hidden]
Date: 2008-07-06 23:27:22


Author: rogeeff
Date: 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
New Revision: 47158
URL: http://svn.boost.org/trac/boost/changeset/47158

Log:
copyright update
Text files modified:
   trunk/libs/test/example/cla/assign_to.cpp | 2 +-
   trunk/libs/test/example/cla/basic_float.cpp | 2 +-
   trunk/libs/test/example/cla/basic_int.cpp | 2 +-
   trunk/libs/test/example/cla/basic_list.cpp | 2 +-
   trunk/libs/test/example/cla/basic_string.cpp | 2 +-
   trunk/libs/test/example/cla/basic_udt.cpp | 2 +-
   trunk/libs/test/example/cla/char_parameter.cpp | 2 +-
   trunk/libs/test/example/cla/custom_handler.cpp | 2 +-
   trunk/libs/test/example/cla/custom_interpreter.cpp | 2 +-
   trunk/libs/test/example/cla/custom_parameter.cpp | 2 +-
   trunk/libs/test/example/cla/default_value.cpp | 2 +-
   trunk/libs/test/example/cla/dual_name.cpp | 2 +-
   trunk/libs/test/example/cla/global.cpp | 2 +-
   trunk/libs/test/example/cla/guess_name.cpp | 2 +-
   trunk/libs/test/example/cla/help.cpp | 2 +-
   trunk/libs/test/example/cla/ignore_mismatch.cpp | 2 +-
   trunk/libs/test/example/cla/input_separator.cpp | 2 +-
   trunk/libs/test/example/cla/multiplicable.cpp | 2 +-
   trunk/libs/test/example/cla/name.cpp | 2 +-
   trunk/libs/test/example/cla/optional.cpp | 2 +-
   trunk/libs/test/example/cla/optional_value.cpp | 2 +-
   trunk/libs/test/example/cla/positional.cpp | 2 +-
   trunk/libs/test/example/cla/prefix.cpp | 2 +-
   trunk/libs/test/example/cla/reference.cpp | 2 +-
   trunk/libs/test/example/cla/remainder.cpp | 2 +-
   trunk/libs/test/example/cla/separator.cpp | 2 +-
   trunk/libs/test/example/cla/usage.cpp | 2 +-
   trunk/libs/test/example/cla/validation/access_unknown.cpp | 2 +-
   trunk/libs/test/example/cla/validation/ambiguous_access.cpp | 2 +-
   trunk/libs/test/example/cla/validation/ambiguous_input.cpp | 2 +-
   trunk/libs/test/example/cla/validation/definition_conflict.cpp | 2 +-
   trunk/libs/test/example/cla/validation/invalid_short_name.cpp | 2 +-
   trunk/libs/test/example/cla/validation/multiple_generators.cpp | 2 +-
   trunk/libs/test/example/cla/validation/multiple_value_handlers.cpp | 2 +-
   trunk/libs/test/example/cla/validation/opt_with_default_value.cpp | 2 +-
   trunk/libs/test/example/cla/validation/optional_plus_multiplicable.cpp | 2 +-
   trunk/libs/test/example/cla/validation/required_missing.cpp | 2 +-
   trunk/libs/test/example/cla/validation/unexpected_input.cpp | 2 +-
   trunk/libs/test/example/cla/validation/unexpected_repetition.cpp | 2 +-
   trunk/libs/test/example/cla/wide_string.cpp | 2 +-
   trunk/libs/test/example/env/custom_interpreter_env.cpp | 2 +-
   trunk/libs/test/example/env/env_var_default_value.cpp | 2 +-
   trunk/libs/test/example/env/environment_ex.cpp | 2 +-
   trunk/libs/test/example/env/global_id.cpp | 2 +-
   trunk/libs/test/example/env/modifier_combination.cpp | 2 +-
   trunk/libs/test/example/env/validation/need_typed_access.cpp | 2 +-
   trunk/libs/test/example/env/variable_ex.cpp | 2 +-
   47 files changed, 47 insertions(+), 47 deletions(-)

Modified: trunk/libs/test/example/cla/assign_to.cpp
==============================================================================
--- trunk/libs/test/example/cla/assign_to.cpp (original)
+++ trunk/libs/test/example/cla/assign_to.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/basic_float.cpp
==============================================================================
--- trunk/libs/test/example/cla/basic_float.cpp (original)
+++ trunk/libs/test/example/cla/basic_float.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/basic_int.cpp
==============================================================================
--- trunk/libs/test/example/cla/basic_int.cpp (original)
+++ trunk/libs/test/example/cla/basic_int.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/basic_list.cpp
==============================================================================
--- trunk/libs/test/example/cla/basic_list.cpp (original)
+++ trunk/libs/test/example/cla/basic_list.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/basic_string.cpp
==============================================================================
--- trunk/libs/test/example/cla/basic_string.cpp (original)
+++ trunk/libs/test/example/cla/basic_string.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/basic_udt.cpp
==============================================================================
--- trunk/libs/test/example/cla/basic_udt.cpp (original)
+++ trunk/libs/test/example/cla/basic_udt.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/char_parameter.cpp
==============================================================================
--- trunk/libs/test/example/cla/char_parameter.cpp (original)
+++ trunk/libs/test/example/cla/char_parameter.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/custom_handler.cpp
==============================================================================
--- trunk/libs/test/example/cla/custom_handler.cpp (original)
+++ trunk/libs/test/example/cla/custom_handler.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/custom_interpreter.cpp
==============================================================================
--- trunk/libs/test/example/cla/custom_interpreter.cpp (original)
+++ trunk/libs/test/example/cla/custom_interpreter.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/custom_parameter.cpp
==============================================================================
--- trunk/libs/test/example/cla/custom_parameter.cpp (original)
+++ trunk/libs/test/example/cla/custom_parameter.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/default_value.cpp
==============================================================================
--- trunk/libs/test/example/cla/default_value.cpp (original)
+++ trunk/libs/test/example/cla/default_value.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/dual_name.cpp
==============================================================================
--- trunk/libs/test/example/cla/dual_name.cpp (original)
+++ trunk/libs/test/example/cla/dual_name.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/global.cpp
==============================================================================
--- trunk/libs/test/example/cla/global.cpp (original)
+++ trunk/libs/test/example/cla/global.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/guess_name.cpp
==============================================================================
--- trunk/libs/test/example/cla/guess_name.cpp (original)
+++ trunk/libs/test/example/cla/guess_name.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/help.cpp
==============================================================================
--- trunk/libs/test/example/cla/help.cpp (original)
+++ trunk/libs/test/example/cla/help.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/ignore_mismatch.cpp
==============================================================================
--- trunk/libs/test/example/cla/ignore_mismatch.cpp (original)
+++ trunk/libs/test/example/cla/ignore_mismatch.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/input_separator.cpp
==============================================================================
--- trunk/libs/test/example/cla/input_separator.cpp (original)
+++ trunk/libs/test/example/cla/input_separator.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/multiplicable.cpp
==============================================================================
--- trunk/libs/test/example/cla/multiplicable.cpp (original)
+++ trunk/libs/test/example/cla/multiplicable.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/name.cpp
==============================================================================
--- trunk/libs/test/example/cla/name.cpp (original)
+++ trunk/libs/test/example/cla/name.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/optional.cpp
==============================================================================
--- trunk/libs/test/example/cla/optional.cpp (original)
+++ trunk/libs/test/example/cla/optional.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/optional_value.cpp
==============================================================================
--- trunk/libs/test/example/cla/optional_value.cpp (original)
+++ trunk/libs/test/example/cla/optional_value.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/positional.cpp
==============================================================================
--- trunk/libs/test/example/cla/positional.cpp (original)
+++ trunk/libs/test/example/cla/positional.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/prefix.cpp
==============================================================================
--- trunk/libs/test/example/cla/prefix.cpp (original)
+++ trunk/libs/test/example/cla/prefix.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/reference.cpp
==============================================================================
--- trunk/libs/test/example/cla/reference.cpp (original)
+++ trunk/libs/test/example/cla/reference.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/remainder.cpp
==============================================================================
--- trunk/libs/test/example/cla/remainder.cpp (original)
+++ trunk/libs/test/example/cla/remainder.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/separator.cpp
==============================================================================
--- trunk/libs/test/example/cla/separator.cpp (original)
+++ trunk/libs/test/example/cla/separator.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/usage.cpp
==============================================================================
--- trunk/libs/test/example/cla/usage.cpp (original)
+++ trunk/libs/test/example/cla/usage.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/validation/access_unknown.cpp
==============================================================================
--- trunk/libs/test/example/cla/validation/access_unknown.cpp (original)
+++ trunk/libs/test/example/cla/validation/access_unknown.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/validation/ambiguous_access.cpp
==============================================================================
--- trunk/libs/test/example/cla/validation/ambiguous_access.cpp (original)
+++ trunk/libs/test/example/cla/validation/ambiguous_access.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/validation/ambiguous_input.cpp
==============================================================================
--- trunk/libs/test/example/cla/validation/ambiguous_input.cpp (original)
+++ trunk/libs/test/example/cla/validation/ambiguous_input.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/validation/definition_conflict.cpp
==============================================================================
--- trunk/libs/test/example/cla/validation/definition_conflict.cpp (original)
+++ trunk/libs/test/example/cla/validation/definition_conflict.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/validation/invalid_short_name.cpp
==============================================================================
--- trunk/libs/test/example/cla/validation/invalid_short_name.cpp (original)
+++ trunk/libs/test/example/cla/validation/invalid_short_name.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/validation/multiple_generators.cpp
==============================================================================
--- trunk/libs/test/example/cla/validation/multiple_generators.cpp (original)
+++ trunk/libs/test/example/cla/validation/multiple_generators.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/validation/multiple_value_handlers.cpp
==============================================================================
--- trunk/libs/test/example/cla/validation/multiple_value_handlers.cpp (original)
+++ trunk/libs/test/example/cla/validation/multiple_value_handlers.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/validation/opt_with_default_value.cpp
==============================================================================
--- trunk/libs/test/example/cla/validation/opt_with_default_value.cpp (original)
+++ trunk/libs/test/example/cla/validation/opt_with_default_value.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/validation/optional_plus_multiplicable.cpp
==============================================================================
--- trunk/libs/test/example/cla/validation/optional_plus_multiplicable.cpp (original)
+++ trunk/libs/test/example/cla/validation/optional_plus_multiplicable.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/validation/required_missing.cpp
==============================================================================
--- trunk/libs/test/example/cla/validation/required_missing.cpp (original)
+++ trunk/libs/test/example/cla/validation/required_missing.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/validation/unexpected_input.cpp
==============================================================================
--- trunk/libs/test/example/cla/validation/unexpected_input.cpp (original)
+++ trunk/libs/test/example/cla/validation/unexpected_input.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/validation/unexpected_repetition.cpp
==============================================================================
--- trunk/libs/test/example/cla/validation/unexpected_repetition.cpp (original)
+++ trunk/libs/test/example/cla/validation/unexpected_repetition.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/cla/wide_string.cpp
==============================================================================
--- trunk/libs/test/example/cla/wide_string.cpp (original)
+++ trunk/libs/test/example/cla/wide_string.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/env/custom_interpreter_env.cpp
==============================================================================
--- trunk/libs/test/example/env/custom_interpreter_env.cpp (original)
+++ trunk/libs/test/example/env/custom_interpreter_env.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/env/env_var_default_value.cpp
==============================================================================
--- trunk/libs/test/example/env/env_var_default_value.cpp (original)
+++ trunk/libs/test/example/env/env_var_default_value.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/env/environment_ex.cpp
==============================================================================
--- trunk/libs/test/example/env/environment_ex.cpp (original)
+++ trunk/libs/test/example/env/environment_ex.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/env/global_id.cpp
==============================================================================
--- trunk/libs/test/example/env/global_id.cpp (original)
+++ trunk/libs/test/example/env/global_id.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/env/modifier_combination.cpp
==============================================================================
--- trunk/libs/test/example/env/modifier_combination.cpp (original)
+++ trunk/libs/test/example/env/modifier_combination.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/env/validation/need_typed_access.cpp
==============================================================================
--- trunk/libs/test/example/env/validation/need_typed_access.cpp (original)
+++ trunk/libs/test/example/env/validation/need_typed_access.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)

Modified: trunk/libs/test/example/env/variable_ex.cpp
==============================================================================
--- trunk/libs/test/example/env/variable_ex.cpp (original)
+++ trunk/libs/test/example/env/variable_ex.cpp 2008-07-06 23:27:18 EDT (Sun, 06 Jul 2008)
@@ -1,4 +1,4 @@
-// (C) Copyright Gennadiy Rozental 2001-2006.
+// (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)


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk