diff --git a/ChangeLog b/ChangeLog index 5fc2fb995..329d4d8ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ -Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost +Copyright (c) 2001-2008 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) ------------------------------------------------------------------------------- @@ -156,7 +156,8 @@ Boost V1.35.0 anymore. - Applied patch provided by Jens Seidel making sure every header compiles on its own. - +- Updates to the documentation. + Boost V1.34.0 - Wave Version 1.2.4 - Added the possibility to explicitly enable/disable the generation of #line diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index c0eb8c9d8..e7115c9f2 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2008 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) diff --git a/doc/acknowledgements.html b/doc/acknowledgements.html index 954060182..293f186a5 100644 --- a/doc/acknowledgements.html +++ b/doc/acknowledgements.html @@ -83,7 +83,7 @@
-

Macro definition


-

Control extended options


- diff --git a/doc/class_reference_ctxpolicy.html b/doc/class_reference_ctxpolicy.html index 6e1a00baa..879794d1c 100644 --- a/doc/class_reference_ctxpolicy.html +++ b/doc/class_reference_ctxpolicy.html @@ -431,7 +431,7 @@

Macro definition


-

Constructors


-

Member Functions


- diff --git a/doc/class_reference_lexer.html b/doc/class_reference_lexer.html index e5a78a112..1c11b5ea1 100644 --- a/doc/class_reference_lexer.html +++ b/doc/class_reference_lexer.html @@ -93,7 +93,7 @@

Member functions


-

Accessor functions


- diff --git a/doc/compiletime_config.html b/doc/compiletime_config.html index 7c08e9ec1..5aa059ac3 100644 --- a/doc/compiletime_config.html +++ b/doc/compiletime_config.html @@ -224,7 +224,7 @@
- diff --git a/doc/introduction.html b/doc/introduction.html index 9a6425ea7..0e0536c83 100644 --- a/doc/introduction.html +++ b/doc/introduction.html @@ -82,7 +82,7 @@
- diff --git a/doc/macro_expansion_process.html b/doc/macro_expansion_process.html index 046803906..780cd9573 100644 --- a/doc/macro_expansion_process.html +++ b/doc/macro_expansion_process.html @@ -88,7 +88,7 @@
- diff --git a/doc/predefined_macros.html b/doc/predefined_macros.html index 5e337199e..263a882f3 100644 --- a/doc/predefined_macros.html +++ b/doc/predefined_macros.html @@ -167,7 +167,7 @@
- diff --git a/doc/preface.html b/doc/preface.html index 6eaefef19..94e98779c 100644 --- a/doc/preface.html +++ b/doc/preface.html @@ -98,7 +98,7 @@
- diff --git a/doc/quickstart.html b/doc/quickstart.html index d33b1eb0d..b2b421508 100644 --- a/doc/quickstart.html +++ b/doc/quickstart.html @@ -110,7 +110,7 @@
- diff --git a/doc/references.html b/doc/references.html index fb196a11e..54f163926 100644 --- a/doc/references.html +++ b/doc/references.html @@ -89,7 +89,7 @@
- diff --git a/doc/samples.html b/doc/samples.html index 4ffdaa072..dbe53c007 100644 --- a/doc/samples.html +++ b/doc/samples.html @@ -103,7 +103,7 @@

The hannibal sample


- diff --git a/doc/supported_pragmas.html b/doc/supported_pragmas.html index ca06589d1..19fc77e7f 100644 --- a/doc/supported_pragmas.html +++ b/doc/supported_pragmas.html @@ -129,7 +129,7 @@

Pragma directives supported by the Wave tool


- diff --git a/doc/token_ids.html b/doc/token_ids.html index 15c45ba14..9984cc4a6 100644 --- a/doc/token_ids.html +++ b/doc/token_ids.html @@ -970,7 +970,7 @@
- diff --git a/doc/tracing_facility.html b/doc/tracing_facility.html index 0036e2a38..b461a650b 100644 --- a/doc/tracing_facility.html +++ b/doc/tracing_facility.html @@ -149,7 +149,7 @@
-
- diff --git a/include/boost/wave.hpp b/include/boost/wave.hpp index 881242f5b..40e0e0880 100644 --- a/include/boost/wave.hpp +++ b/include/boost/wave.hpp @@ -5,7 +5,7 @@ See http://www.boost.org/libs/wave for documentation - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/cpp_context.hpp b/include/boost/wave/cpp_context.hpp index d4d328a0c..7d5e81c21 100644 --- a/include/boost/wave/cpp_context.hpp +++ b/include/boost/wave/cpp_context.hpp @@ -4,7 +4,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ @@ -50,7 +50,7 @@ namespace wave { /////////////////////////////////////////////////////////////////////////////// // -// The C preprocessor context template class +// The C/C++ preprocessor context template class // // The boost::wave::context template is the main interface class to // control the behavior of the preprocessing engine. diff --git a/include/boost/wave/cpp_exceptions.hpp b/include/boost/wave/cpp_exceptions.hpp index 57d6c98bd..0d85281e3 100644 --- a/include/boost/wave/cpp_exceptions.hpp +++ b/include/boost/wave/cpp_exceptions.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/cpp_iteration_context.hpp b/include/boost/wave/cpp_iteration_context.hpp index fb778e943..e4393a241 100644 --- a/include/boost/wave/cpp_iteration_context.hpp +++ b/include/boost/wave/cpp_iteration_context.hpp @@ -4,7 +4,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/cpp_throw.hpp b/include/boost/wave/cpp_throw.hpp index 9bd925195..f70c5a55d 100644 --- a/include/boost/wave/cpp_throw.hpp +++ b/include/boost/wave/cpp_throw.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/cpplexer/convert_trigraphs.hpp b/include/boost/wave/cpplexer/convert_trigraphs.hpp index 2500e3b9a..cd9c42606 100644 --- a/include/boost/wave/cpplexer/convert_trigraphs.hpp +++ b/include/boost/wave/cpplexer/convert_trigraphs.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/cpplexer/cpp_lex_interface.hpp b/include/boost/wave/cpplexer/cpp_lex_interface.hpp index 8e20c1b25..88239bb4b 100644 --- a/include/boost/wave/cpplexer/cpp_lex_interface.hpp +++ b/include/boost/wave/cpplexer/cpp_lex_interface.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/cpplexer/cpp_lex_interface_generator.hpp b/include/boost/wave/cpplexer/cpp_lex_interface_generator.hpp index 32373ae81..868047e77 100644 --- a/include/boost/wave/cpplexer/cpp_lex_interface_generator.hpp +++ b/include/boost/wave/cpplexer/cpp_lex_interface_generator.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/cpplexer/cpp_lex_iterator.hpp b/include/boost/wave/cpplexer/cpp_lex_iterator.hpp index 87b64f328..7c9ab39b3 100644 --- a/include/boost/wave/cpplexer/cpp_lex_iterator.hpp +++ b/include/boost/wave/cpplexer/cpp_lex_iterator.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/cpplexer/cpp_lex_token.hpp b/include/boost/wave/cpplexer/cpp_lex_token.hpp index 3ceaf98d8..50c9ee281 100644 --- a/include/boost/wave/cpplexer/cpp_lex_token.hpp +++ b/include/boost/wave/cpplexer/cpp_lex_token.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/cpplexer/cpplexer_exceptions.hpp b/include/boost/wave/cpplexer/cpplexer_exceptions.hpp index fef4989c7..2be35dd71 100644 --- a/include/boost/wave/cpplexer/cpplexer_exceptions.hpp +++ b/include/boost/wave/cpplexer/cpplexer_exceptions.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/cpplexer/detect_include_guards.hpp b/include/boost/wave/cpplexer/detect_include_guards.hpp index fcb5cf6a6..52e8de6de 100644 --- a/include/boost/wave/cpplexer/detect_include_guards.hpp +++ b/include/boost/wave/cpplexer/detect_include_guards.hpp @@ -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-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/cpplexer/re2clex/aq.hpp b/include/boost/wave/cpplexer/re2clex/aq.hpp index 9732c1602..2ec980551 100644 --- a/include/boost/wave/cpplexer/re2clex/aq.hpp +++ b/include/boost/wave/cpplexer/re2clex/aq.hpp @@ -4,7 +4,7 @@ http://www.boost.org/ Copyright (c) 2001 Daniel C. Nuffer. - Copyright (c) 2001-2007 Hartmut Kaiser. + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/cpplexer/re2clex/cpp_re.hpp b/include/boost/wave/cpplexer/re2clex/cpp_re.hpp index a3de952f3..9f98cb90b 100644 --- a/include/boost/wave/cpplexer/re2clex/cpp_re.hpp +++ b/include/boost/wave/cpplexer/re2clex/cpp_re.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp b/include/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp index bc0901c93..e0f7aab7c 100644 --- a/include/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp +++ b/include/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/cpplexer/re2clex/scanner.hpp b/include/boost/wave/cpplexer/re2clex/scanner.hpp index d8f267b3b..3a7332e01 100644 --- a/include/boost/wave/cpplexer/re2clex/scanner.hpp +++ b/include/boost/wave/cpplexer/re2clex/scanner.hpp @@ -4,7 +4,7 @@ http://www.boost.org/ Copyright (c) 2001 Daniel C. Nuffer. - Copyright (c) 2001-2007 Hartmut Kaiser. + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/cpplexer/token_cache.hpp b/include/boost/wave/cpplexer/token_cache.hpp index b136aa180..3b8e2335e 100644 --- a/include/boost/wave/cpplexer/token_cache.hpp +++ b/include/boost/wave/cpplexer/token_cache.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/cpplexer/validate_universal_char.hpp b/include/boost/wave/cpplexer/validate_universal_char.hpp index db6f8053c..79ead9e5b 100644 --- a/include/boost/wave/cpplexer/validate_universal_char.hpp +++ b/include/boost/wave/cpplexer/validate_universal_char.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/grammars/cpp_chlit_grammar.hpp b/include/boost/wave/grammars/cpp_chlit_grammar.hpp index 0588696a0..898443ea1 100644 --- a/include/boost/wave/grammars/cpp_chlit_grammar.hpp +++ b/include/boost/wave/grammars/cpp_chlit_grammar.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/grammars/cpp_defined_grammar.hpp b/include/boost/wave/grammars/cpp_defined_grammar.hpp index 6b719ff06..a58b274ad 100644 --- a/include/boost/wave/grammars/cpp_defined_grammar.hpp +++ b/include/boost/wave/grammars/cpp_defined_grammar.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/grammars/cpp_defined_grammar_gen.hpp b/include/boost/wave/grammars/cpp_defined_grammar_gen.hpp index 398ffdc17..f6b9847d5 100644 --- a/include/boost/wave/grammars/cpp_defined_grammar_gen.hpp +++ b/include/boost/wave/grammars/cpp_defined_grammar_gen.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/grammars/cpp_expression_grammar.hpp b/include/boost/wave/grammars/cpp_expression_grammar.hpp index 1cb4c854f..5bd60f0a7 100644 --- a/include/boost/wave/grammars/cpp_expression_grammar.hpp +++ b/include/boost/wave/grammars/cpp_expression_grammar.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/grammars/cpp_expression_grammar_gen.hpp b/include/boost/wave/grammars/cpp_expression_grammar_gen.hpp index 6749235c5..32a0a1c87 100644 --- a/include/boost/wave/grammars/cpp_expression_grammar_gen.hpp +++ b/include/boost/wave/grammars/cpp_expression_grammar_gen.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/grammars/cpp_expression_value.hpp b/include/boost/wave/grammars/cpp_expression_value.hpp index 6946060a1..70f82bb54 100644 --- a/include/boost/wave/grammars/cpp_expression_value.hpp +++ b/include/boost/wave/grammars/cpp_expression_value.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/grammars/cpp_grammar.hpp b/include/boost/wave/grammars/cpp_grammar.hpp index 4c6035de6..49c2cb7de 100644 --- a/include/boost/wave/grammars/cpp_grammar.hpp +++ b/include/boost/wave/grammars/cpp_grammar.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/grammars/cpp_grammar_gen.hpp b/include/boost/wave/grammars/cpp_grammar_gen.hpp index 3702971f9..94e201e69 100644 --- a/include/boost/wave/grammars/cpp_grammar_gen.hpp +++ b/include/boost/wave/grammars/cpp_grammar_gen.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/grammars/cpp_intlit_grammar.hpp b/include/boost/wave/grammars/cpp_intlit_grammar.hpp index 41d02a91a..f4c0d5657 100644 --- a/include/boost/wave/grammars/cpp_intlit_grammar.hpp +++ b/include/boost/wave/grammars/cpp_intlit_grammar.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/grammars/cpp_literal_grammar_gen.hpp b/include/boost/wave/grammars/cpp_literal_grammar_gen.hpp index 64bb3a807..cb7976b6b 100644 --- a/include/boost/wave/grammars/cpp_literal_grammar_gen.hpp +++ b/include/boost/wave/grammars/cpp_literal_grammar_gen.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/grammars/cpp_predef_macros_gen.hpp b/include/boost/wave/grammars/cpp_predef_macros_gen.hpp index c555f9b9f..f351739ab 100644 --- a/include/boost/wave/grammars/cpp_predef_macros_gen.hpp +++ b/include/boost/wave/grammars/cpp_predef_macros_gen.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/grammars/cpp_predef_macros_grammar.hpp b/include/boost/wave/grammars/cpp_predef_macros_grammar.hpp index a2deee485..d95152bb5 100644 --- a/include/boost/wave/grammars/cpp_predef_macros_grammar.hpp +++ b/include/boost/wave/grammars/cpp_predef_macros_grammar.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/grammars/cpp_value_error.hpp b/include/boost/wave/grammars/cpp_value_error.hpp index 5f9b1ea6d..13ac1c1bc 100644 --- a/include/boost/wave/grammars/cpp_value_error.hpp +++ b/include/boost/wave/grammars/cpp_value_error.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/language_support.hpp b/include/boost/wave/language_support.hpp index 775af5022..b88c3fd18 100644 --- a/include/boost/wave/language_support.hpp +++ b/include/boost/wave/language_support.hpp @@ -4,7 +4,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/preprocessing_hooks.hpp b/include/boost/wave/preprocessing_hooks.hpp index de81010ac..6037c0d94 100644 --- a/include/boost/wave/preprocessing_hooks.hpp +++ b/include/boost/wave/preprocessing_hooks.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/token_ids.hpp b/include/boost/wave/token_ids.hpp index 4fb5bbc68..de6c5b230 100644 --- a/include/boost/wave/token_ids.hpp +++ b/include/boost/wave/token_ids.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/cpp_ifblock.hpp b/include/boost/wave/util/cpp_ifblock.hpp index 7355c8f79..84e321b54 100644 --- a/include/boost/wave/util/cpp_ifblock.hpp +++ b/include/boost/wave/util/cpp_ifblock.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/cpp_include_paths.hpp b/include/boost/wave/util/cpp_include_paths.hpp index 5cfb4b52d..ecdeb6f0a 100644 --- a/include/boost/wave/util/cpp_include_paths.hpp +++ b/include/boost/wave/util/cpp_include_paths.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/cpp_iterator.hpp b/include/boost/wave/util/cpp_iterator.hpp index 63fe76a95..8839cfa76 100644 --- a/include/boost/wave/util/cpp_iterator.hpp +++ b/include/boost/wave/util/cpp_iterator.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/cpp_macromap.hpp b/include/boost/wave/util/cpp_macromap.hpp index 6718c3b0c..ee0d0cd6b 100644 --- a/include/boost/wave/util/cpp_macromap.hpp +++ b/include/boost/wave/util/cpp_macromap.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/cpp_macromap_predef.hpp b/include/boost/wave/util/cpp_macromap_predef.hpp index 12f5e3aee..fdd5ce16f 100644 --- a/include/boost/wave/util/cpp_macromap_predef.hpp +++ b/include/boost/wave/util/cpp_macromap_predef.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/cpp_macromap_utils.hpp b/include/boost/wave/util/cpp_macromap_utils.hpp index d9e36e857..1f52c2ee6 100644 --- a/include/boost/wave/util/cpp_macromap_utils.hpp +++ b/include/boost/wave/util/cpp_macromap_utils.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/file_position.hpp b/include/boost/wave/util/file_position.hpp index 2789025ad..28725559b 100644 --- a/include/boost/wave/util/file_position.hpp +++ b/include/boost/wave/util/file_position.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/functor_input.hpp b/include/boost/wave/util/functor_input.hpp index 73b4be2c3..592081154 100644 --- a/include/boost/wave/util/functor_input.hpp +++ b/include/boost/wave/util/functor_input.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/insert_whitespace_detection.hpp b/include/boost/wave/util/insert_whitespace_detection.hpp index 182086ab6..8700c61a2 100644 --- a/include/boost/wave/util/insert_whitespace_detection.hpp +++ b/include/boost/wave/util/insert_whitespace_detection.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/interpret_pragma.hpp b/include/boost/wave/util/interpret_pragma.hpp index 3ae2168f5..5e588d847 100644 --- a/include/boost/wave/util/interpret_pragma.hpp +++ b/include/boost/wave/util/interpret_pragma.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/iteration_context.hpp b/include/boost/wave/util/iteration_context.hpp index b1f55f7f0..562601463 100644 --- a/include/boost/wave/util/iteration_context.hpp +++ b/include/boost/wave/util/iteration_context.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/macro_definition.hpp b/include/boost/wave/util/macro_definition.hpp index 889cb0be9..0d4a5a199 100644 --- a/include/boost/wave/util/macro_definition.hpp +++ b/include/boost/wave/util/macro_definition.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/macro_helpers.hpp b/include/boost/wave/util/macro_helpers.hpp index 5a7a1a952..44830d8e9 100644 --- a/include/boost/wave/util/macro_helpers.hpp +++ b/include/boost/wave/util/macro_helpers.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/pattern_parser.hpp b/include/boost/wave/util/pattern_parser.hpp index 59ecf104b..b6538a780 100644 --- a/include/boost/wave/util/pattern_parser.hpp +++ b/include/boost/wave/util/pattern_parser.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/symbol_table.hpp b/include/boost/wave/util/symbol_table.hpp index aebe2b554..c21d135be 100644 --- a/include/boost/wave/util/symbol_table.hpp +++ b/include/boost/wave/util/symbol_table.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/time_conversion_helper.hpp b/include/boost/wave/util/time_conversion_helper.hpp index f748adf3f..6c6762c87 100644 --- a/include/boost/wave/util/time_conversion_helper.hpp +++ b/include/boost/wave/util/time_conversion_helper.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/transform_iterator.hpp b/include/boost/wave/util/transform_iterator.hpp index 4a8dc5bfa..94f215958 100644 --- a/include/boost/wave/util/transform_iterator.hpp +++ b/include/boost/wave/util/transform_iterator.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/util/unput_queue_iterator.hpp b/include/boost/wave/util/unput_queue_iterator.hpp index 042b325d1..f955a0d9d 100644 --- a/include/boost/wave/util/unput_queue_iterator.hpp +++ b/include/boost/wave/util/unput_queue_iterator.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/wave_config.hpp b/include/boost/wave/wave_config.hpp index d1b38b902..816a7a3b3 100644 --- a/include/boost/wave/wave_config.hpp +++ b/include/boost/wave/wave_config.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/wave_config_constant.hpp b/include/boost/wave/wave_config_constant.hpp index 00528bb8a..0277ced9a 100644 --- a/include/boost/wave/wave_config_constant.hpp +++ b/include/boost/wave/wave_config_constant.hpp @@ -4,7 +4,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/wave_version.hpp b/include/boost/wave/wave_version.hpp index 5b70ffea0..86307db14 100644 --- a/include/boost/wave/wave_version.hpp +++ b/include/boost/wave/wave_version.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/include/boost/wave/whitespace_handling.hpp b/include/boost/wave/whitespace_handling.hpp index ff9da1574..6340079f4 100644 --- a/include/boost/wave/whitespace_handling.hpp +++ b/include/boost/wave/whitespace_handling.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ Copyright (c) 2003 Paul Mensonides - Copyright (c) 2001-2007 Hartmut Kaiser. + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/index.html b/index.html index 682e304aa..74ec197d3 100644 --- a/index.html +++ b/index.html @@ -99,7 +99,7 @@

