$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r58713 - in trunk/boost/wave: . cpplexer cpplexer/re2clex grammars util
From: hartmut.kaiser_at_[hidden]
Date: 2010-01-05 12:27:25
Author: hkaiser
Date: 2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
New Revision: 58713
URL: http://svn.boost.org/trac/boost/changeset/58713
Log:
Wave: updating copyrights, fixing issues introduced by latest changes to multi_pass.
Text files modified: 
   trunk/boost/wave/cpp_context.hpp                          |     2 +-                                      
   trunk/boost/wave/cpp_exceptions.hpp                       |     2 +-                                      
   trunk/boost/wave/cpp_iteration_context.hpp                |     2 +-                                      
   trunk/boost/wave/cpp_throw.hpp                            |     2 +-                                      
   trunk/boost/wave/cpplexer/convert_trigraphs.hpp           |     2 +-                                      
   trunk/boost/wave/cpplexer/cpp_lex_interface.hpp           |     2 +-                                      
   trunk/boost/wave/cpplexer/cpp_lex_interface_generator.hpp |     2 +-                                      
   trunk/boost/wave/cpplexer/cpp_lex_iterator.hpp            |     6 +++---                                  
   trunk/boost/wave/cpplexer/cpp_lex_token.hpp               |     2 +-                                      
   trunk/boost/wave/cpplexer/cpplexer_exceptions.hpp         |     2 +-                                      
   trunk/boost/wave/cpplexer/detect_include_guards.hpp       |     2 +-                                      
   trunk/boost/wave/cpplexer/re2clex/aq.hpp                  |     2 +-                                      
   trunk/boost/wave/cpplexer/re2clex/cpp_re.hpp              |     2 +-                                      
   trunk/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp      |     2 +-                                      
   trunk/boost/wave/cpplexer/re2clex/scanner.hpp             |     2 +-                                      
   trunk/boost/wave/cpplexer/token_cache.hpp                 |     2 +-                                      
   trunk/boost/wave/cpplexer/validate_universal_char.hpp     |     2 +-                                      
   trunk/boost/wave/grammars/cpp_chlit_grammar.hpp           |     2 +-                                      
   trunk/boost/wave/grammars/cpp_defined_grammar.hpp         |     2 +-                                      
   trunk/boost/wave/grammars/cpp_defined_grammar_gen.hpp     |     2 +-                                      
   trunk/boost/wave/grammars/cpp_expression_grammar.hpp      |     2 +-                                      
   trunk/boost/wave/grammars/cpp_expression_grammar_gen.hpp  |     2 +-                                      
   trunk/boost/wave/grammars/cpp_expression_value.hpp        |     2 +-                                      
   trunk/boost/wave/grammars/cpp_grammar.hpp                 |     2 +-                                      
   trunk/boost/wave/grammars/cpp_grammar_gen.hpp             |     2 +-                                      
   trunk/boost/wave/grammars/cpp_intlit_grammar.hpp          |     2 +-                                      
   trunk/boost/wave/grammars/cpp_literal_grammar_gen.hpp     |     2 +-                                      
   trunk/boost/wave/grammars/cpp_predef_macros_gen.hpp       |     2 +-                                      
   trunk/boost/wave/grammars/cpp_predef_macros_grammar.hpp   |     2 +-                                      
   trunk/boost/wave/grammars/cpp_value_error.hpp             |     2 +-                                      
   trunk/boost/wave/language_support.hpp                     |     2 +-                                      
   trunk/boost/wave/preprocessing_hooks.hpp                  |     2 +-                                      
   trunk/boost/wave/token_ids.hpp                            |     2 +-                                      
   trunk/boost/wave/util/cpp_ifblock.hpp                     |     2 +-                                      
   trunk/boost/wave/util/cpp_include_paths.hpp               |     2 +-                                      
   trunk/boost/wave/util/cpp_iterator.hpp                    |     2 +-                                      
   trunk/boost/wave/util/cpp_macromap.hpp                    |     2 +-                                      
   trunk/boost/wave/util/cpp_macromap_predef.hpp             |     2 +-                                      
   trunk/boost/wave/util/cpp_macromap_utils.hpp              |     2 +-                                      
   trunk/boost/wave/util/file_position.hpp                   |     2 +-                                      
   trunk/boost/wave/util/filesystem_compatibility.hpp        |     2 +-                                      
   trunk/boost/wave/util/functor_input.hpp                   |     2 +-                                      
   trunk/boost/wave/util/insert_whitespace_detection.hpp     |     2 +-                                      
   trunk/boost/wave/util/interpret_pragma.hpp                |     2 +-                                      
   trunk/boost/wave/util/iteration_context.hpp               |     2 +-                                      
   trunk/boost/wave/util/macro_definition.hpp                |     2 +-                                      
   trunk/boost/wave/util/macro_helpers.hpp                   |     2 +-                                      
   trunk/boost/wave/util/pattern_parser.hpp                  |     2 +-                                      
   trunk/boost/wave/util/symbol_table.hpp                    |     2 +-                                      
   trunk/boost/wave/util/time_conversion_helper.hpp          |     2 +-                                      
   trunk/boost/wave/util/transform_iterator.hpp              |     2 +-                                      
   trunk/boost/wave/util/unput_queue_iterator.hpp            |     2 +-                                      
   trunk/boost/wave/wave_config.hpp                          |     2 +-                                      
   trunk/boost/wave/wave_config_constant.hpp                 |     2 +-                                      
   trunk/boost/wave/wave_version.hpp                         |     2 +-                                      
   trunk/boost/wave/whitespace_handling.hpp                  |     2 +-                                      
   56 files changed, 58 insertions(+), 58 deletions(-)