- diff --git a/samples/advanced_hooks/advanced_hooks.cpp b/samples/advanced_hooks/advanced_hooks.cpp index 7f6c28d5c..e03cd7721 100644 --- a/samples/advanced_hooks/advanced_hooks.cpp +++ b/samples/advanced_hooks/advanced_hooks.cpp @@ -4,7 +4,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/advanced_hooks/advanced_hooks.hpp b/samples/advanced_hooks/advanced_hooks.hpp index c41fe70fd..c3656f2db 100644 --- a/samples/advanced_hooks/advanced_hooks.hpp +++ b/samples/advanced_hooks/advanced_hooks.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/advanced_hooks/build/Jamfile.v2 b/samples/advanced_hooks/build/Jamfile.v2 index 87211b225..ed68c19af 100644 --- a/samples/advanced_hooks/build/Jamfile.v2 +++ b/samples/advanced_hooks/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2008 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) diff --git a/samples/cpp_tokens/build/Jamfile.v2 b/samples/cpp_tokens/build/Jamfile.v2 index d6815471d..e1a274f58 100644 --- a/samples/cpp_tokens/build/Jamfile.v2 +++ b/samples/cpp_tokens/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2008 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) diff --git a/samples/cpp_tokens/cpp_tokens.cpp b/samples/cpp_tokens/cpp_tokens.cpp index 8887829c9..762a8d98a 100644 --- a/samples/cpp_tokens/cpp_tokens.cpp +++ b/samples/cpp_tokens/cpp_tokens.cpp @@ -8,7 +8,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/cpp_tokens/cpp_tokens.hpp b/samples/cpp_tokens/cpp_tokens.hpp index 118fa4181..d46a2c411 100644 --- a/samples/cpp_tokens/cpp_tokens.hpp +++ b/samples/cpp_tokens/cpp_tokens.hpp @@ -8,7 +8,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/cpp_tokens/cpp_tokens_config.hpp b/samples/cpp_tokens/cpp_tokens_config.hpp index 6e6747653..9df1337d4 100644 --- a/samples/cpp_tokens/cpp_tokens_config.hpp +++ b/samples/cpp_tokens/cpp_tokens_config.hpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/cpp_tokens/instantiate_cpp_exprgrammar.cpp b/samples/cpp_tokens/instantiate_cpp_exprgrammar.cpp index e7e6c4a36..e8b18f250 100644 --- a/samples/cpp_tokens/instantiate_cpp_exprgrammar.cpp +++ b/samples/cpp_tokens/instantiate_cpp_exprgrammar.cpp @@ -7,7 +7,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/cpp_tokens/instantiate_cpp_grammar.cpp b/samples/cpp_tokens/instantiate_cpp_grammar.cpp index b7de69990..1573d9980 100644 --- a/samples/cpp_tokens/instantiate_cpp_grammar.cpp +++ b/samples/cpp_tokens/instantiate_cpp_grammar.cpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/cpp_tokens/instantiate_cpp_literalgrs.cpp b/samples/cpp_tokens/instantiate_cpp_literalgrs.cpp index d20c24bab..6c1ae53f6 100644 --- a/samples/cpp_tokens/instantiate_cpp_literalgrs.cpp +++ b/samples/cpp_tokens/instantiate_cpp_literalgrs.cpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/cpp_tokens/instantiate_defined_grammar.cpp b/samples/cpp_tokens/instantiate_defined_grammar.cpp index 16bc128b6..21b6f2a38 100644 --- a/samples/cpp_tokens/instantiate_defined_grammar.cpp +++ b/samples/cpp_tokens/instantiate_defined_grammar.cpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/cpp_tokens/instantiate_slex_lexer.cpp b/samples/cpp_tokens/instantiate_slex_lexer.cpp index 76e0bdaa7..694bdd239 100644 --- a/samples/cpp_tokens/instantiate_slex_lexer.cpp +++ b/samples/cpp_tokens/instantiate_slex_lexer.cpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/cpp_tokens/slex/cpp_slex_lexer.hpp b/samples/cpp_tokens/slex/cpp_slex_lexer.hpp index f8ffd3e7a..97daf1b10 100644 --- a/samples/cpp_tokens/slex/cpp_slex_lexer.hpp +++ b/samples/cpp_tokens/slex/cpp_slex_lexer.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/cpp_tokens/slex/lexer.hpp b/samples/cpp_tokens/slex/lexer.hpp index 6bb6446b3..1def56ab2 100644 --- a/samples/cpp_tokens/slex/lexer.hpp +++ b/samples/cpp_tokens/slex/lexer.hpp @@ -6,7 +6,7 @@ http://www.boost.org/ Copyright (c) 2001, Daniel C. Nuffer. - Copyright (c) 2001-2007 Hartmut Kaiser. + Copyright (c) 2001-2008 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) diff --git a/samples/cpp_tokens/slex_interface.hpp b/samples/cpp_tokens/slex_interface.hpp index 450d1cc9c..8b04a16ff 100644 --- a/samples/cpp_tokens/slex_interface.hpp +++ b/samples/cpp_tokens/slex_interface.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/cpp_tokens/slex_iterator.hpp b/samples/cpp_tokens/slex_iterator.hpp index 0216e4ec9..615c8be12 100644 --- a/samples/cpp_tokens/slex_iterator.hpp +++ b/samples/cpp_tokens/slex_iterator.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/cpp_tokens/slex_token.hpp b/samples/cpp_tokens/slex_token.hpp index 9111fb172..4fb58ce05 100644 --- a/samples/cpp_tokens/slex_token.hpp +++ b/samples/cpp_tokens/slex_token.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/hannibal/build/Jamfile.v2 b/samples/hannibal/build/Jamfile.v2 index ae7cc344f..169690e3b 100644 --- a/samples/hannibal/build/Jamfile.v2 +++ b/samples/hannibal/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2008 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) diff --git a/samples/hannibal/hannibal.cpp b/samples/hannibal/hannibal.cpp index 4a367e0a0..b8a2a255c 100644 --- a/samples/hannibal/hannibal.cpp +++ b/samples/hannibal/hannibal.cpp @@ -2,7 +2,7 @@ // Copyright (c) 2005-2006 Danny Havenith // // Boost.Wave: A Standard compliant C++ preprocessor -// Copyright (c) 2001-2007 Hartmut Kaiser +// Copyright (c) 2001-2008 Hartmut Kaiser // // http://www.boost.org/ // diff --git a/samples/hannibal/translation_unit_parser.h b/samples/hannibal/translation_unit_parser.h index 55513abe1..7a9a692c9 100644 --- a/samples/hannibal/translation_unit_parser.h +++ b/samples/hannibal/translation_unit_parser.h @@ -2,7 +2,7 @@ // Copyright (c) 2005-2006 Danny Havenith // // Boost.Wave: A Standard compliant C++ preprocessor -// Copyright (c) 2001-2007 Hartmut Kaiser +// Copyright (c) 2001-2008 Hartmut Kaiser // // http://www.boost.org/ // diff --git a/samples/hannibal/translation_unit_skipper.h b/samples/hannibal/translation_unit_skipper.h index 60e93178d..15f5065dd 100644 --- a/samples/hannibal/translation_unit_skipper.h +++ b/samples/hannibal/translation_unit_skipper.h @@ -2,7 +2,7 @@ // Copyright (c) 2005-2006 Danny Havenith // // Boost.Wave: A Standard compliant C++ preprocessor -// Copyright (c) 2001-2007 Hartmut Kaiser +// Copyright (c) 2001-2008 Hartmut Kaiser // // http://www.boost.org/ // diff --git a/samples/lexed_tokens/build/Jamfile.v2 b/samples/lexed_tokens/build/Jamfile.v2 index 3fb8fe306..7c509dae7 100644 --- a/samples/lexed_tokens/build/Jamfile.v2 +++ b/samples/lexed_tokens/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2008 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) diff --git a/samples/lexed_tokens/lexed_tokens.cpp b/samples/lexed_tokens/lexed_tokens.cpp index d0331d5e0..7683de3f2 100644 --- a/samples/lexed_tokens/lexed_tokens.cpp +++ b/samples/lexed_tokens/lexed_tokens.cpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/list_includes/build/Jamfile.v2 b/samples/list_includes/build/Jamfile.v2 index 5ff9f9099..4c0db287a 100644 --- a/samples/list_includes/build/Jamfile.v2 +++ b/samples/list_includes/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2008 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) diff --git a/samples/list_includes/instantiate_cpp_exprgrammar.cpp b/samples/list_includes/instantiate_cpp_exprgrammar.cpp index 5d223f8c4..c1cfa5bd4 100644 --- a/samples/list_includes/instantiate_cpp_exprgrammar.cpp +++ b/samples/list_includes/instantiate_cpp_exprgrammar.cpp @@ -7,7 +7,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/list_includes/instantiate_cpp_grammar.cpp b/samples/list_includes/instantiate_cpp_grammar.cpp index d19b64284..b8fdf93c7 100644 --- a/samples/list_includes/instantiate_cpp_grammar.cpp +++ b/samples/list_includes/instantiate_cpp_grammar.cpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/list_includes/instantiate_cpp_literalgrs.cpp b/samples/list_includes/instantiate_cpp_literalgrs.cpp index 09aaf9d2f..960e2b369 100644 --- a/samples/list_includes/instantiate_cpp_literalgrs.cpp +++ b/samples/list_includes/instantiate_cpp_literalgrs.cpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/list_includes/instantiate_defined_grammar.cpp b/samples/list_includes/instantiate_defined_grammar.cpp index 012e840ea..11e2b740a 100644 --- a/samples/list_includes/instantiate_defined_grammar.cpp +++ b/samples/list_includes/instantiate_defined_grammar.cpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/list_includes/instantiate_lexertl_lexer.cpp b/samples/list_includes/instantiate_lexertl_lexer.cpp index d36fe527c..5ca2979b8 100644 --- a/samples/list_includes/instantiate_lexertl_lexer.cpp +++ b/samples/list_includes/instantiate_lexertl_lexer.cpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/list_includes/lexertl/lexertl_lexer.hpp b/samples/list_includes/lexertl/lexertl_lexer.hpp index 20e05e28f..0685124cb 100644 --- a/samples/list_includes/lexertl/lexertl_lexer.hpp +++ b/samples/list_includes/lexertl/lexertl_lexer.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/list_includes/lexertl/wave_lexertl_config.hpp b/samples/list_includes/lexertl/wave_lexertl_config.hpp index 91855bea0..943a8b2ed 100644 --- a/samples/list_includes/lexertl/wave_lexertl_config.hpp +++ b/samples/list_includes/lexertl/wave_lexertl_config.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/list_includes/lexertl/wave_lexertl_tables.hpp b/samples/list_includes/lexertl/wave_lexertl_tables.hpp index 63312971c..2ed81da65 100644 --- a/samples/list_includes/lexertl/wave_lexertl_tables.hpp +++ b/samples/list_includes/lexertl/wave_lexertl_tables.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/list_includes/lexertl_interface.hpp b/samples/list_includes/lexertl_interface.hpp index 05ecbcee8..813198587 100644 --- a/samples/list_includes/lexertl_interface.hpp +++ b/samples/list_includes/lexertl_interface.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/list_includes/lexertl_iterator.hpp b/samples/list_includes/lexertl_iterator.hpp index 953e79532..10f025f10 100644 --- a/samples/list_includes/lexertl_iterator.hpp +++ b/samples/list_includes/lexertl_iterator.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/list_includes/list_includes.cpp b/samples/list_includes/list_includes.cpp index d64a04981..665d5904d 100644 --- a/samples/list_includes/list_includes.cpp +++ b/samples/list_includes/list_includes.cpp @@ -11,7 +11,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/list_includes/list_includes.hpp b/samples/list_includes/list_includes.hpp index 15f273212..3e83baa09 100644 --- a/samples/list_includes/list_includes.hpp +++ b/samples/list_includes/list_includes.hpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/list_includes/list_includes_config.hpp b/samples/list_includes/list_includes_config.hpp index 60cfc9cc4..507808d5a 100644 --- a/samples/list_includes/list_includes_config.hpp +++ b/samples/list_includes/list_includes_config.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/list_includes/list_includes_version.hpp b/samples/list_includes/list_includes_version.hpp index 950481abb..7954bbd58 100644 --- a/samples/list_includes/list_includes_version.hpp +++ b/samples/list_includes/list_includes_version.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/quick_start/build/Jamfile.v2 b/samples/quick_start/build/Jamfile.v2 index b4cf0b7be..997b5d0d2 100644 --- a/samples/quick_start/build/Jamfile.v2 +++ b/samples/quick_start/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2008 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) diff --git a/samples/quick_start/quick_start.cpp b/samples/quick_start/quick_start.cpp index 857893d31..4597d4b41 100644 --- a/samples/quick_start/quick_start.cpp +++ b/samples/quick_start/quick_start.cpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/real_positions/build/Jamfile.v2 b/samples/real_positions/build/Jamfile.v2 index 9f1bccd46..08d7f40d6 100644 --- a/samples/real_positions/build/Jamfile.v2 +++ b/samples/real_positions/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2008 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) diff --git a/samples/real_positions/correct_token_positions.hpp b/samples/real_positions/correct_token_positions.hpp index 2aa1a2b91..055893c8b 100644 --- a/samples/real_positions/correct_token_positions.hpp +++ b/samples/real_positions/correct_token_positions.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/real_positions/instantiate_cpp_exprgrammar.cpp b/samples/real_positions/instantiate_cpp_exprgrammar.cpp index cb08741ec..ed508635f 100644 --- a/samples/real_positions/instantiate_cpp_exprgrammar.cpp +++ b/samples/real_positions/instantiate_cpp_exprgrammar.cpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/real_positions/instantiate_cpp_grammar.cpp b/samples/real_positions/instantiate_cpp_grammar.cpp index 9e36b2a90..bbb7be665 100644 --- a/samples/real_positions/instantiate_cpp_grammar.cpp +++ b/samples/real_positions/instantiate_cpp_grammar.cpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/real_positions/instantiate_cpp_literalgrs.cpp b/samples/real_positions/instantiate_cpp_literalgrs.cpp index c5a643d15..a8f063b87 100644 --- a/samples/real_positions/instantiate_cpp_literalgrs.cpp +++ b/samples/real_positions/instantiate_cpp_literalgrs.cpp @@ -4,7 +4,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/real_positions/instantiate_defined_grammar.cpp b/samples/real_positions/instantiate_defined_grammar.cpp index 534ad6d87..092242f7f 100644 --- a/samples/real_positions/instantiate_defined_grammar.cpp +++ b/samples/real_positions/instantiate_defined_grammar.cpp @@ -4,7 +4,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/real_positions/instantiate_re2c_lexer.cpp b/samples/real_positions/instantiate_re2c_lexer.cpp index 80019ef36..67230ffd9 100644 --- a/samples/real_positions/instantiate_re2c_lexer.cpp +++ b/samples/real_positions/instantiate_re2c_lexer.cpp @@ -4,7 +4,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/real_positions/instantiate_re2c_lexer_str.cpp b/samples/real_positions/instantiate_re2c_lexer_str.cpp index ef06d3777..0dc86ea8c 100644 --- a/samples/real_positions/instantiate_re2c_lexer_str.cpp +++ b/samples/real_positions/instantiate_re2c_lexer_str.cpp @@ -4,7 +4,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/real_positions/real_position_token.hpp b/samples/real_positions/real_position_token.hpp index aa0ceb199..ea46f1e4c 100644 --- a/samples/real_positions/real_position_token.hpp +++ b/samples/real_positions/real_position_token.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/real_positions/real_positions.cpp b/samples/real_positions/real_positions.cpp index 13f818a54..64219537d 100644 --- a/samples/real_positions/real_positions.cpp +++ b/samples/real_positions/real_positions.cpp @@ -7,7 +7,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/token_statistics/build/Jamfile.v2 b/samples/token_statistics/build/Jamfile.v2 index 26501578e..9e5a3d3bb 100644 --- a/samples/token_statistics/build/Jamfile.v2 +++ b/samples/token_statistics/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2008 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) diff --git a/samples/token_statistics/collect_token_statistics.hpp b/samples/token_statistics/collect_token_statistics.hpp index c62f006bf..54a436fb9 100644 --- a/samples/token_statistics/collect_token_statistics.hpp +++ b/samples/token_statistics/collect_token_statistics.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/token_statistics/instantiate_cpp_grammar.cpp b/samples/token_statistics/instantiate_cpp_grammar.cpp index 3262e4021..bf2acdac8 100644 --- a/samples/token_statistics/instantiate_cpp_grammar.cpp +++ b/samples/token_statistics/instantiate_cpp_grammar.cpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/token_statistics/instantiate_defined_grammar.cpp b/samples/token_statistics/instantiate_defined_grammar.cpp index 36a82d9a2..600b359ce 100644 --- a/samples/token_statistics/instantiate_defined_grammar.cpp +++ b/samples/token_statistics/instantiate_defined_grammar.cpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/token_statistics/instantiate_xlex_lexer.cpp b/samples/token_statistics/instantiate_xlex_lexer.cpp index b2fc129f6..3ed01ccc6 100644 --- a/samples/token_statistics/instantiate_xlex_lexer.cpp +++ b/samples/token_statistics/instantiate_xlex_lexer.cpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/token_statistics/token_statistics.cpp b/samples/token_statistics/token_statistics.cpp index 168731624..1638f340d 100644 --- a/samples/token_statistics/token_statistics.cpp +++ b/samples/token_statistics/token_statistics.cpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/token_statistics/token_statistics.hpp b/samples/token_statistics/token_statistics.hpp index 92941bf6a..c480bb7ff 100644 --- a/samples/token_statistics/token_statistics.hpp +++ b/samples/token_statistics/token_statistics.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/token_statistics/token_statistics_version.hpp b/samples/token_statistics/token_statistics_version.hpp index d7afe6ce5..e5bbe5065 100644 --- a/samples/token_statistics/token_statistics_version.hpp +++ b/samples/token_statistics/token_statistics_version.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/token_statistics/xlex/xlex_lexer.hpp b/samples/token_statistics/xlex/xlex_lexer.hpp index 45e9cc62e..082e2e78e 100644 --- a/samples/token_statistics/xlex/xlex_lexer.hpp +++ b/samples/token_statistics/xlex/xlex_lexer.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/token_statistics/xlex/xpressive_lexer.hpp b/samples/token_statistics/xlex/xpressive_lexer.hpp index 5074a25dd..e8a648c91 100644 --- a/samples/token_statistics/xlex/xpressive_lexer.hpp +++ b/samples/token_statistics/xlex/xpressive_lexer.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/token_statistics/xlex_interface.hpp b/samples/token_statistics/xlex_interface.hpp index 0feabe748..cc5b364a5 100644 --- a/samples/token_statistics/xlex_interface.hpp +++ b/samples/token_statistics/xlex_interface.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/token_statistics/xlex_iterator.hpp b/samples/token_statistics/xlex_iterator.hpp index 2b62d0ed9..cbab07b88 100644 --- a/samples/token_statistics/xlex_iterator.hpp +++ b/samples/token_statistics/xlex_iterator.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/waveidl/build/Jamfile.v2 b/samples/waveidl/build/Jamfile.v2 index 8f08e4383..a33462c48 100644 --- a/samples/waveidl/build/Jamfile.v2 +++ b/samples/waveidl/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2008 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) diff --git a/samples/waveidl/idl.cpp b/samples/waveidl/idl.cpp index 2584559ee..b7fea78b1 100644 --- a/samples/waveidl/idl.cpp +++ b/samples/waveidl/idl.cpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ @@ -91,7 +91,7 @@ int print_copyright() "Based on: Wave, A Standard conformant C++ preprocessor library", "It is hosted by http://www.boost.org/.", "", - "Copyright (c) 2001-2007 Hartmut Kaiser, Distributed under the Boost", + "Copyright (c) 2001-2008 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)", 0 diff --git a/samples/waveidl/idl.hpp b/samples/waveidl/idl.hpp index 6e09134bd..dc97a33f1 100644 --- a/samples/waveidl/idl.hpp +++ b/samples/waveidl/idl.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/waveidl/idl_config.hpp b/samples/waveidl/idl_config.hpp index da57d846b..80b386f19 100644 --- a/samples/waveidl/idl_config.hpp +++ b/samples/waveidl/idl_config.hpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/waveidl/idl_version.hpp b/samples/waveidl/idl_version.hpp index e3ba87052..c59fe7557 100644 --- a/samples/waveidl/idl_version.hpp +++ b/samples/waveidl/idl_version.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/waveidl/idllexer/idl.re b/samples/waveidl/idllexer/idl.re index 4d178d6df..285155b21 100644 --- a/samples/waveidl/idllexer/idl.re +++ b/samples/waveidl/idllexer/idl.re @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/waveidl/idllexer/idl_lex_interface.hpp b/samples/waveidl/idllexer/idl_lex_interface.hpp index f7de61002..9f31d3b93 100644 --- a/samples/waveidl/idllexer/idl_lex_interface.hpp +++ b/samples/waveidl/idllexer/idl_lex_interface.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/waveidl/idllexer/idl_lex_iterator.hpp b/samples/waveidl/idllexer/idl_lex_iterator.hpp index 6371e861e..1fcf6faea 100644 --- a/samples/waveidl/idllexer/idl_lex_iterator.hpp +++ b/samples/waveidl/idllexer/idl_lex_iterator.hpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/waveidl/idllexer/idl_re.cpp b/samples/waveidl/idllexer/idl_re.cpp index 80715e360..4b9400f68 100644 --- a/samples/waveidl/idllexer/idl_re.cpp +++ b/samples/waveidl/idllexer/idl_re.cpp @@ -7,7 +7,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/waveidl/idllexer/idl_re.hpp b/samples/waveidl/idllexer/idl_re.hpp index ecb831033..d2f032be2 100644 --- a/samples/waveidl/idllexer/idl_re.hpp +++ b/samples/waveidl/idllexer/idl_re.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/waveidl/idllexer/idl_re2c_lexer.hpp b/samples/waveidl/idllexer/idl_re2c_lexer.hpp index 53f08947a..7e0f1f592 100644 --- a/samples/waveidl/idllexer/idl_re2c_lexer.hpp +++ b/samples/waveidl/idllexer/idl_re2c_lexer.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/waveidl/instantiate_cpp_grammar.cpp b/samples/waveidl/instantiate_cpp_grammar.cpp index f241b8ee6..3e7d5a0cb 100644 --- a/samples/waveidl/instantiate_cpp_grammar.cpp +++ b/samples/waveidl/instantiate_cpp_grammar.cpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/waveidl/instantiate_defined_grammar.cpp b/samples/waveidl/instantiate_defined_grammar.cpp index 7730ba3fa..bdd8d9c2f 100644 --- a/samples/waveidl/instantiate_defined_grammar.cpp +++ b/samples/waveidl/instantiate_defined_grammar.cpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/waveidl/instantiate_predef_macros.cpp b/samples/waveidl/instantiate_predef_macros.cpp index 1aad4d324..18741e265 100644 --- a/samples/waveidl/instantiate_predef_macros.cpp +++ b/samples/waveidl/instantiate_predef_macros.cpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/waveidl/instantiate_re2c_lexer.cpp b/samples/waveidl/instantiate_re2c_lexer.cpp index 2f9f8428f..6e3fa0564 100644 --- a/samples/waveidl/instantiate_re2c_lexer.cpp +++ b/samples/waveidl/instantiate_re2c_lexer.cpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/samples/waveidl/instantiate_re2c_lexer_str.cpp b/samples/waveidl/instantiate_re2c_lexer_str.cpp index 19fefc35b..798b8d292 100644 --- a/samples/waveidl/instantiate_re2c_lexer_str.cpp +++ b/samples/waveidl/instantiate_re2c_lexer_str.cpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/src/cpplexer/re2clex/aq.cpp b/src/cpplexer/re2clex/aq.cpp index e684760e3..d30c6965a 100644 --- a/src/cpplexer/re2clex/aq.cpp +++ b/src/cpplexer/re2clex/aq.cpp @@ -3,7 +3,7 @@ http://www.boost.org/ Copyright (c) 2001 Daniel C. Nuffer. - Copyright (c) 2001-2007 Hartmut Kaiser. + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/src/cpplexer/re2clex/cpp.re b/src/cpplexer/re2clex/cpp.re index fab372eb1..05185d038 100644 --- a/src/cpplexer/re2clex/cpp.re +++ b/src/cpplexer/re2clex/cpp.re @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library Copyright (c) 2001 Daniel C. Nuffer - Copyright (c) 2001-2007 Hartmut Kaiser. + Copyright (c) 2001-2008 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) diff --git a/src/cpplexer/re2clex/cpp_re.cpp b/src/cpplexer/re2clex/cpp_re.cpp index 534c5d77a..d35924ce6 100644 --- a/src/cpplexer/re2clex/cpp_re.cpp +++ b/src/cpplexer/re2clex/cpp_re.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library Copyright (c) 2001 Daniel C. Nuffer - Copyright (c) 2001-2007 Hartmut Kaiser. + Copyright (c) 2001-2008 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) diff --git a/src/cpplexer/re2clex/cpp_re.inc b/src/cpplexer/re2clex/cpp_re.inc index 63d126e39..545345d53 100644 --- a/src/cpplexer/re2clex/cpp_re.inc +++ b/src/cpplexer/re2clex/cpp_re.inc @@ -4,7 +4,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library Copyright (c) 2001 Daniel C. Nuffer - Copyright (c) 2001-2007 Hartmut Kaiser. + Copyright (c) 2001-2008 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) diff --git a/src/cpplexer/re2clex/strict_cpp.re b/src/cpplexer/re2clex/strict_cpp.re index 373d1b86d..f90aabc81 100644 --- a/src/cpplexer/re2clex/strict_cpp.re +++ b/src/cpplexer/re2clex/strict_cpp.re @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library Copyright (c) 2001 Daniel C. Nuffer - Copyright (c) 2001-2007 Hartmut Kaiser. + Copyright (c) 2001-2008 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) diff --git a/src/cpplexer/re2clex/strict_cpp_re.inc b/src/cpplexer/re2clex/strict_cpp_re.inc index 65a0d8ba9..5541fec1f 100644 --- a/src/cpplexer/re2clex/strict_cpp_re.inc +++ b/src/cpplexer/re2clex/strict_cpp_re.inc @@ -4,7 +4,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library Copyright (c) 2001 Daniel C. Nuffer - Copyright (c) 2001-2007 Hartmut Kaiser. + Copyright (c) 2001-2008 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) diff --git a/src/instantiate_cpp_exprgrammar.cpp b/src/instantiate_cpp_exprgrammar.cpp index bddb2e344..90ce04392 100644 --- a/src/instantiate_cpp_exprgrammar.cpp +++ b/src/instantiate_cpp_exprgrammar.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/src/instantiate_cpp_grammar.cpp b/src/instantiate_cpp_grammar.cpp index e13f18504..d283ca91b 100644 --- a/src/instantiate_cpp_grammar.cpp +++ b/src/instantiate_cpp_grammar.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/src/instantiate_cpp_literalgrs.cpp b/src/instantiate_cpp_literalgrs.cpp index f88c4c89f..838ee642c 100644 --- a/src/instantiate_cpp_literalgrs.cpp +++ b/src/instantiate_cpp_literalgrs.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/src/instantiate_defined_grammar.cpp b/src/instantiate_defined_grammar.cpp index cd87afdbf..8ac090bd4 100644 --- a/src/instantiate_defined_grammar.cpp +++ b/src/instantiate_defined_grammar.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/src/instantiate_predef_macros.cpp b/src/instantiate_predef_macros.cpp index 1131b62bd..ed5095161 100644 --- a/src/instantiate_predef_macros.cpp +++ b/src/instantiate_predef_macros.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/src/instantiate_re2c_lexer.cpp b/src/instantiate_re2c_lexer.cpp index ec390c40e..ad5a150a7 100644 --- a/src/instantiate_re2c_lexer.cpp +++ b/src/instantiate_re2c_lexer.cpp @@ -4,7 +4,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/src/instantiate_re2c_lexer_str.cpp b/src/instantiate_re2c_lexer_str.cpp index 5b959ba8a..837cb53f5 100644 --- a/src/instantiate_re2c_lexer_str.cpp +++ b/src/instantiate_re2c_lexer_str.cpp @@ -4,7 +4,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/src/token_ids.cpp b/src/token_ids.cpp index 2c481eb66..e7b61eec7 100644 --- a/src/token_ids.cpp +++ b/src/token_ids.cpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/src/wave_config_constant.cpp b/src/wave_config_constant.cpp index 321d013cb..7af9d0879 100644 --- a/src/wave_config_constant.cpp +++ b/src/wave_config_constant.cpp @@ -4,7 +4,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/build/Jamfile.v2 b/test/build/Jamfile.v2 index ba633bea3..93c7fcdc3 100644 --- a/test/build/Jamfile.v2 +++ b/test/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2008 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) diff --git a/test/testlexers/cpp_tokens.hpp b/test/testlexers/cpp_tokens.hpp index 696727481..e64378353 100644 --- a/test/testlexers/cpp_tokens.hpp +++ b/test/testlexers/cpp_tokens.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testlexers/test_lexertl_lexer.cpp b/test/testlexers/test_lexertl_lexer.cpp index 0ee9aa2a6..f48a8a574 100644 --- a/test/testlexers/test_lexertl_lexer.cpp +++ b/test/testlexers/test_lexertl_lexer.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testlexers/test_re2c_lexer.cpp b/test/testlexers/test_re2c_lexer.cpp index f9da4a623..0ad4481bb 100644 --- a/test/testlexers/test_re2c_lexer.cpp +++ b/test/testlexers/test_re2c_lexer.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testlexers/test_slex_lexer.cpp b/test/testlexers/test_slex_lexer.cpp index 0a8fab7ca..6a06f18c6 100644 --- a/test/testlexers/test_slex_lexer.cpp +++ b/test/testlexers/test_slex_lexer.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testlexers/test_xlex_lexer.cpp b/test/testlexers/test_xlex_lexer.cpp index 33b4ba024..14621de5f 100644 --- a/test/testlexers/test_xlex_lexer.cpp +++ b/test/testlexers/test_xlex_lexer.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/cmd_line_utils.hpp b/test/testwave/cmd_line_utils.hpp index ff0ca859a..48f2b2329 100644 --- a/test/testwave/cmd_line_utils.hpp +++ b/test/testwave/cmd_line_utils.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_001.cpp b/test/testwave/testfiles/t_1_001.cpp index 0bf9b41dc..35e1eef77 100644 --- a/test/testwave/testfiles/t_1_001.cpp +++ b/test/testwave/testfiles/t_1_001.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_002.cpp b/test/testwave/testfiles/t_1_002.cpp index 9ef4b9fdd..d28e7216b 100644 --- a/test/testwave/testfiles/t_1_002.cpp +++ b/test/testwave/testfiles/t_1_002.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_003.cpp b/test/testwave/testfiles/t_1_003.cpp index 5102ff4aa..5ff8c8c1d 100644 --- a/test/testwave/testfiles/t_1_003.cpp +++ b/test/testwave/testfiles/t_1_003.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_004.cpp b/test/testwave/testfiles/t_1_004.cpp index 5a5a0dec4..fe9668487 100644 --- a/test/testwave/testfiles/t_1_004.cpp +++ b/test/testwave/testfiles/t_1_004.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_005.cpp b/test/testwave/testfiles/t_1_005.cpp index c99474535..7a56f2e4d 100644 --- a/test/testwave/testfiles/t_1_005.cpp +++ b/test/testwave/testfiles/t_1_005.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_006.cpp b/test/testwave/testfiles/t_1_006.cpp index 5d0fd866e..b7bf57a4a 100644 --- a/test/testwave/testfiles/t_1_006.cpp +++ b/test/testwave/testfiles/t_1_006.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_007.cpp b/test/testwave/testfiles/t_1_007.cpp index 36209c26e..f5d3f80f4 100644 --- a/test/testwave/testfiles/t_1_007.cpp +++ b/test/testwave/testfiles/t_1_007.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_008.cpp b/test/testwave/testfiles/t_1_008.cpp index ae5d2dbe9..75336749a 100644 --- a/test/testwave/testfiles/t_1_008.cpp +++ b/test/testwave/testfiles/t_1_008.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_009.cpp b/test/testwave/testfiles/t_1_009.cpp index b9a6accb2..85e21e2bf 100644 --- a/test/testwave/testfiles/t_1_009.cpp +++ b/test/testwave/testfiles/t_1_009.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_010.cpp b/test/testwave/testfiles/t_1_010.cpp index fcb6d83e2..9597d5d92 100644 --- a/test/testwave/testfiles/t_1_010.cpp +++ b/test/testwave/testfiles/t_1_010.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_011.cpp b/test/testwave/testfiles/t_1_011.cpp index 65c751689..970db864b 100644 --- a/test/testwave/testfiles/t_1_011.cpp +++ b/test/testwave/testfiles/t_1_011.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_012.cpp b/test/testwave/testfiles/t_1_012.cpp index 2949223ac..e46e4cb38 100644 --- a/test/testwave/testfiles/t_1_012.cpp +++ b/test/testwave/testfiles/t_1_012.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_013.cpp b/test/testwave/testfiles/t_1_013.cpp index b437278b2..694bf2fb0 100644 --- a/test/testwave/testfiles/t_1_013.cpp +++ b/test/testwave/testfiles/t_1_013.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_014.cpp b/test/testwave/testfiles/t_1_014.cpp index 212fb5fd9..0a36ac7b1 100644 --- a/test/testwave/testfiles/t_1_014.cpp +++ b/test/testwave/testfiles/t_1_014.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_015.cpp b/test/testwave/testfiles/t_1_015.cpp index ffad99ebe..7eeb61f0e 100644 --- a/test/testwave/testfiles/t_1_015.cpp +++ b/test/testwave/testfiles/t_1_015.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_016.cpp b/test/testwave/testfiles/t_1_016.cpp index e4bddc840..10617ae37 100644 --- a/test/testwave/testfiles/t_1_016.cpp +++ b/test/testwave/testfiles/t_1_016.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_017.cpp b/test/testwave/testfiles/t_1_017.cpp index 2e68ae2a8..101a49ada 100644 --- a/test/testwave/testfiles/t_1_017.cpp +++ b/test/testwave/testfiles/t_1_017.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_018.cpp b/test/testwave/testfiles/t_1_018.cpp index 4d3c62da0..82690052c 100644 --- a/test/testwave/testfiles/t_1_018.cpp +++ b/test/testwave/testfiles/t_1_018.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_019.cpp b/test/testwave/testfiles/t_1_019.cpp index bc426638f..308df2e02 100644 --- a/test/testwave/testfiles/t_1_019.cpp +++ b/test/testwave/testfiles/t_1_019.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_020.cpp b/test/testwave/testfiles/t_1_020.cpp index 0be224c69..6bafe3baf 100644 --- a/test/testwave/testfiles/t_1_020.cpp +++ b/test/testwave/testfiles/t_1_020.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_021.cpp b/test/testwave/testfiles/t_1_021.cpp index 858d773ff..17de2176f 100644 --- a/test/testwave/testfiles/t_1_021.cpp +++ b/test/testwave/testfiles/t_1_021.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_022.cpp b/test/testwave/testfiles/t_1_022.cpp index 537dfa623..d33400071 100644 --- a/test/testwave/testfiles/t_1_022.cpp +++ b/test/testwave/testfiles/t_1_022.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_023.cpp b/test/testwave/testfiles/t_1_023.cpp index 083097d59..a303a03ba 100644 --- a/test/testwave/testfiles/t_1_023.cpp +++ b/test/testwave/testfiles/t_1_023.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_024.cpp b/test/testwave/testfiles/t_1_024.cpp index 5391db691..6ea590669 100644 --- a/test/testwave/testfiles/t_1_024.cpp +++ b/test/testwave/testfiles/t_1_024.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_025.cpp b/test/testwave/testfiles/t_1_025.cpp index ea13c358f..b87714501 100644 --- a/test/testwave/testfiles/t_1_025.cpp +++ b/test/testwave/testfiles/t_1_025.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_026.cpp b/test/testwave/testfiles/t_1_026.cpp index 67ea3520d..e5fad1fb0 100644 --- a/test/testwave/testfiles/t_1_026.cpp +++ b/test/testwave/testfiles/t_1_026.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_027.cpp b/test/testwave/testfiles/t_1_027.cpp index f43ba1934..dba3350c2 100644 --- a/test/testwave/testfiles/t_1_027.cpp +++ b/test/testwave/testfiles/t_1_027.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_028.cpp b/test/testwave/testfiles/t_1_028.cpp index 27675b1d3..47012103c 100644 --- a/test/testwave/testfiles/t_1_028.cpp +++ b/test/testwave/testfiles/t_1_028.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_029.cpp b/test/testwave/testfiles/t_1_029.cpp index 1a0c86b47..4c545b136 100644 --- a/test/testwave/testfiles/t_1_029.cpp +++ b/test/testwave/testfiles/t_1_029.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_030.cpp b/test/testwave/testfiles/t_1_030.cpp index f5fa3fa16..84c8df162 100644 --- a/test/testwave/testfiles/t_1_030.cpp +++ b/test/testwave/testfiles/t_1_030.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_031.cpp b/test/testwave/testfiles/t_1_031.cpp index 87925eb42..8dc67bc62 100644 --- a/test/testwave/testfiles/t_1_031.cpp +++ b/test/testwave/testfiles/t_1_031.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_032.cpp b/test/testwave/testfiles/t_1_032.cpp index be23c7b41..28dcb4c0b 100644 --- a/test/testwave/testfiles/t_1_032.cpp +++ b/test/testwave/testfiles/t_1_032.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_033.cpp b/test/testwave/testfiles/t_1_033.cpp index b60c11198..52a06a5ce 100644 --- a/test/testwave/testfiles/t_1_033.cpp +++ b/test/testwave/testfiles/t_1_033.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_034.cpp b/test/testwave/testfiles/t_1_034.cpp index 6f0f45550..06cf635b6 100644 --- a/test/testwave/testfiles/t_1_034.cpp +++ b/test/testwave/testfiles/t_1_034.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_035.cpp b/test/testwave/testfiles/t_1_035.cpp index 5372daf61..be7e43f74 100644 --- a/test/testwave/testfiles/t_1_035.cpp +++ b/test/testwave/testfiles/t_1_035.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_036.cpp b/test/testwave/testfiles/t_1_036.cpp index 0f94ded6c..ce5dd7b07 100644 --- a/test/testwave/testfiles/t_1_036.cpp +++ b/test/testwave/testfiles/t_1_036.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_1_037.cpp b/test/testwave/testfiles/t_1_037.cpp index ea55a9fe9..4d4b9bed7 100644 --- a/test/testwave/testfiles/t_1_037.cpp +++ b/test/testwave/testfiles/t_1_037.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_001.cpp b/test/testwave/testfiles/t_2_001.cpp index b25c3188c..0c0fed143 100644 --- a/test/testwave/testfiles/t_2_001.cpp +++ b/test/testwave/testfiles/t_2_001.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_002.cpp b/test/testwave/testfiles/t_2_002.cpp index 77e99ce35..a89aaaaab 100644 --- a/test/testwave/testfiles/t_2_002.cpp +++ b/test/testwave/testfiles/t_2_002.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_003.cpp b/test/testwave/testfiles/t_2_003.cpp index 4540d00f2..ff7119a87 100644 --- a/test/testwave/testfiles/t_2_003.cpp +++ b/test/testwave/testfiles/t_2_003.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_004.cpp b/test/testwave/testfiles/t_2_004.cpp index 2934b4f2d..6282de1c5 100644 --- a/test/testwave/testfiles/t_2_004.cpp +++ b/test/testwave/testfiles/t_2_004.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_005.cpp b/test/testwave/testfiles/t_2_005.cpp index 665f922e9..c6bd0ffcc 100644 --- a/test/testwave/testfiles/t_2_005.cpp +++ b/test/testwave/testfiles/t_2_005.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_006.cpp b/test/testwave/testfiles/t_2_006.cpp index 34047064f..1779e77f8 100644 --- a/test/testwave/testfiles/t_2_006.cpp +++ b/test/testwave/testfiles/t_2_006.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_007.cpp b/test/testwave/testfiles/t_2_007.cpp index 394ae4563..b2c1fb0cc 100644 --- a/test/testwave/testfiles/t_2_007.cpp +++ b/test/testwave/testfiles/t_2_007.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_008.cpp b/test/testwave/testfiles/t_2_008.cpp index b5c9f3d7d..14d67796d 100644 --- a/test/testwave/testfiles/t_2_008.cpp +++ b/test/testwave/testfiles/t_2_008.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_009.cpp b/test/testwave/testfiles/t_2_009.cpp index 82aced083..b27593f78 100644 --- a/test/testwave/testfiles/t_2_009.cpp +++ b/test/testwave/testfiles/t_2_009.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_010.cpp b/test/testwave/testfiles/t_2_010.cpp index 04b975018..dfa918048 100644 --- a/test/testwave/testfiles/t_2_010.cpp +++ b/test/testwave/testfiles/t_2_010.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_011.cpp b/test/testwave/testfiles/t_2_011.cpp index 4565bbe88..61810de3b 100644 --- a/test/testwave/testfiles/t_2_011.cpp +++ b/test/testwave/testfiles/t_2_011.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_012.cpp b/test/testwave/testfiles/t_2_012.cpp index be0726677..70d89a11f 100644 --- a/test/testwave/testfiles/t_2_012.cpp +++ b/test/testwave/testfiles/t_2_012.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_013.cpp b/test/testwave/testfiles/t_2_013.cpp index bc545ecb3..a1bf06f9b 100644 --- a/test/testwave/testfiles/t_2_013.cpp +++ b/test/testwave/testfiles/t_2_013.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_014.cpp b/test/testwave/testfiles/t_2_014.cpp index 79793c32c..a1cbd8c27 100644 --- a/test/testwave/testfiles/t_2_014.cpp +++ b/test/testwave/testfiles/t_2_014.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_015.cpp b/test/testwave/testfiles/t_2_015.cpp index 1f81ba64a..65da47372 100644 --- a/test/testwave/testfiles/t_2_015.cpp +++ b/test/testwave/testfiles/t_2_015.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_016.cpp b/test/testwave/testfiles/t_2_016.cpp index 32346146a..39595d347 100644 --- a/test/testwave/testfiles/t_2_016.cpp +++ b/test/testwave/testfiles/t_2_016.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_2_017.cpp b/test/testwave/testfiles/t_2_017.cpp index f2df0eb37..13b5af562 100644 --- a/test/testwave/testfiles/t_2_017.cpp +++ b/test/testwave/testfiles/t_2_017.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_3_001.cpp b/test/testwave/testfiles/t_3_001.cpp index f8cab09b7..730ab3bd4 100644 --- a/test/testwave/testfiles/t_3_001.cpp +++ b/test/testwave/testfiles/t_3_001.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_3_002.cpp b/test/testwave/testfiles/t_3_002.cpp index cf6b612b3..71d83fad8 100644 --- a/test/testwave/testfiles/t_3_002.cpp +++ b/test/testwave/testfiles/t_3_002.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_3_003.cpp b/test/testwave/testfiles/t_3_003.cpp index c4f3565c5..ab6b24c92 100644 --- a/test/testwave/testfiles/t_3_003.cpp +++ b/test/testwave/testfiles/t_3_003.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_3_004.cpp b/test/testwave/testfiles/t_3_004.cpp index 29b8361b7..09ff7ce47 100644 --- a/test/testwave/testfiles/t_3_004.cpp +++ b/test/testwave/testfiles/t_3_004.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_4_001.cpp b/test/testwave/testfiles/t_4_001.cpp index d69ac3415..84fffb6e8 100644 --- a/test/testwave/testfiles/t_4_001.cpp +++ b/test/testwave/testfiles/t_4_001.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_4_002.cpp b/test/testwave/testfiles/t_4_002.cpp index 07267b8ef..1d0ceac83 100644 --- a/test/testwave/testfiles/t_4_002.cpp +++ b/test/testwave/testfiles/t_4_002.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_4_003.cpp b/test/testwave/testfiles/t_4_003.cpp index 3a91c53f9..7c97092be 100644 --- a/test/testwave/testfiles/t_4_003.cpp +++ b/test/testwave/testfiles/t_4_003.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_4_004.cpp b/test/testwave/testfiles/t_4_004.cpp index c7152640c..6471bf391 100644 --- a/test/testwave/testfiles/t_4_004.cpp +++ b/test/testwave/testfiles/t_4_004.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_5_001.cpp b/test/testwave/testfiles/t_5_001.cpp index 29b7d405f..64e66c416 100644 --- a/test/testwave/testfiles/t_5_001.cpp +++ b/test/testwave/testfiles/t_5_001.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_002.cpp b/test/testwave/testfiles/t_5_002.cpp index dad204ce5..ed97b9311 100644 --- a/test/testwave/testfiles/t_5_002.cpp +++ b/test/testwave/testfiles/t_5_002.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_003.cpp b/test/testwave/testfiles/t_5_003.cpp index 6079f926a..6e51c370b 100644 --- a/test/testwave/testfiles/t_5_003.cpp +++ b/test/testwave/testfiles/t_5_003.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_004.cpp b/test/testwave/testfiles/t_5_004.cpp index 53cb6aaeb..358c55fd4 100644 --- a/test/testwave/testfiles/t_5_004.cpp +++ b/test/testwave/testfiles/t_5_004.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_005.cpp b/test/testwave/testfiles/t_5_005.cpp index 3f9ba8848..2b72e9865 100644 --- a/test/testwave/testfiles/t_5_005.cpp +++ b/test/testwave/testfiles/t_5_005.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_006.cpp b/test/testwave/testfiles/t_5_006.cpp index 2aa69d86c..50295abf8 100644 --- a/test/testwave/testfiles/t_5_006.cpp +++ b/test/testwave/testfiles/t_5_006.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_007.cpp b/test/testwave/testfiles/t_5_007.cpp index 97968520d..8d6d98236 100644 --- a/test/testwave/testfiles/t_5_007.cpp +++ b/test/testwave/testfiles/t_5_007.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_007.hpp b/test/testwave/testfiles/t_5_007.hpp index 05910d7a9..1c8877355 100644 --- a/test/testwave/testfiles/t_5_007.hpp +++ b/test/testwave/testfiles/t_5_007.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_5_008.cpp b/test/testwave/testfiles/t_5_008.cpp index 7a415f56f..c2ad12278 100644 --- a/test/testwave/testfiles/t_5_008.cpp +++ b/test/testwave/testfiles/t_5_008.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_009.cpp b/test/testwave/testfiles/t_5_009.cpp index 65e31a9e0..0f57eebea 100644 --- a/test/testwave/testfiles/t_5_009.cpp +++ b/test/testwave/testfiles/t_5_009.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_010.cpp b/test/testwave/testfiles/t_5_010.cpp index 7badb0aae..62c149d14 100644 --- a/test/testwave/testfiles/t_5_010.cpp +++ b/test/testwave/testfiles/t_5_010.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_011.cpp b/test/testwave/testfiles/t_5_011.cpp index d79678231..d0682eb93 100644 --- a/test/testwave/testfiles/t_5_011.cpp +++ b/test/testwave/testfiles/t_5_011.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_012.cpp b/test/testwave/testfiles/t_5_012.cpp index 194f63067..75f9fa058 100644 --- a/test/testwave/testfiles/t_5_012.cpp +++ b/test/testwave/testfiles/t_5_012.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_013.cpp b/test/testwave/testfiles/t_5_013.cpp index 7ccad2630..2d95e32c8 100644 --- a/test/testwave/testfiles/t_5_013.cpp +++ b/test/testwave/testfiles/t_5_013.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_014.cpp b/test/testwave/testfiles/t_5_014.cpp index 9a11f9f13..8d6f7906e 100644 --- a/test/testwave/testfiles/t_5_014.cpp +++ b/test/testwave/testfiles/t_5_014.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_015.cpp b/test/testwave/testfiles/t_5_015.cpp index b10671248..1b7b5c5c3 100644 --- a/test/testwave/testfiles/t_5_015.cpp +++ b/test/testwave/testfiles/t_5_015.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_016.cpp b/test/testwave/testfiles/t_5_016.cpp index aad54a43a..bdfcd0102 100644 --- a/test/testwave/testfiles/t_5_016.cpp +++ b/test/testwave/testfiles/t_5_016.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_017.cpp b/test/testwave/testfiles/t_5_017.cpp index 7fb7c4e66..2f2eec7bc 100644 --- a/test/testwave/testfiles/t_5_017.cpp +++ b/test/testwave/testfiles/t_5_017.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_018.cpp b/test/testwave/testfiles/t_5_018.cpp index dc72260ab..eb482d6fd 100644 --- a/test/testwave/testfiles/t_5_018.cpp +++ b/test/testwave/testfiles/t_5_018.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_019.cpp b/test/testwave/testfiles/t_5_019.cpp index 371ecb766..cba8a9a3c 100644 --- a/test/testwave/testfiles/t_5_019.cpp +++ b/test/testwave/testfiles/t_5_019.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_020.cpp b/test/testwave/testfiles/t_5_020.cpp index a81b20259..346d3e8cd 100644 --- a/test/testwave/testfiles/t_5_020.cpp +++ b/test/testwave/testfiles/t_5_020.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_021.cpp b/test/testwave/testfiles/t_5_021.cpp index af42b6f7f..a729c6852 100644 --- a/test/testwave/testfiles/t_5_021.cpp +++ b/test/testwave/testfiles/t_5_021.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_022.cpp b/test/testwave/testfiles/t_5_022.cpp index d5c341255..7dc6516bd 100644 --- a/test/testwave/testfiles/t_5_022.cpp +++ b/test/testwave/testfiles/t_5_022.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_023.cpp b/test/testwave/testfiles/t_5_023.cpp index 85a370af2..9f9a1ec47 100644 --- a/test/testwave/testfiles/t_5_023.cpp +++ b/test/testwave/testfiles/t_5_023.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_024.cpp b/test/testwave/testfiles/t_5_024.cpp index 73231c40b..b86cdd8d7 100644 --- a/test/testwave/testfiles/t_5_024.cpp +++ b/test/testwave/testfiles/t_5_024.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_025.cpp b/test/testwave/testfiles/t_5_025.cpp index d38fdfce5..93f7f1532 100644 --- a/test/testwave/testfiles/t_5_025.cpp +++ b/test/testwave/testfiles/t_5_025.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_026.cpp b/test/testwave/testfiles/t_5_026.cpp index 631dfea48..8f45f3693 100644 --- a/test/testwave/testfiles/t_5_026.cpp +++ b/test/testwave/testfiles/t_5_026.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_027.cpp b/test/testwave/testfiles/t_5_027.cpp index 85d67c07d..c03e636c3 100644 --- a/test/testwave/testfiles/t_5_027.cpp +++ b/test/testwave/testfiles/t_5_027.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_028.cpp b/test/testwave/testfiles/t_5_028.cpp index ed2a0b44e..63fbe2955 100644 --- a/test/testwave/testfiles/t_5_028.cpp +++ b/test/testwave/testfiles/t_5_028.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_029.cpp b/test/testwave/testfiles/t_5_029.cpp index 85e38da0d..6ff33f3a3 100644 --- a/test/testwave/testfiles/t_5_029.cpp +++ b/test/testwave/testfiles/t_5_029.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_030.cpp b/test/testwave/testfiles/t_5_030.cpp index 83c25ce2c..55eee6c91 100644 --- a/test/testwave/testfiles/t_5_030.cpp +++ b/test/testwave/testfiles/t_5_030.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_031.cpp b/test/testwave/testfiles/t_5_031.cpp index d5621e843..59b2ddc18 100644 --- a/test/testwave/testfiles/t_5_031.cpp +++ b/test/testwave/testfiles/t_5_031.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_031.hpp b/test/testwave/testfiles/t_5_031.hpp index 096de1605..082fae0d8 100644 --- a/test/testwave/testfiles/t_5_031.hpp +++ b/test/testwave/testfiles/t_5_031.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_032.cpp b/test/testwave/testfiles/t_5_032.cpp index 2356f85e6..ef156066d 100644 --- a/test/testwave/testfiles/t_5_032.cpp +++ b/test/testwave/testfiles/t_5_032.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_033.cpp b/test/testwave/testfiles/t_5_033.cpp index 1da8ae1b6..cc27799ef 100644 --- a/test/testwave/testfiles/t_5_033.cpp +++ b/test/testwave/testfiles/t_5_033.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_034.cpp b/test/testwave/testfiles/t_5_034.cpp index 7094508d7..bbaedf7ce 100644 --- a/test/testwave/testfiles/t_5_034.cpp +++ b/test/testwave/testfiles/t_5_034.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035.cpp b/test/testwave/testfiles/t_5_035.cpp index 4ddcda7b5..c00521cba 100644 --- a/test/testwave/testfiles/t_5_035.cpp +++ b/test/testwave/testfiles/t_5_035.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035.hpp b/test/testwave/testfiles/t_5_035.hpp index 8bf1dd834..02c4100e1 100644 --- a/test/testwave/testfiles/t_5_035.hpp +++ b/test/testwave/testfiles/t_5_035.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035_01.hpp b/test/testwave/testfiles/t_5_035_01.hpp index a1e068795..758de6d94 100644 --- a/test/testwave/testfiles/t_5_035_01.hpp +++ b/test/testwave/testfiles/t_5_035_01.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035_02.hpp b/test/testwave/testfiles/t_5_035_02.hpp index aabb810e0..68d6dab47 100644 --- a/test/testwave/testfiles/t_5_035_02.hpp +++ b/test/testwave/testfiles/t_5_035_02.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035_03.hpp b/test/testwave/testfiles/t_5_035_03.hpp index 8fcc5f6de..d739c5c18 100644 --- a/test/testwave/testfiles/t_5_035_03.hpp +++ b/test/testwave/testfiles/t_5_035_03.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035_04.hpp b/test/testwave/testfiles/t_5_035_04.hpp index 744888caa..f36c564e2 100644 --- a/test/testwave/testfiles/t_5_035_04.hpp +++ b/test/testwave/testfiles/t_5_035_04.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035_05.hpp b/test/testwave/testfiles/t_5_035_05.hpp index 82a7d2ac3..2005e57b5 100644 --- a/test/testwave/testfiles/t_5_035_05.hpp +++ b/test/testwave/testfiles/t_5_035_05.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035_06.hpp b/test/testwave/testfiles/t_5_035_06.hpp index 6d45a49f2..31a6d3b29 100644 --- a/test/testwave/testfiles/t_5_035_06.hpp +++ b/test/testwave/testfiles/t_5_035_06.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035_07.hpp b/test/testwave/testfiles/t_5_035_07.hpp index 4b215bf4e..a80122685 100644 --- a/test/testwave/testfiles/t_5_035_07.hpp +++ b/test/testwave/testfiles/t_5_035_07.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035_08.hpp b/test/testwave/testfiles/t_5_035_08.hpp index a178000e4..9436dbb69 100644 --- a/test/testwave/testfiles/t_5_035_08.hpp +++ b/test/testwave/testfiles/t_5_035_08.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035_09.hpp b/test/testwave/testfiles/t_5_035_09.hpp index 66bf7d709..fc7b75c40 100644 --- a/test/testwave/testfiles/t_5_035_09.hpp +++ b/test/testwave/testfiles/t_5_035_09.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035_10.hpp b/test/testwave/testfiles/t_5_035_10.hpp index b539a5101..6d3717598 100644 --- a/test/testwave/testfiles/t_5_035_10.hpp +++ b/test/testwave/testfiles/t_5_035_10.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035_11.hpp b/test/testwave/testfiles/t_5_035_11.hpp index 3d27f3504..ee7b4eec9 100644 --- a/test/testwave/testfiles/t_5_035_11.hpp +++ b/test/testwave/testfiles/t_5_035_11.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035_12.hpp b/test/testwave/testfiles/t_5_035_12.hpp index d7f105259..bad6a433f 100644 --- a/test/testwave/testfiles/t_5_035_12.hpp +++ b/test/testwave/testfiles/t_5_035_12.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035_13.hpp b/test/testwave/testfiles/t_5_035_13.hpp index 0fc66f4ea..860a31cd9 100644 --- a/test/testwave/testfiles/t_5_035_13.hpp +++ b/test/testwave/testfiles/t_5_035_13.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035_14.hpp b/test/testwave/testfiles/t_5_035_14.hpp index 3f2fd3af8..c8dbdf1a2 100644 --- a/test/testwave/testfiles/t_5_035_14.hpp +++ b/test/testwave/testfiles/t_5_035_14.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_5_035_15.hpp b/test/testwave/testfiles/t_5_035_15.hpp index 08c996a4b..76512abfd 100644 --- a/test/testwave/testfiles/t_5_035_15.hpp +++ b/test/testwave/testfiles/t_5_035_15.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_001.cpp b/test/testwave/testfiles/t_6_001.cpp index 388949a29..1a705bc26 100644 --- a/test/testwave/testfiles/t_6_001.cpp +++ b/test/testwave/testfiles/t_6_001.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_002.cpp b/test/testwave/testfiles/t_6_002.cpp index e5ca7b1e8..2fff9e317 100644 --- a/test/testwave/testfiles/t_6_002.cpp +++ b/test/testwave/testfiles/t_6_002.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_003.cpp b/test/testwave/testfiles/t_6_003.cpp index cbf65fdc9..42e02c3d1 100644 --- a/test/testwave/testfiles/t_6_003.cpp +++ b/test/testwave/testfiles/t_6_003.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_004.cpp b/test/testwave/testfiles/t_6_004.cpp index c82b8cd90..ac9405967 100644 --- a/test/testwave/testfiles/t_6_004.cpp +++ b/test/testwave/testfiles/t_6_004.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_005.cpp b/test/testwave/testfiles/t_6_005.cpp index 1625bbf53..e14683922 100644 --- a/test/testwave/testfiles/t_6_005.cpp +++ b/test/testwave/testfiles/t_6_005.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_006.cpp b/test/testwave/testfiles/t_6_006.cpp index 47fdbfa09..7bc967d25 100644 --- a/test/testwave/testfiles/t_6_006.cpp +++ b/test/testwave/testfiles/t_6_006.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_007.cpp b/test/testwave/testfiles/t_6_007.cpp index d63d87238..a9b33fd12 100644 --- a/test/testwave/testfiles/t_6_007.cpp +++ b/test/testwave/testfiles/t_6_007.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_008.cpp b/test/testwave/testfiles/t_6_008.cpp index 1c1b9723f..14e0f7425 100644 --- a/test/testwave/testfiles/t_6_008.cpp +++ b/test/testwave/testfiles/t_6_008.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_009.cpp b/test/testwave/testfiles/t_6_009.cpp index 3e101d51c..1c22f020c 100644 --- a/test/testwave/testfiles/t_6_009.cpp +++ b/test/testwave/testfiles/t_6_009.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_010.cpp b/test/testwave/testfiles/t_6_010.cpp index fce875905..ecb66fad0 100644 --- a/test/testwave/testfiles/t_6_010.cpp +++ b/test/testwave/testfiles/t_6_010.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_011.cpp b/test/testwave/testfiles/t_6_011.cpp index ad90946a2..eedd3a4c2 100644 --- a/test/testwave/testfiles/t_6_011.cpp +++ b/test/testwave/testfiles/t_6_011.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_012.cpp b/test/testwave/testfiles/t_6_012.cpp index 3e1a2997e..75dc5f246 100644 --- a/test/testwave/testfiles/t_6_012.cpp +++ b/test/testwave/testfiles/t_6_012.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_013.cpp b/test/testwave/testfiles/t_6_013.cpp index 964c6097b..d66c67859 100644 --- a/test/testwave/testfiles/t_6_013.cpp +++ b/test/testwave/testfiles/t_6_013.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_014.cpp b/test/testwave/testfiles/t_6_014.cpp index 6ec345f03..bc9c61d3c 100644 --- a/test/testwave/testfiles/t_6_014.cpp +++ b/test/testwave/testfiles/t_6_014.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_015.cpp b/test/testwave/testfiles/t_6_015.cpp index fa9aaaaed..3e60c8a38 100644 --- a/test/testwave/testfiles/t_6_015.cpp +++ b/test/testwave/testfiles/t_6_015.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_016.cpp b/test/testwave/testfiles/t_6_016.cpp index 111d9646b..6255a2df0 100644 --- a/test/testwave/testfiles/t_6_016.cpp +++ b/test/testwave/testfiles/t_6_016.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_017.cpp b/test/testwave/testfiles/t_6_017.cpp index bae67c513..070501587 100644 --- a/test/testwave/testfiles/t_6_017.cpp +++ b/test/testwave/testfiles/t_6_017.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_018.cpp b/test/testwave/testfiles/t_6_018.cpp index a57467671..2ef7a1280 100644 --- a/test/testwave/testfiles/t_6_018.cpp +++ b/test/testwave/testfiles/t_6_018.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_019.cpp b/test/testwave/testfiles/t_6_019.cpp index 1b621be82..04531972f 100644 --- a/test/testwave/testfiles/t_6_019.cpp +++ b/test/testwave/testfiles/t_6_019.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_020.cpp b/test/testwave/testfiles/t_6_020.cpp index fb859ceba..bd1cc023c 100644 --- a/test/testwave/testfiles/t_6_020.cpp +++ b/test/testwave/testfiles/t_6_020.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_021.cpp b/test/testwave/testfiles/t_6_021.cpp index 503d053b3..c61a2b2fa 100644 --- a/test/testwave/testfiles/t_6_021.cpp +++ b/test/testwave/testfiles/t_6_021.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_022.cpp b/test/testwave/testfiles/t_6_022.cpp index a897ceb34..3573ea672 100644 --- a/test/testwave/testfiles/t_6_022.cpp +++ b/test/testwave/testfiles/t_6_022.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_023.cpp b/test/testwave/testfiles/t_6_023.cpp index 499aa67f6..767ac5a8d 100644 --- a/test/testwave/testfiles/t_6_023.cpp +++ b/test/testwave/testfiles/t_6_023.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_024.cpp b/test/testwave/testfiles/t_6_024.cpp index d671c00ed..592d17843 100644 --- a/test/testwave/testfiles/t_6_024.cpp +++ b/test/testwave/testfiles/t_6_024.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_025.cpp b/test/testwave/testfiles/t_6_025.cpp index c6bab0e1f..098c445d4 100644 --- a/test/testwave/testfiles/t_6_025.cpp +++ b/test/testwave/testfiles/t_6_025.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_026.cpp b/test/testwave/testfiles/t_6_026.cpp index b69044e83..004990948 100644 --- a/test/testwave/testfiles/t_6_026.cpp +++ b/test/testwave/testfiles/t_6_026.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_027.cpp b/test/testwave/testfiles/t_6_027.cpp index a80c08c8b..d1cdb3412 100644 --- a/test/testwave/testfiles/t_6_027.cpp +++ b/test/testwave/testfiles/t_6_027.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_028.cpp b/test/testwave/testfiles/t_6_028.cpp index 49dfd4ab6..c9014d245 100644 --- a/test/testwave/testfiles/t_6_028.cpp +++ b/test/testwave/testfiles/t_6_028.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_029.cpp b/test/testwave/testfiles/t_6_029.cpp index 5a7487710..4bfa4fa38 100644 --- a/test/testwave/testfiles/t_6_029.cpp +++ b/test/testwave/testfiles/t_6_029.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_029.hpp b/test/testwave/testfiles/t_6_029.hpp index b2367cc40..aecc75c21 100644 --- a/test/testwave/testfiles/t_6_029.hpp +++ b/test/testwave/testfiles/t_6_029.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_030.cpp b/test/testwave/testfiles/t_6_030.cpp index dab66e564..fd7967403 100644 --- a/test/testwave/testfiles/t_6_030.cpp +++ b/test/testwave/testfiles/t_6_030.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_030.hpp b/test/testwave/testfiles/t_6_030.hpp index e039af946..8e4022a3a 100644 --- a/test/testwave/testfiles/t_6_030.hpp +++ b/test/testwave/testfiles/t_6_030.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_031.cpp b/test/testwave/testfiles/t_6_031.cpp index c992684bf..96e7b7f0e 100644 --- a/test/testwave/testfiles/t_6_031.cpp +++ b/test/testwave/testfiles/t_6_031.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_032.cpp b/test/testwave/testfiles/t_6_032.cpp index 7e1aa50c0..c20c0bb21 100644 --- a/test/testwave/testfiles/t_6_032.cpp +++ b/test/testwave/testfiles/t_6_032.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_033.cpp b/test/testwave/testfiles/t_6_033.cpp index 09838bf51..1d5ce1e76 100644 --- a/test/testwave/testfiles/t_6_033.cpp +++ b/test/testwave/testfiles/t_6_033.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_034.cpp b/test/testwave/testfiles/t_6_034.cpp index df3f6a678..7188e5074 100644 --- a/test/testwave/testfiles/t_6_034.cpp +++ b/test/testwave/testfiles/t_6_034.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_035.cpp b/test/testwave/testfiles/t_6_035.cpp index b33c7ed3f..e865a92e4 100644 --- a/test/testwave/testfiles/t_6_035.cpp +++ b/test/testwave/testfiles/t_6_035.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_036.cpp b/test/testwave/testfiles/t_6_036.cpp index 5d9305774..f1960bd5f 100644 --- a/test/testwave/testfiles/t_6_036.cpp +++ b/test/testwave/testfiles/t_6_036.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_037.cpp b/test/testwave/testfiles/t_6_037.cpp index fae2c41a8..dbf6e0a7b 100644 --- a/test/testwave/testfiles/t_6_037.cpp +++ b/test/testwave/testfiles/t_6_037.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_038.cpp b/test/testwave/testfiles/t_6_038.cpp index f89a6284f..97f7ad4d7 100644 --- a/test/testwave/testfiles/t_6_038.cpp +++ b/test/testwave/testfiles/t_6_038.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_039.cpp b/test/testwave/testfiles/t_6_039.cpp index f1fe79b63..da1cb540d 100644 --- a/test/testwave/testfiles/t_6_039.cpp +++ b/test/testwave/testfiles/t_6_039.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_040.cpp b/test/testwave/testfiles/t_6_040.cpp index c1a786bb7..de7cb676d 100644 --- a/test/testwave/testfiles/t_6_040.cpp +++ b/test/testwave/testfiles/t_6_040.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_041.cpp b/test/testwave/testfiles/t_6_041.cpp index f722788d8..7d025f19e 100644 --- a/test/testwave/testfiles/t_6_041.cpp +++ b/test/testwave/testfiles/t_6_041.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_042.cpp b/test/testwave/testfiles/t_6_042.cpp index 72fcb41dc..a12540918 100644 --- a/test/testwave/testfiles/t_6_042.cpp +++ b/test/testwave/testfiles/t_6_042.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_043.cpp b/test/testwave/testfiles/t_6_043.cpp index f5790e96b..a7011874b 100644 --- a/test/testwave/testfiles/t_6_043.cpp +++ b/test/testwave/testfiles/t_6_043.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_044.cpp b/test/testwave/testfiles/t_6_044.cpp index 9df6b11e5..36d5e0658 100644 --- a/test/testwave/testfiles/t_6_044.cpp +++ b/test/testwave/testfiles/t_6_044.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_045.cpp b/test/testwave/testfiles/t_6_045.cpp index 984c9ac15..30dfbe447 100644 --- a/test/testwave/testfiles/t_6_045.cpp +++ b/test/testwave/testfiles/t_6_045.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_046.cpp b/test/testwave/testfiles/t_6_046.cpp index c2f21c32a..2213c2d06 100644 --- a/test/testwave/testfiles/t_6_046.cpp +++ b/test/testwave/testfiles/t_6_046.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_047.cpp b/test/testwave/testfiles/t_6_047.cpp index 0345ec168..94afc0ba7 100644 --- a/test/testwave/testfiles/t_6_047.cpp +++ b/test/testwave/testfiles/t_6_047.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_048.cpp b/test/testwave/testfiles/t_6_048.cpp index 4e80f59ee..429ce17a1 100644 --- a/test/testwave/testfiles/t_6_048.cpp +++ b/test/testwave/testfiles/t_6_048.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_049.cpp b/test/testwave/testfiles/t_6_049.cpp index 0892423ed..cd663bb17 100644 --- a/test/testwave/testfiles/t_6_049.cpp +++ b/test/testwave/testfiles/t_6_049.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_050.cpp b/test/testwave/testfiles/t_6_050.cpp index c66d80c5a..c17ae11b3 100644 --- a/test/testwave/testfiles/t_6_050.cpp +++ b/test/testwave/testfiles/t_6_050.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_051.cpp b/test/testwave/testfiles/t_6_051.cpp index cf63604d5..2d3ba1169 100644 --- a/test/testwave/testfiles/t_6_051.cpp +++ b/test/testwave/testfiles/t_6_051.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_052.cpp b/test/testwave/testfiles/t_6_052.cpp index 736cdd1ce..bede7ba74 100644 --- a/test/testwave/testfiles/t_6_052.cpp +++ b/test/testwave/testfiles/t_6_052.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_053.cpp b/test/testwave/testfiles/t_6_053.cpp index b84c7e4a3..2fccdf08b 100644 --- a/test/testwave/testfiles/t_6_053.cpp +++ b/test/testwave/testfiles/t_6_053.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_054.cpp b/test/testwave/testfiles/t_6_054.cpp index 07a1cfd78..bb3745db9 100644 --- a/test/testwave/testfiles/t_6_054.cpp +++ b/test/testwave/testfiles/t_6_054.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_055.cpp b/test/testwave/testfiles/t_6_055.cpp index 15164d739..fc15d751d 100644 --- a/test/testwave/testfiles/t_6_055.cpp +++ b/test/testwave/testfiles/t_6_055.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_056.cpp b/test/testwave/testfiles/t_6_056.cpp index accc3449d..df1717943 100644 --- a/test/testwave/testfiles/t_6_056.cpp +++ b/test/testwave/testfiles/t_6_056.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_057.cpp b/test/testwave/testfiles/t_6_057.cpp index 10b63a7bc..eddb52630 100644 --- a/test/testwave/testfiles/t_6_057.cpp +++ b/test/testwave/testfiles/t_6_057.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_058.cpp b/test/testwave/testfiles/t_6_058.cpp index 73d975d2a..4aaca4533 100644 --- a/test/testwave/testfiles/t_6_058.cpp +++ b/test/testwave/testfiles/t_6_058.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_059.cpp b/test/testwave/testfiles/t_6_059.cpp index 514b73c18..f3666d3e7 100644 --- a/test/testwave/testfiles/t_6_059.cpp +++ b/test/testwave/testfiles/t_6_059.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_060.cpp b/test/testwave/testfiles/t_6_060.cpp index f90802286..eb460f378 100644 --- a/test/testwave/testfiles/t_6_060.cpp +++ b/test/testwave/testfiles/t_6_060.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_061.cpp b/test/testwave/testfiles/t_6_061.cpp index debcb1fd3..4bf9d3c65 100644 --- a/test/testwave/testfiles/t_6_061.cpp +++ b/test/testwave/testfiles/t_6_061.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_062.cpp b/test/testwave/testfiles/t_6_062.cpp index 7a89cfb2b..3d61d4117 100644 --- a/test/testwave/testfiles/t_6_062.cpp +++ b/test/testwave/testfiles/t_6_062.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_063.cpp b/test/testwave/testfiles/t_6_063.cpp index 828c63e13..4aa3ea0bf 100644 --- a/test/testwave/testfiles/t_6_063.cpp +++ b/test/testwave/testfiles/t_6_063.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_063.hpp b/test/testwave/testfiles/t_6_063.hpp index 3f1893ab3..0dbb6d1f2 100644 --- a/test/testwave/testfiles/t_6_063.hpp +++ b/test/testwave/testfiles/t_6_063.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_064.cpp b/test/testwave/testfiles/t_6_064.cpp index 60b0b82f5..c0709cb5a 100644 --- a/test/testwave/testfiles/t_6_064.cpp +++ b/test/testwave/testfiles/t_6_064.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_065.cpp b/test/testwave/testfiles/t_6_065.cpp index 6f1fed4f6..de399923d 100644 --- a/test/testwave/testfiles/t_6_065.cpp +++ b/test/testwave/testfiles/t_6_065.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_066.cpp b/test/testwave/testfiles/t_6_066.cpp index 6d4537771..f20bca021 100644 --- a/test/testwave/testfiles/t_6_066.cpp +++ b/test/testwave/testfiles/t_6_066.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_066.hpp b/test/testwave/testfiles/t_6_066.hpp index 3437968bb..70a7c58e8 100644 --- a/test/testwave/testfiles/t_6_066.hpp +++ b/test/testwave/testfiles/t_6_066.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_067.cpp b/test/testwave/testfiles/t_6_067.cpp index 35b3cc184..5a7b454b5 100644 --- a/test/testwave/testfiles/t_6_067.cpp +++ b/test/testwave/testfiles/t_6_067.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_067.hpp b/test/testwave/testfiles/t_6_067.hpp index ff4f4509e..360d07040 100644 --- a/test/testwave/testfiles/t_6_067.hpp +++ b/test/testwave/testfiles/t_6_067.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_068.cpp b/test/testwave/testfiles/t_6_068.cpp index c5050a617..916d8ad7d 100644 --- a/test/testwave/testfiles/t_6_068.cpp +++ b/test/testwave/testfiles/t_6_068.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_6_069.cpp b/test/testwave/testfiles/t_6_069.cpp index 8dde776e4..ce97f4712 100644 --- a/test/testwave/testfiles/t_6_069.cpp +++ b/test/testwave/testfiles/t_6_069.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) diff --git a/test/testwave/testfiles/t_9_001.cpp b/test/testwave/testfiles/t_9_001.cpp index 20144991e..bdc2c9d5d 100644 --- a/test/testwave/testfiles/t_9_001.cpp +++ b/test/testwave/testfiles/t_9_001.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_002.cpp b/test/testwave/testfiles/t_9_002.cpp index 4f205002c..7d8dbd122 100644 --- a/test/testwave/testfiles/t_9_002.cpp +++ b/test/testwave/testfiles/t_9_002.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_003.cpp b/test/testwave/testfiles/t_9_003.cpp index da94252e9..e764420e4 100644 --- a/test/testwave/testfiles/t_9_003.cpp +++ b/test/testwave/testfiles/t_9_003.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_004.cpp b/test/testwave/testfiles/t_9_004.cpp index 701c07a3a..fd1500006 100644 --- a/test/testwave/testfiles/t_9_004.cpp +++ b/test/testwave/testfiles/t_9_004.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_005.cpp b/test/testwave/testfiles/t_9_005.cpp index 367d33b0e..598a438fb 100644 --- a/test/testwave/testfiles/t_9_005.cpp +++ b/test/testwave/testfiles/t_9_005.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_006.cpp b/test/testwave/testfiles/t_9_006.cpp index d07472adf..5171e711c 100644 --- a/test/testwave/testfiles/t_9_006.cpp +++ b/test/testwave/testfiles/t_9_006.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_007.cpp b/test/testwave/testfiles/t_9_007.cpp index ff7e7ed65..50f28fee7 100644 --- a/test/testwave/testfiles/t_9_007.cpp +++ b/test/testwave/testfiles/t_9_007.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_008.cpp b/test/testwave/testfiles/t_9_008.cpp index b76bad5bf..2a9613257 100644 --- a/test/testwave/testfiles/t_9_008.cpp +++ b/test/testwave/testfiles/t_9_008.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_009.cpp b/test/testwave/testfiles/t_9_009.cpp index cb7b6a9e3..b3a9d6c58 100644 --- a/test/testwave/testfiles/t_9_009.cpp +++ b/test/testwave/testfiles/t_9_009.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_010.cpp b/test/testwave/testfiles/t_9_010.cpp index 84af9c935..5403c6e0d 100644 --- a/test/testwave/testfiles/t_9_010.cpp +++ b/test/testwave/testfiles/t_9_010.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_011.cpp b/test/testwave/testfiles/t_9_011.cpp index 542c0f096..5825cae6b 100644 --- a/test/testwave/testfiles/t_9_011.cpp +++ b/test/testwave/testfiles/t_9_011.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_012.cpp b/test/testwave/testfiles/t_9_012.cpp index 875dcdabd..08eaf79a5 100644 --- a/test/testwave/testfiles/t_9_012.cpp +++ b/test/testwave/testfiles/t_9_012.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_013.cpp b/test/testwave/testfiles/t_9_013.cpp index d8e24c74a..59999c827 100644 --- a/test/testwave/testfiles/t_9_013.cpp +++ b/test/testwave/testfiles/t_9_013.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_014.cpp b/test/testwave/testfiles/t_9_014.cpp index 2e1a6b375..e4390b135 100644 --- a/test/testwave/testfiles/t_9_014.cpp +++ b/test/testwave/testfiles/t_9_014.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_015.cpp b/test/testwave/testfiles/t_9_015.cpp index ef8567af2..5057a30aa 100644 --- a/test/testwave/testfiles/t_9_015.cpp +++ b/test/testwave/testfiles/t_9_015.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_016.cpp b/test/testwave/testfiles/t_9_016.cpp index f0fc69a1d..246ae1dd9 100644 --- a/test/testwave/testfiles/t_9_016.cpp +++ b/test/testwave/testfiles/t_9_016.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_016.hpp b/test/testwave/testfiles/t_9_016.hpp index e96897658..2bd4e2939 100644 --- a/test/testwave/testfiles/t_9_016.hpp +++ b/test/testwave/testfiles/t_9_016.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_017.cpp b/test/testwave/testfiles/t_9_017.cpp index 14d26716d..c9ed40fed 100644 --- a/test/testwave/testfiles/t_9_017.cpp +++ b/test/testwave/testfiles/t_9_017.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testfiles/t_9_018.cpp b/test/testwave/testfiles/t_9_018.cpp index 697cd1ae5..fdeb27288 100644 --- a/test/testwave/testfiles/t_9_018.cpp +++ b/test/testwave/testfiles/t_9_018.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testwave.cpp b/test/testwave/testwave.cpp index 80a6f53d6..3c6c7e8dd 100644 --- a/test/testwave/testwave.cpp +++ b/test/testwave/testwave.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testwave_app.cpp b/test/testwave/testwave_app.cpp index d9fbeaca5..c01d225f4 100644 --- a/test/testwave/testwave_app.cpp +++ b/test/testwave/testwave_app.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ @@ -435,7 +435,7 @@ testwave_app::print_copyright() "Testwave: A test driver for the Boost.Wave C++ preprocessor library", "http://www.boost.org/", "", - "Copyright (c) 2001-2007 Hartmut Kaiser, Distributed under the Boost", + "Copyright (c) 2001-2008 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)", 0 diff --git a/test/testwave/testwave_app.hpp b/test/testwave/testwave_app.hpp index 9bd9eecd8..241d4992c 100644 --- a/test/testwave/testwave_app.hpp +++ b/test/testwave/testwave_app.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testwave_app_dll.cpp b/test/testwave/testwave_app_dll.cpp index 1d942f59a..cf97ff166 100644 --- a/test/testwave/testwave_app_dll.cpp +++ b/test/testwave/testwave_app_dll.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/test/testwave/testwave_dll.cpp b/test/testwave/testwave_dll.cpp index d6f2264ca..275fb649c 100644 --- a/test/testwave/testwave_dll.cpp +++ b/test/testwave/testwave_dll.cpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/tool/build/Jamfile.v2 b/tool/build/Jamfile.v2 index 65ce1517a..33a4bffa1 100644 --- a/tool/build/Jamfile.v2 +++ b/tool/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2008 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) diff --git a/tool/cpp.cpp b/tool/cpp.cpp index 5538a0509..6da0df0b6 100644 --- a/tool/cpp.cpp +++ b/tool/cpp.cpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ @@ -139,7 +139,7 @@ int print_copyright() "Wave: A Standard conformant C++ preprocessor based on the Boost.Wave library", "http://www.boost.org/", "", - "Copyright (c) 2001-2007 Hartmut Kaiser, Distributed under the Boost", + "Copyright (c) 2001-2008 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)", 0 diff --git a/tool/cpp.hpp b/tool/cpp.hpp index eb449e14e..6207efacf 100644 --- a/tool/cpp.hpp +++ b/tool/cpp.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/tool/cpp_config.hpp b/tool/cpp_config.hpp index fffe4ec2d..1de144ffc 100644 --- a/tool/cpp_config.hpp +++ b/tool/cpp_config.hpp @@ -4,7 +4,7 @@ http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/tool/cpp_version.hpp b/tool/cpp_version.hpp index 9af6512de..54c9251b5 100644 --- a/tool/cpp_version.hpp +++ b/tool/cpp_version.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/tool/stop_watch.hpp b/tool/stop_watch.hpp index f8bd3e454..146439ec3 100644 --- a/tool/stop_watch.hpp +++ b/tool/stop_watch.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/ diff --git a/tool/trace_macro_expansion.hpp b/tool/trace_macro_expansion.hpp index f4e9c7b7f..1d1437d3c 100644 --- a/tool/trace_macro_expansion.hpp +++ b/tool/trace_macro_expansion.hpp @@ -2,7 +2,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ - Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2008 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) =============================================================================*/