Modified: trunk/boost/wave/cpp_context.hpp
==============================================================================
--- trunk/boost/wave/cpp_context.hpp	(original)
+++ trunk/boost/wave/cpp_context.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -4,7 +4,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/cpp_exceptions.hpp
==============================================================================
--- trunk/boost/wave/cpp_exceptions.hpp	(original)
+++ trunk/boost/wave/cpp_exceptions.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/cpp_iteration_context.hpp
==============================================================================
--- trunk/boost/wave/cpp_iteration_context.hpp	(original)
+++ trunk/boost/wave/cpp_iteration_context.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -4,7 +4,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/cpp_throw.hpp
==============================================================================
--- trunk/boost/wave/cpp_throw.hpp	(original)
+++ trunk/boost/wave/cpp_throw.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/cpplexer/convert_trigraphs.hpp
==============================================================================
--- trunk/boost/wave/cpplexer/convert_trigraphs.hpp	(original)
+++ trunk/boost/wave/cpplexer/convert_trigraphs.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/cpplexer/cpp_lex_interface.hpp
==============================================================================
--- trunk/boost/wave/cpplexer/cpp_lex_interface.hpp	(original)
+++ trunk/boost/wave/cpplexer/cpp_lex_interface.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/cpplexer/cpp_lex_interface_generator.hpp
==============================================================================
--- trunk/boost/wave/cpplexer/cpp_lex_interface_generator.hpp	(original)
+++ trunk/boost/wave/cpplexer/cpp_lex_interface_generator.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/cpplexer/cpp_lex_iterator.hpp
==============================================================================
--- trunk/boost/wave/cpplexer/cpp_lex_iterator.hpp	(original)
+++ trunk/boost/wave/cpplexer/cpp_lex_iterator.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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)
 =============================================================================*/
@@ -201,12 +201,12 @@
         typedef typename TokenT::position_type position_type;
 
     // set the new position in the current token
-    token_type& currtoken = this->base_type::dereference(*this);
+    token_type const& currtoken = this->base_type::dereference(*this);
     position_type currpos = currtoken.get_position();
 
         currpos.set_file(pos.get_file());
         currpos.set_line(pos.get_line());
-        currtoken.set_position(currpos);
+        const_cast<token_type&>(currtoken).set_position(currpos);
 
     // set the new position for future tokens as well
         if (token_type::string_type::npos != 
Modified: trunk/boost/wave/cpplexer/cpp_lex_token.hpp
==============================================================================
--- trunk/boost/wave/cpplexer/cpp_lex_token.hpp	(original)
+++ trunk/boost/wave/cpplexer/cpp_lex_token.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/cpplexer/cpplexer_exceptions.hpp
==============================================================================
--- trunk/boost/wave/cpplexer/cpplexer_exceptions.hpp	(original)
+++ trunk/boost/wave/cpplexer/cpplexer_exceptions.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/cpplexer/detect_include_guards.hpp
==============================================================================
--- trunk/boost/wave/cpplexer/detect_include_guards.hpp	(original)
+++ trunk/boost/wave/cpplexer/detect_include_guards.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -22,7 +22,7 @@
     will work as well). The code allows for any whitespace, newline and single 
     '#' tokens before the #if/#ifndef and after the final #endif.
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/cpplexer/re2clex/aq.hpp
==============================================================================
--- trunk/boost/wave/cpplexer/re2clex/aq.hpp	(original)
+++ trunk/boost/wave/cpplexer/re2clex/aq.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -4,7 +4,7 @@
     http://www.boost.org/
     
     Copyright (c) 2001 Daniel C. Nuffer.
-    Copyright (c) 2001-2009 Hartmut Kaiser. 
+    Copyright (c) 2001-2010 Hartmut Kaiser. 
     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/boost/wave/cpplexer/re2clex/cpp_re.hpp
==============================================================================
--- trunk/boost/wave/cpplexer/re2clex/cpp_re.hpp	(original)
+++ trunk/boost/wave/cpplexer/re2clex/cpp_re.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp
==============================================================================
--- trunk/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp	(original)
+++ trunk/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/cpplexer/re2clex/scanner.hpp
==============================================================================
--- trunk/boost/wave/cpplexer/re2clex/scanner.hpp	(original)
+++ trunk/boost/wave/cpplexer/re2clex/scanner.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -4,7 +4,7 @@
     http://www.boost.org/
 
     Copyright (c) 2001 Daniel C. Nuffer.
-    Copyright (c) 2001-2009 Hartmut Kaiser. 
+    Copyright (c) 2001-2010 Hartmut Kaiser. 
     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/boost/wave/cpplexer/token_cache.hpp
==============================================================================
--- trunk/boost/wave/cpplexer/token_cache.hpp	(original)
+++ trunk/boost/wave/cpplexer/token_cache.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/cpplexer/validate_universal_char.hpp
==============================================================================
--- trunk/boost/wave/cpplexer/validate_universal_char.hpp	(original)
+++ trunk/boost/wave/cpplexer/validate_universal_char.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/grammars/cpp_chlit_grammar.hpp
==============================================================================
--- trunk/boost/wave/grammars/cpp_chlit_grammar.hpp	(original)
+++ trunk/boost/wave/grammars/cpp_chlit_grammar.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/grammars/cpp_defined_grammar.hpp
==============================================================================
--- trunk/boost/wave/grammars/cpp_defined_grammar.hpp	(original)
+++ trunk/boost/wave/grammars/cpp_defined_grammar.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/grammars/cpp_defined_grammar_gen.hpp
==============================================================================
--- trunk/boost/wave/grammars/cpp_defined_grammar_gen.hpp	(original)
+++ trunk/boost/wave/grammars/cpp_defined_grammar_gen.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/grammars/cpp_expression_grammar.hpp
==============================================================================
--- trunk/boost/wave/grammars/cpp_expression_grammar.hpp	(original)
+++ trunk/boost/wave/grammars/cpp_expression_grammar.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/grammars/cpp_expression_grammar_gen.hpp
==============================================================================
--- trunk/boost/wave/grammars/cpp_expression_grammar_gen.hpp	(original)
+++ trunk/boost/wave/grammars/cpp_expression_grammar_gen.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/grammars/cpp_expression_value.hpp
==============================================================================
--- trunk/boost/wave/grammars/cpp_expression_value.hpp	(original)
+++ trunk/boost/wave/grammars/cpp_expression_value.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/grammars/cpp_grammar.hpp
==============================================================================
--- trunk/boost/wave/grammars/cpp_grammar.hpp	(original)
+++ trunk/boost/wave/grammars/cpp_grammar.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/grammars/cpp_grammar_gen.hpp
==============================================================================
--- trunk/boost/wave/grammars/cpp_grammar_gen.hpp	(original)
+++ trunk/boost/wave/grammars/cpp_grammar_gen.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/grammars/cpp_intlit_grammar.hpp
==============================================================================
--- trunk/boost/wave/grammars/cpp_intlit_grammar.hpp	(original)
+++ trunk/boost/wave/grammars/cpp_intlit_grammar.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/grammars/cpp_literal_grammar_gen.hpp
==============================================================================
--- trunk/boost/wave/grammars/cpp_literal_grammar_gen.hpp	(original)
+++ trunk/boost/wave/grammars/cpp_literal_grammar_gen.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/grammars/cpp_predef_macros_gen.hpp
==============================================================================
--- trunk/boost/wave/grammars/cpp_predef_macros_gen.hpp	(original)
+++ trunk/boost/wave/grammars/cpp_predef_macros_gen.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/grammars/cpp_predef_macros_grammar.hpp
==============================================================================
--- trunk/boost/wave/grammars/cpp_predef_macros_grammar.hpp	(original)
+++ trunk/boost/wave/grammars/cpp_predef_macros_grammar.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/grammars/cpp_value_error.hpp
==============================================================================
--- trunk/boost/wave/grammars/cpp_value_error.hpp	(original)
+++ trunk/boost/wave/grammars/cpp_value_error.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/language_support.hpp
==============================================================================
--- trunk/boost/wave/language_support.hpp	(original)
+++ trunk/boost/wave/language_support.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -4,7 +4,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/preprocessing_hooks.hpp
==============================================================================
--- trunk/boost/wave/preprocessing_hooks.hpp	(original)
+++ trunk/boost/wave/preprocessing_hooks.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/token_ids.hpp
==============================================================================
--- trunk/boost/wave/token_ids.hpp	(original)
+++ trunk/boost/wave/token_ids.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/cpp_ifblock.hpp
==============================================================================
--- trunk/boost/wave/util/cpp_ifblock.hpp	(original)
+++ trunk/boost/wave/util/cpp_ifblock.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/cpp_include_paths.hpp
==============================================================================
--- trunk/boost/wave/util/cpp_include_paths.hpp	(original)
+++ trunk/boost/wave/util/cpp_include_paths.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/cpp_iterator.hpp
==============================================================================
--- trunk/boost/wave/util/cpp_iterator.hpp	(original)
+++ trunk/boost/wave/util/cpp_iterator.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/cpp_macromap.hpp
==============================================================================
--- trunk/boost/wave/util/cpp_macromap.hpp	(original)
+++ trunk/boost/wave/util/cpp_macromap.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/cpp_macromap_predef.hpp
==============================================================================
--- trunk/boost/wave/util/cpp_macromap_predef.hpp	(original)
+++ trunk/boost/wave/util/cpp_macromap_predef.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/cpp_macromap_utils.hpp
==============================================================================
--- trunk/boost/wave/util/cpp_macromap_utils.hpp	(original)
+++ trunk/boost/wave/util/cpp_macromap_utils.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/file_position.hpp
==============================================================================
--- trunk/boost/wave/util/file_position.hpp	(original)
+++ trunk/boost/wave/util/file_position.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/filesystem_compatibility.hpp
==============================================================================
--- trunk/boost/wave/util/filesystem_compatibility.hpp	(original)
+++ trunk/boost/wave/util/filesystem_compatibility.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/functor_input.hpp
==============================================================================
--- trunk/boost/wave/util/functor_input.hpp	(original)
+++ trunk/boost/wave/util/functor_input.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/insert_whitespace_detection.hpp
==============================================================================
--- trunk/boost/wave/util/insert_whitespace_detection.hpp	(original)
+++ trunk/boost/wave/util/insert_whitespace_detection.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/interpret_pragma.hpp
==============================================================================
--- trunk/boost/wave/util/interpret_pragma.hpp	(original)
+++ trunk/boost/wave/util/interpret_pragma.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/iteration_context.hpp
==============================================================================
--- trunk/boost/wave/util/iteration_context.hpp	(original)
+++ trunk/boost/wave/util/iteration_context.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/macro_definition.hpp
==============================================================================
--- trunk/boost/wave/util/macro_definition.hpp	(original)
+++ trunk/boost/wave/util/macro_definition.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/macro_helpers.hpp
==============================================================================
--- trunk/boost/wave/util/macro_helpers.hpp	(original)
+++ trunk/boost/wave/util/macro_helpers.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/pattern_parser.hpp
==============================================================================
--- trunk/boost/wave/util/pattern_parser.hpp	(original)
+++ trunk/boost/wave/util/pattern_parser.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/symbol_table.hpp
==============================================================================
--- trunk/boost/wave/util/symbol_table.hpp	(original)
+++ trunk/boost/wave/util/symbol_table.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/time_conversion_helper.hpp
==============================================================================
--- trunk/boost/wave/util/time_conversion_helper.hpp	(original)
+++ trunk/boost/wave/util/time_conversion_helper.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/transform_iterator.hpp
==============================================================================
--- trunk/boost/wave/util/transform_iterator.hpp	(original)
+++ trunk/boost/wave/util/transform_iterator.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -3,7 +3,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/util/unput_queue_iterator.hpp
==============================================================================
--- trunk/boost/wave/util/unput_queue_iterator.hpp	(original)
+++ trunk/boost/wave/util/unput_queue_iterator.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/wave_config.hpp
==============================================================================
--- trunk/boost/wave/wave_config.hpp	(original)
+++ trunk/boost/wave/wave_config.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/wave_config_constant.hpp
==============================================================================
--- trunk/boost/wave/wave_config_constant.hpp	(original)
+++ trunk/boost/wave/wave_config_constant.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -4,7 +4,7 @@
     
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/wave_version.hpp
==============================================================================
--- trunk/boost/wave/wave_version.hpp	(original)
+++ trunk/boost/wave/wave_version.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
 
     http://www.boost.org/
 
-    Copyright (c) 2001-2009 Hartmut Kaiser. Distributed under the Boost
+    Copyright (c) 2001-2010 Hartmut Kaiser. 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/boost/wave/whitespace_handling.hpp
==============================================================================
--- trunk/boost/wave/whitespace_handling.hpp	(original)
+++ trunk/boost/wave/whitespace_handling.hpp	2010-01-05 12:27:20 EST (Tue, 05 Jan 2010)
@@ -5,7 +5,7 @@
     http://www.boost.org/
 
     Copyright (c) 2003 Paul Mensonides
-    Copyright (c) 2001-2009 Hartmut Kaiser. 
+    Copyright (c) 2001-2010 Hartmut Kaiser. 
     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)
 =============================================================================*/