From 3cf132c4d01023187835afa555908f86181177bc Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Wed, 20 Dec 2006 16:58:16 +0000 Subject: [PATCH] Wave: Extended the copyright notice to include the year 2007. [SVN r36469] --- ChangeLog | 5 +++-- build/Jamfile.v2 | 2 +- doc/acknowledgements.html | 2 +- doc/class_ref_ctxpolicy_depr.html | 2 +- doc/class_reference_context.html | 2 +- doc/class_reference_ctxpolicy.html | 2 +- doc/class_reference_filepos.html | 2 +- doc/class_reference_inptpolcy.html | 2 +- doc/class_reference_lexer.html | 2 +- doc/class_reference_tokentype.html | 2 +- doc/compiletime_config.html | 2 +- doc/introduction.html | 2 +- doc/macro_expansion_process.html | 2 +- doc/predefined_macros.html | 2 +- doc/preface.html | 2 +- doc/quickstart.html | 2 +- doc/references.html | 2 +- doc/samples.html | 2 +- doc/supported_pragmas.html | 2 +- doc/token_ids.html | 2 +- doc/tracing_facility.html | 2 +- doc/wave_driver.html | 2 +- include/boost/wave.hpp | 2 +- include/boost/wave/cpp_context.hpp | 2 +- include/boost/wave/cpp_exceptions.hpp | 2 +- include/boost/wave/cpp_iteration_context.hpp | 2 +- include/boost/wave/cpp_throw.hpp | 2 +- include/boost/wave/cpplexer/convert_trigraphs.hpp | 2 +- include/boost/wave/cpplexer/cpp_lex_interface.hpp | 2 +- include/boost/wave/cpplexer/cpp_lex_interface_generator.hpp | 2 +- include/boost/wave/cpplexer/cpp_lex_iterator.hpp | 2 +- include/boost/wave/cpplexer/cpp_lex_token.hpp | 2 +- include/boost/wave/cpplexer/cpplexer_exceptions.hpp | 2 +- include/boost/wave/cpplexer/detect_include_guards.hpp | 2 +- include/boost/wave/cpplexer/re2clex/aq.hpp | 2 +- include/boost/wave/cpplexer/re2clex/cpp_re.hpp | 2 +- include/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp | 2 +- include/boost/wave/cpplexer/re2clex/scanner.hpp | 2 +- include/boost/wave/cpplexer/token_cache.hpp | 2 +- include/boost/wave/cpplexer/validate_universal_char.hpp | 2 +- include/boost/wave/grammars/cpp_chlit_grammar.hpp | 2 +- include/boost/wave/grammars/cpp_defined_grammar.hpp | 2 +- include/boost/wave/grammars/cpp_defined_grammar_gen.hpp | 2 +- include/boost/wave/grammars/cpp_expression_grammar.hpp | 2 +- include/boost/wave/grammars/cpp_expression_grammar_gen.hpp | 2 +- include/boost/wave/grammars/cpp_expression_value.hpp | 2 +- include/boost/wave/grammars/cpp_grammar.hpp | 2 +- include/boost/wave/grammars/cpp_grammar_gen.hpp | 2 +- include/boost/wave/grammars/cpp_intlit_grammar.hpp | 2 +- include/boost/wave/grammars/cpp_literal_grammar_gen.hpp | 2 +- include/boost/wave/grammars/cpp_predef_macros_gen.hpp | 2 +- include/boost/wave/grammars/cpp_predef_macros_grammar.hpp | 2 +- include/boost/wave/grammars/cpp_value_error.hpp | 2 +- include/boost/wave/language_support.hpp | 2 +- include/boost/wave/preprocessing_hooks.hpp | 2 +- include/boost/wave/token_ids.hpp | 2 +- include/boost/wave/util/cpp_ifblock.hpp | 2 +- include/boost/wave/util/cpp_include_paths.hpp | 2 +- include/boost/wave/util/cpp_iterator.hpp | 2 +- include/boost/wave/util/cpp_macromap.hpp | 2 +- include/boost/wave/util/cpp_macromap_predef.hpp | 2 +- include/boost/wave/util/cpp_macromap_utils.hpp | 2 +- include/boost/wave/util/file_position.hpp | 2 +- include/boost/wave/util/functor_input.hpp | 2 +- include/boost/wave/util/insert_whitespace_detection.hpp | 2 +- include/boost/wave/util/interpret_pragma.hpp | 2 +- include/boost/wave/util/iteration_context.hpp | 2 +- include/boost/wave/util/macro_definition.hpp | 2 +- include/boost/wave/util/macro_helpers.hpp | 2 +- include/boost/wave/util/pattern_parser.hpp | 2 +- include/boost/wave/util/symbol_table.hpp | 2 +- include/boost/wave/util/time_conversion_helper.hpp | 2 +- include/boost/wave/util/transform_iterator.hpp | 2 +- include/boost/wave/util/unput_queue_iterator.hpp | 2 +- include/boost/wave/wave_config.hpp | 2 +- include/boost/wave/wave_config_constant.hpp | 2 +- include/boost/wave/wave_version.hpp | 2 +- include/boost/wave/whitespace_handling.hpp | 2 +- index.html | 2 +- samples/advanced_hooks/advanced_hooks.cpp | 2 +- samples/advanced_hooks/advanced_hooks.hpp | 2 +- samples/advanced_hooks/build/Jamfile.v2 | 2 +- samples/cpp_tokens/build/Jamfile.v2 | 2 +- samples/cpp_tokens/cpp_tokens.cpp | 2 +- samples/cpp_tokens/cpp_tokens.hpp | 2 +- samples/cpp_tokens/cpp_tokens_config.hpp | 2 +- samples/cpp_tokens/instantiate_cpp_exprgrammar.cpp | 2 +- samples/cpp_tokens/instantiate_cpp_grammar.cpp | 2 +- samples/cpp_tokens/instantiate_cpp_literalgrs.cpp | 2 +- samples/cpp_tokens/instantiate_defined_grammar.cpp | 2 +- samples/cpp_tokens/instantiate_slex_lexer.cpp | 2 +- samples/cpp_tokens/slex/cpp_slex_lexer.hpp | 2 +- samples/cpp_tokens/slex/lexer.hpp | 2 +- samples/cpp_tokens/slex_interface.hpp | 2 +- samples/cpp_tokens/slex_iterator.hpp | 2 +- samples/cpp_tokens/slex_token.hpp | 2 +- samples/hannibal/build/Jamfile.v2 | 2 +- samples/hannibal/hannibal.cpp | 2 +- samples/hannibal/translation_unit_parser.h | 2 +- samples/hannibal/translation_unit_skipper.h | 2 +- samples/lexed_tokens/build/Jamfile.v2 | 2 +- samples/lexed_tokens/lexed_tokens.cpp | 2 +- samples/list_includes/build/Jamfile.v2 | 2 +- samples/list_includes/instantiate_cpp_exprgrammar.cpp | 2 +- samples/list_includes/instantiate_cpp_grammar.cpp | 2 +- samples/list_includes/instantiate_cpp_literalgrs.cpp | 2 +- samples/list_includes/instantiate_defined_grammar.cpp | 2 +- samples/list_includes/instantiate_lexertl_lexer.cpp | 2 +- samples/list_includes/lexertl/lexertl_lexer.hpp | 2 +- samples/list_includes/lexertl_interface.hpp | 2 +- samples/list_includes/lexertl_iterator.hpp | 2 +- samples/list_includes/list_includes.cpp | 2 +- samples/list_includes/list_includes.hpp | 2 +- samples/list_includes/list_includes_config.hpp | 2 +- samples/list_includes/list_includes_version.hpp | 2 +- samples/quick_start/build/Jamfile.v2 | 2 +- samples/quick_start/quick_start.cpp | 2 +- samples/real_positions/build/Jamfile.v2 | 2 +- samples/real_positions/correct_token_positions.hpp | 2 +- samples/real_positions/instantiate_cpp_exprgrammar.cpp | 2 +- samples/real_positions/instantiate_cpp_grammar.cpp | 2 +- samples/real_positions/instantiate_cpp_literalgrs.cpp | 2 +- samples/real_positions/instantiate_defined_grammar.cpp | 2 +- samples/real_positions/instantiate_re2c_lexer.cpp | 2 +- samples/real_positions/real_position_token.hpp | 2 +- samples/real_positions/real_positions.cpp | 2 +- samples/token_statistics/build/Jamfile.v2 | 2 +- samples/token_statistics/collect_token_statistics.hpp | 2 +- samples/token_statistics/instantiate_cpp_grammar.cpp | 2 +- samples/token_statistics/instantiate_defined_grammar.cpp | 2 +- samples/token_statistics/instantiate_xlex_lexer.cpp | 2 +- samples/token_statistics/token_statistics.cpp | 2 +- samples/token_statistics/token_statistics.hpp | 2 +- samples/token_statistics/token_statistics_version.hpp | 2 +- samples/token_statistics/xlex/xlex_lexer.hpp | 2 +- samples/token_statistics/xlex/xpressive_lexer.hpp | 2 +- samples/token_statistics/xlex_interface.hpp | 2 +- samples/token_statistics/xlex_iterator.hpp | 2 +- samples/waveidl/build/Jamfile.v2 | 2 +- samples/waveidl/idl.cpp | 4 ++-- samples/waveidl/idl.hpp | 2 +- samples/waveidl/idl_config.hpp | 2 +- samples/waveidl/idl_version.hpp | 2 +- samples/waveidl/idllexer/idl.re | 2 +- samples/waveidl/idllexer/idl_lex_interface.hpp | 2 +- samples/waveidl/idllexer/idl_lex_iterator.hpp | 2 +- samples/waveidl/idllexer/idl_re.cpp | 2 +- samples/waveidl/idllexer/idl_re.hpp | 2 +- samples/waveidl/idllexer/idl_re2c_lexer.hpp | 2 +- samples/waveidl/instantiate_cpp_grammar.cpp | 2 +- samples/waveidl/instantiate_defined_grammar.cpp | 2 +- samples/waveidl/instantiate_predef_macros.cpp | 2 +- samples/waveidl/instantiate_re2c_lexer.cpp | 2 +- samples/waveidl/instantiate_re2c_lexer_str.cpp | 2 +- src/cpplexer/re2clex/aq.cpp | 2 +- src/cpplexer/re2clex/cpp.re | 2 +- src/cpplexer/re2clex/cpp_re.cpp | 2 +- src/cpplexer/re2clex/cpp_re.inc | 2 +- src/cpplexer/re2clex/strict_cpp.re | 2 +- src/cpplexer/re2clex/strict_cpp_re.inc | 2 +- src/instantiate_cpp_exprgrammar.cpp | 2 +- src/instantiate_cpp_grammar.cpp | 2 +- src/instantiate_cpp_literalgrs.cpp | 2 +- src/instantiate_defined_grammar.cpp | 2 +- src/instantiate_predef_macros.cpp | 2 +- src/instantiate_re2c_lexer.cpp | 2 +- src/instantiate_re2c_lexer_str.cpp | 2 +- src/token_ids.cpp | 2 +- src/wave_config_constant.cpp | 2 +- test/build/Jamfile.v2 | 2 +- test/testlexers/cpp_tokens.hpp | 2 +- test/testlexers/test_lexertl_lexer.cpp | 2 +- test/testlexers/test_re2c_lexer.cpp | 2 +- test/testlexers/test_slex_lexer.cpp | 2 +- test/testlexers/test_xlex_lexer.cpp | 2 +- test/testwave/cmd_line_utils.hpp | 2 +- test/testwave/testfiles/t_1_001.cpp | 2 +- test/testwave/testfiles/t_1_002.cpp | 2 +- test/testwave/testfiles/t_1_003.cpp | 2 +- test/testwave/testfiles/t_1_004.cpp | 2 +- test/testwave/testfiles/t_1_005.cpp | 2 +- test/testwave/testfiles/t_1_006.cpp | 2 +- test/testwave/testfiles/t_1_007.cpp | 2 +- test/testwave/testfiles/t_1_008.cpp | 2 +- test/testwave/testfiles/t_1_009.cpp | 2 +- test/testwave/testfiles/t_1_010.cpp | 2 +- test/testwave/testfiles/t_1_011.cpp | 2 +- test/testwave/testfiles/t_1_012.cpp | 2 +- test/testwave/testfiles/t_1_013.cpp | 2 +- test/testwave/testfiles/t_1_014.cpp | 2 +- test/testwave/testfiles/t_1_015.cpp | 2 +- test/testwave/testfiles/t_1_016.cpp | 2 +- test/testwave/testfiles/t_1_017.cpp | 2 +- test/testwave/testfiles/t_1_018.cpp | 2 +- test/testwave/testfiles/t_1_019.cpp | 2 +- test/testwave/testfiles/t_1_020.cpp | 2 +- test/testwave/testfiles/t_1_021.cpp | 2 +- test/testwave/testfiles/t_1_022.cpp | 2 +- test/testwave/testfiles/t_1_023.cpp | 2 +- test/testwave/testfiles/t_1_024.cpp | 2 +- test/testwave/testfiles/t_1_025.cpp | 2 +- test/testwave/testfiles/t_1_026.cpp | 2 +- test/testwave/testfiles/t_1_027.cpp | 2 +- test/testwave/testfiles/t_1_028.cpp | 2 +- test/testwave/testfiles/t_1_029.cpp | 2 +- test/testwave/testfiles/t_1_030.cpp | 2 +- test/testwave/testfiles/t_1_031.cpp | 2 +- test/testwave/testfiles/t_1_032.cpp | 2 +- test/testwave/testfiles/t_1_033.cpp | 2 +- test/testwave/testfiles/t_1_034.cpp | 2 +- test/testwave/testfiles/t_1_035.cpp | 2 +- test/testwave/testfiles/t_1_036.cpp | 2 +- test/testwave/testfiles/t_1_037.cpp | 2 +- test/testwave/testfiles/t_2_001.cpp | 2 +- test/testwave/testfiles/t_2_002.cpp | 2 +- test/testwave/testfiles/t_2_003.cpp | 2 +- test/testwave/testfiles/t_2_004.cpp | 2 +- test/testwave/testfiles/t_2_005.cpp | 2 +- test/testwave/testfiles/t_2_006.cpp | 2 +- test/testwave/testfiles/t_2_007.cpp | 2 +- test/testwave/testfiles/t_2_008.cpp | 2 +- test/testwave/testfiles/t_2_009.cpp | 2 +- test/testwave/testfiles/t_2_010.cpp | 2 +- test/testwave/testfiles/t_2_011.cpp | 2 +- test/testwave/testfiles/t_2_012.cpp | 2 +- test/testwave/testfiles/t_2_013.cpp | 2 +- test/testwave/testfiles/t_2_014.cpp | 2 +- test/testwave/testfiles/t_2_015.cpp | 2 +- test/testwave/testfiles/t_2_016.cpp | 2 +- test/testwave/testfiles/t_2_017.cpp | 2 +- test/testwave/testfiles/t_3_001.cpp | 2 +- test/testwave/testfiles/t_3_002.cpp | 2 +- test/testwave/testfiles/t_3_003.cpp | 2 +- test/testwave/testfiles/t_3_004.cpp | 2 +- test/testwave/testfiles/t_4_001.cpp | 2 +- test/testwave/testfiles/t_4_002.cpp | 2 +- test/testwave/testfiles/t_4_003.cpp | 2 +- test/testwave/testfiles/t_4_004.cpp | 2 +- test/testwave/testfiles/t_5_001.cpp | 2 +- test/testwave/testfiles/t_5_002.cpp | 2 +- test/testwave/testfiles/t_5_003.cpp | 2 +- test/testwave/testfiles/t_5_004.cpp | 2 +- test/testwave/testfiles/t_5_005.cpp | 2 +- test/testwave/testfiles/t_5_006.cpp | 2 +- test/testwave/testfiles/t_5_007.cpp | 2 +- test/testwave/testfiles/t_5_007.hpp | 2 +- test/testwave/testfiles/t_5_008.cpp | 2 +- test/testwave/testfiles/t_5_009.cpp | 2 +- test/testwave/testfiles/t_5_010.cpp | 2 +- test/testwave/testfiles/t_5_011.cpp | 2 +- test/testwave/testfiles/t_5_012.cpp | 2 +- test/testwave/testfiles/t_5_013.cpp | 2 +- test/testwave/testfiles/t_5_014.cpp | 2 +- test/testwave/testfiles/t_5_015.cpp | 2 +- test/testwave/testfiles/t_5_016.cpp | 2 +- test/testwave/testfiles/t_5_017.cpp | 2 +- test/testwave/testfiles/t_5_018.cpp | 2 +- test/testwave/testfiles/t_5_019.cpp | 2 +- test/testwave/testfiles/t_5_020.cpp | 2 +- test/testwave/testfiles/t_5_021.cpp | 2 +- test/testwave/testfiles/t_5_022.cpp | 2 +- test/testwave/testfiles/t_5_023.cpp | 2 +- test/testwave/testfiles/t_5_024.cpp | 2 +- test/testwave/testfiles/t_5_025.cpp | 2 +- test/testwave/testfiles/t_5_026.cpp | 2 +- test/testwave/testfiles/t_5_027.cpp | 2 +- test/testwave/testfiles/t_5_028.cpp | 2 +- test/testwave/testfiles/t_5_029.cpp | 2 +- test/testwave/testfiles/t_5_030.cpp | 2 +- test/testwave/testfiles/t_5_031.cpp | 2 +- test/testwave/testfiles/t_5_031.hpp | 2 +- test/testwave/testfiles/t_5_032.cpp | 2 +- test/testwave/testfiles/t_5_033.cpp | 2 +- test/testwave/testfiles/t_5_034.cpp | 2 +- test/testwave/testfiles/t_5_035.cpp | 2 +- test/testwave/testfiles/t_5_035.hpp | 2 +- test/testwave/testfiles/t_5_035_01.hpp | 2 +- test/testwave/testfiles/t_5_035_02.hpp | 2 +- test/testwave/testfiles/t_5_035_03.hpp | 2 +- test/testwave/testfiles/t_5_035_04.hpp | 2 +- test/testwave/testfiles/t_5_035_05.hpp | 2 +- test/testwave/testfiles/t_5_035_06.hpp | 2 +- test/testwave/testfiles/t_5_035_07.hpp | 2 +- test/testwave/testfiles/t_5_035_08.hpp | 2 +- test/testwave/testfiles/t_5_035_09.hpp | 2 +- test/testwave/testfiles/t_5_035_10.hpp | 2 +- test/testwave/testfiles/t_5_035_11.hpp | 2 +- test/testwave/testfiles/t_5_035_12.hpp | 2 +- test/testwave/testfiles/t_5_035_13.hpp | 2 +- test/testwave/testfiles/t_5_035_14.hpp | 2 +- test/testwave/testfiles/t_5_035_15.hpp | 2 +- test/testwave/testfiles/t_6_001.cpp | 2 +- test/testwave/testfiles/t_6_002.cpp | 2 +- test/testwave/testfiles/t_6_003.cpp | 2 +- test/testwave/testfiles/t_6_004.cpp | 2 +- test/testwave/testfiles/t_6_005.cpp | 2 +- test/testwave/testfiles/t_6_006.cpp | 2 +- test/testwave/testfiles/t_6_007.cpp | 2 +- test/testwave/testfiles/t_6_008.cpp | 2 +- test/testwave/testfiles/t_6_009.cpp | 2 +- test/testwave/testfiles/t_6_010.cpp | 2 +- test/testwave/testfiles/t_6_011.cpp | 2 +- test/testwave/testfiles/t_6_012.cpp | 2 +- test/testwave/testfiles/t_6_013.cpp | 2 +- test/testwave/testfiles/t_6_014.cpp | 2 +- test/testwave/testfiles/t_6_015.cpp | 2 +- test/testwave/testfiles/t_6_016.cpp | 2 +- test/testwave/testfiles/t_6_017.cpp | 2 +- test/testwave/testfiles/t_6_018.cpp | 2 +- test/testwave/testfiles/t_6_019.cpp | 2 +- test/testwave/testfiles/t_6_020.cpp | 2 +- test/testwave/testfiles/t_6_021.cpp | 2 +- test/testwave/testfiles/t_6_022.cpp | 2 +- test/testwave/testfiles/t_6_023.cpp | 2 +- test/testwave/testfiles/t_6_024.cpp | 2 +- test/testwave/testfiles/t_6_025.cpp | 2 +- test/testwave/testfiles/t_6_026.cpp | 2 +- test/testwave/testfiles/t_6_027.cpp | 2 +- test/testwave/testfiles/t_6_028.cpp | 2 +- test/testwave/testfiles/t_6_029.cpp | 2 +- test/testwave/testfiles/t_6_029.hpp | 2 +- test/testwave/testfiles/t_6_030.cpp | 2 +- test/testwave/testfiles/t_6_030.hpp | 2 +- test/testwave/testfiles/t_6_031.cpp | 2 +- test/testwave/testfiles/t_6_032.cpp | 2 +- test/testwave/testfiles/t_6_033.cpp | 2 +- test/testwave/testfiles/t_6_034.cpp | 2 +- test/testwave/testfiles/t_6_035.cpp | 2 +- test/testwave/testfiles/t_6_036.cpp | 2 +- test/testwave/testfiles/t_6_037.cpp | 2 +- test/testwave/testfiles/t_6_038.cpp | 2 +- test/testwave/testfiles/t_6_039.cpp | 2 +- test/testwave/testfiles/t_6_040.cpp | 2 +- test/testwave/testfiles/t_6_041.cpp | 2 +- test/testwave/testfiles/t_6_042.cpp | 2 +- test/testwave/testfiles/t_6_043.cpp | 2 +- test/testwave/testfiles/t_6_044.cpp | 2 +- test/testwave/testfiles/t_6_045.cpp | 2 +- test/testwave/testfiles/t_6_046.cpp | 2 +- test/testwave/testfiles/t_6_047.cpp | 2 +- test/testwave/testfiles/t_6_048.cpp | 2 +- test/testwave/testfiles/t_6_049.cpp | 2 +- test/testwave/testfiles/t_6_050.cpp | 2 +- test/testwave/testfiles/t_6_051.cpp | 2 +- test/testwave/testfiles/t_6_052.cpp | 2 +- test/testwave/testfiles/t_6_053.cpp | 2 +- test/testwave/testfiles/t_6_054.cpp | 2 +- test/testwave/testfiles/t_6_055.cpp | 2 +- test/testwave/testfiles/t_6_056.cpp | 2 +- test/testwave/testfiles/t_6_057.cpp | 2 +- test/testwave/testfiles/t_6_058.cpp | 2 +- test/testwave/testfiles/t_6_059.cpp | 2 +- test/testwave/testfiles/t_6_060.cpp | 2 +- test/testwave/testfiles/t_6_061.cpp | 2 +- test/testwave/testfiles/t_6_062.cpp | 2 +- test/testwave/testfiles/t_6_063.cpp | 2 +- test/testwave/testfiles/t_6_063.hpp | 2 +- test/testwave/testfiles/t_6_064.cpp | 2 +- test/testwave/testfiles/t_6_065.cpp | 2 +- test/testwave/testfiles/t_6_066.cpp | 2 +- test/testwave/testfiles/t_6_066.hpp | 2 +- test/testwave/testfiles/t_6_067.cpp | 2 +- test/testwave/testfiles/t_6_067.hpp | 2 +- test/testwave/testfiles/t_6_068.cpp | 2 +- test/testwave/testfiles/t_6_069.cpp | 2 +- test/testwave/testfiles/t_9_001.cpp | 2 +- test/testwave/testfiles/t_9_002.cpp | 2 +- test/testwave/testfiles/t_9_003.cpp | 2 +- test/testwave/testfiles/t_9_004.cpp | 2 +- test/testwave/testfiles/t_9_005.cpp | 2 +- test/testwave/testfiles/t_9_006.cpp | 2 +- test/testwave/testfiles/t_9_007.cpp | 2 +- test/testwave/testfiles/t_9_008.cpp | 2 +- test/testwave/testfiles/t_9_009.cpp | 2 +- test/testwave/testfiles/t_9_010.cpp | 2 +- test/testwave/testfiles/t_9_011.cpp | 2 +- test/testwave/testfiles/t_9_012.cpp | 2 +- test/testwave/testfiles/t_9_013.cpp | 2 +- test/testwave/testfiles/t_9_014.cpp | 2 +- test/testwave/testfiles/t_9_015.cpp | 2 +- test/testwave/testfiles/t_9_016.cpp | 2 +- test/testwave/testfiles/t_9_016.hpp | 2 +- test/testwave/testfiles/t_9_017.cpp | 2 +- test/testwave/testfiles/t_9_018.cpp | 2 +- test/testwave/testwave.cpp | 2 +- test/testwave/testwave_app.cpp | 4 ++-- test/testwave/testwave_app.hpp | 2 +- tool/build/Jamfile.v2 | 2 +- tool/cpp.cpp | 4 ++-- tool/cpp.hpp | 2 +- tool/cpp_config.hpp | 2 +- tool/cpp_version.hpp | 2 +- tool/stop_watch.hpp | 2 +- tool/trace_macro_expansion.hpp | 2 +- 394 files changed, 399 insertions(+), 398 deletions(-) diff --git a/ChangeLog b/ChangeLog index 28828bb15..6abf923c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ -Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost +Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ------------------------------------------------------------------------------- @@ -235,7 +235,8 @@ Boost V1.34.0 - Fixed a problem in the Wave applet which prevented the correct recognition of Windows file paths in a configuration file, if this path was enclosed in quotes. - +- Extended the copyright notice to include the year 2007. + Sat Feb 18 2005 - Version 1.2.3 - Added a missing throw() specification to the function diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 6fbb9dfe5..2332d20e4 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost # Software License, 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 8d97b0393..954060182 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 e839455b1..f9c71e136 100644 --- a/doc/class_reference_ctxpolicy.html +++ b/doc/class_reference_ctxpolicy.html @@ -424,7 +424,7 @@

Macro definition


-

Constructors


-

Member Functions


- diff --git a/doc/class_reference_lexer.html b/doc/class_reference_lexer.html index 5738ad245..e5a78a112 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 ae15e57fc..8b7916730 100644 --- a/doc/compiletime_config.html +++ b/doc/compiletime_config.html @@ -210,7 +210,7 @@
- diff --git a/doc/introduction.html b/doc/introduction.html index 509c71372..ca9650b43 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 0da689c96..046803906 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 12800c6a4..5e337199e 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 13775d1d0..e10bcf324 100644 --- a/doc/preface.html +++ b/doc/preface.html @@ -99,7 +99,7 @@
- diff --git a/doc/quickstart.html b/doc/quickstart.html index 25191ee0a..e92e90db6 100644 --- a/doc/quickstart.html +++ b/doc/quickstart.html @@ -110,7 +110,7 @@
- diff --git a/doc/references.html b/doc/references.html index 1f37507bc..fb196a11e 100644 --- a/doc/references.html +++ b/doc/references.html @@ -89,7 +89,7 @@
- diff --git a/doc/samples.html b/doc/samples.html index b1aa343c1..4ffdaa072 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 059fe2b03..9c6475f58 100644 --- a/doc/supported_pragmas.html +++ b/doc/supported_pragmas.html @@ -128,7 +128,7 @@

Pragma directives supported by the Wave tool


- diff --git a/doc/token_ids.html b/doc/token_ids.html index 9c84bbd77..15c45ba14 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 fcff5a24c..0036e2a38 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 0001f7db8..beee5b955 100644 --- a/include/boost/wave.hpp +++ b/include/boost/wave.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 3dadbd99c..368d627bc 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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_exceptions.hpp b/include/boost/wave/cpp_exceptions.hpp index 2cf43c22b..57d6c98bd 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 4c2faf3ad..21b2b510f 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 bfc4a5e55..9bd925195 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 92865e783..2500e3b9a 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 a653ca7d4..8e20c1b25 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 f1b419cb3..858783762 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 5b912ad72..5e80dd07c 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 76dbbf6b9..8ff2275c3 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 6c5aea9bc..1366be361 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 9f27315e7..fcb5cf6a6 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 8828253b5..9732c1602 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-2006 Hartmut Kaiser. + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 c37392d4a..86fc3de92 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 5ca44eb5a..26cf6aae9 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 173f9efb8..05fcaa80c 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-2006 Hartmut Kaiser. + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 2302413b4..b136aa180 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 3439421b2..db6f8053c 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 1be94ad8d..cbaa8aa72 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 36c893928..f98224519 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 4a8bf7c94..398ffdc17 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 b3e266000..3b72e7e03 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d9e39e1ca..6749235c5 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e959d4a01..61af70424 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 9dc6a0027..4c6035de6 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 28cb68a01..3702971f9 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 38650c9cf..07bbb7382 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 a95f9f79b..d608ae84a 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 24ded36db..c555f9b9f 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 3615e7fc1..a2deee485 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d5b95378c..5f9b1ea6d 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 41f327ecc..775af5022 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 5d169f591..415c551b9 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 c9cd52996..4fb5bbc68 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 a10774a3b..7355c8f79 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 f9bc986fc..2d463fdc4 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 63435e6ee..edbe955d2 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 22c61696b..e9c7ea4e1 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 79b230870..283c29954 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 2b4abd6ca..aabe9d27a 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d00682ae8..2789025ad 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 2a70820c1..73b4be2c3 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 81d6e71af..5160b9538 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 2e1daae27..3ae2168f5 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 fb7f8d180..b1f55f7f0 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 dbecd3cd7..889cb0be9 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 59caede44..5a7a1a952 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 b74205ef4..59ecf104b 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 5295f401a..eccaf1004 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d856eeb9e..656223732 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 90fcf4505..4a8dc5bfa 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 dd3ead2cd..ebdd7a00c 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 a2b630a89..479d486fb 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-2005 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e9f93770e..00528bb8a 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-2005 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 a9fe860a2..79f2fac3c 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 32ca917a3..3c7ca5084 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-2006 Hartmut Kaiser. + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 4206e4bb3..6a85c7d5b 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 f23d12028..7f6c28d5c 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 73ed2dc26..7a3e777e7 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 99ded3bde..df9b9b83f 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-2006 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost # Software License, 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 9e245c140..f1165b0b3 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-2006 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost # Software License, 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 b98e4fa53..8887829c9 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 aa943f5a5..118fa4181 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 2f410699c..6e6747653 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 c3aa7fa04..e7e6c4a36 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 0896e7c8d..b7de69990 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d46dfeb78..d20c24bab 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 dec606e51..16bc128b6 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 1fcec9eb8..76e0bdaa7 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 60ac35448..eadde33e2 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 53773e5b6..6bb6446b3 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-2006 Hartmut Kaiser. + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e9a33b039..450d1cc9c 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d55ad4cdf..fc2a171c7 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 46534cec8..02dde0967 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 627d6f5de..102c7635f 100644 --- a/samples/hannibal/build/Jamfile.v2 +++ b/samples/hannibal/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost # Software License, 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 7344ff574..4a367e0a0 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-2006 Hartmut Kaiser +// Copyright (c) 2001-2007 Hartmut Kaiser // // http://www.boost.org/ // diff --git a/samples/hannibal/translation_unit_parser.h b/samples/hannibal/translation_unit_parser.h index 08e517051..55513abe1 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-2006 Hartmut Kaiser +// Copyright (c) 2001-2007 Hartmut Kaiser // // http://www.boost.org/ // diff --git a/samples/hannibal/translation_unit_skipper.h b/samples/hannibal/translation_unit_skipper.h index ca055ca7e..60e93178d 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-2006 Hartmut Kaiser +// Copyright (c) 2001-2007 Hartmut Kaiser // // http://www.boost.org/ // diff --git a/samples/lexed_tokens/build/Jamfile.v2 b/samples/lexed_tokens/build/Jamfile.v2 index 6120302fb..005133e7a 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-2006 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost # Software License, 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 1863dc281..d0331d5e0 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 325470bd1..9d0d2c193 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-2006 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost # Software License, 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 680e40ceb..5d223f8c4 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d2ce3d6ce..d19b64284 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 6adb003c3..09aaf9d2f 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 de2494666..012e840ea 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 63f1973b7..d36fe527c 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 5364e19ad..0081525ad 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 a5a60f130..05ecbcee8 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 599d89a8e..953e79532 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 6f1f9a078..d64a04981 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 85c6b48a0..15f273212 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 fb31d9114..60cfc9cc4 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 fb42f87bc..950481abb 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 1a65b87dd..ce0f1958a 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-2006 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost # Software License, 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 a47eeabbb..857893d31 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 b5dee8a45..896393010 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-2006 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost # Software License, 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 6232338bb..a812c081e 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 50d66c681..cb08741ec 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 f4275fbe7..9e36b2a90 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 faa02dda0..c5a643d15 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 95f138668..534ad6d87 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 266a6143b..80019ef36 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 817ef0d7b..d2a604f0f 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 4a9034bc1..13f818a54 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 5fc688676..6dbe9b82a 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-2006 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost # Software License, 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 3b82114d4..c62f006bf 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 0b7ba2f28..3262e4021 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 1d7ac75d5..36a82d9a2 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 9824b4a24..b2fc129f6 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 feff21a0c..168731624 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 a0318a0dc..92941bf6a 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 4199b7c67..d7afe6ce5 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 b732813dd..45e9cc62e 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 3ba80063e..5074a25dd 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 2a09ccaf3..0feabe748 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 0f96c7464..2b62d0ed9 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 1b5d0a59d..138ad4294 100644 --- a/samples/waveidl/build/Jamfile.v2 +++ b/samples/waveidl/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost # Software License, 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 e2f7589fc..2584559ee 100644 --- a/samples/waveidl/idl.cpp +++ b/samples/waveidl/idl.cpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the 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-2006 Hartmut Kaiser, Distributed under the Boost", + "Copyright (c) 2001-2007 Hartmut Kaiser, Distributed under the 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 ccd646dac..6e09134bd 100644 --- a/samples/waveidl/idl.hpp +++ b/samples/waveidl/idl.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 f66d35baf..da57d846b 100644 --- a/samples/waveidl/idl_config.hpp +++ b/samples/waveidl/idl_config.hpp @@ -6,7 +6,7 @@ http://www.boost.org/ - Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 7af2f6336..e3ba87052 100644 --- a/samples/waveidl/idl_version.hpp +++ b/samples/waveidl/idl_version.hpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 4e2d485df..99750b30c 100644 --- a/samples/waveidl/idllexer/idl.re +++ b/samples/waveidl/idllexer/idl.re @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 74c97194b..f7de61002 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 bca37dd9a..6371e861e 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 bac867963..591ea2672 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 7a1bf8e04..ecb831033 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 99137e5b4..d52b8809b 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 4939e99c5..f241b8ee6 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 b352fa2e4..7730ba3fa 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 f0dd943d8..1aad4d324 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 fe9fee19b..2f9f8428f 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 38da8c17c..19fefc35b 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 8059ee46e..e684760e3 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-2006 Hartmut Kaiser. + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 205ce3067..99d35803e 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-2006 Hartmut Kaiser. + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 b647a700e..3cf33a857 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-2006 Hartmut Kaiser. + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 70bdb6a4c..d6dd33868 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-2006 Hartmut Kaiser. + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 04645734e..13dc072d1 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-2006 Hartmut Kaiser. + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d81886327..380bfa6c2 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-2006 Hartmut Kaiser. + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 48f6d0e65..bddb2e344 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e681c55eb..e13f18504 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 8df94b2ce..f88c4c89f 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 cb1ab7e38..cd87afdbf 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d638c2a53..1131b62bd 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 9ed23bfbe..ec390c40e 100644 --- a/src/instantiate_re2c_lexer.cpp +++ b/src/instantiate_re2c_lexer.cpp @@ -4,7 +4,7 @@ http://www.boost.org/ - Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e38efa11a..3b8866122 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 76fd44408..2c481eb66 100644 --- a/src/token_ids.cpp +++ b/src/token_ids.cpp @@ -5,7 +5,7 @@ http://www.boost.org/ - Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 58b232f2f..5c5e87225 100644 --- a/src/wave_config_constant.cpp +++ b/src/wave_config_constant.cpp @@ -4,7 +4,7 @@ http://www.boost.org/ - Copyright (c) 2001-2005 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 6bb908d0a..b7f8974f4 100644 --- a/test/build/Jamfile.v2 +++ b/test/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost # Software License, 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 116bb0c24..696727481 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 885ce9a25..0ee9aa2a6 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 3effbacfd..f9da4a623 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 ae1245069..0a8fab7ca 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 eb2a3c990..33b4ba024 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 225d2fcfa..ff0ca859a 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 8c2330961..0bf9b41dc 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 4c803e790..9ef4b9fdd 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 2c31fc2cd..5102ff4aa 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 28747e557..5a5a0dec4 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 ccdedc866..c99474535 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 3d424e5d6..5d0fd866e 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 fbd02c84c..36209c26e 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 5cc404a57..ae5d2dbe9 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 3753bacee..b9a6accb2 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 5f89a70ff..fcb6d83e2 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 42b48c9b0..65c751689 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 5d32cf9d1..2949223ac 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 c215e6b3b..b437278b2 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 34b2b89a4..212fb5fd9 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 fe4e8ff0c..ffad99ebe 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 ae79440bf..e4bddc840 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 fb5e9f39f..2e68ae2a8 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 2929ff73d..4d3c62da0 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 8208eeb47..bc426638f 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 c774bb2a9..0be224c69 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 f9b25b669..858d773ff 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 1c00128dd..537dfa623 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d9617a782..083097d59 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 833ea49d9..5391db691 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 3f2d51d6d..ea13c358f 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 f1b517499..67ea3520d 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 53ddea19c..f43ba1934 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 1a6ea4371..27675b1d3 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d51c9a987..1a0c86b47 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 75336264a..f5fa3fa16 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 56c2e4e63..87925eb42 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d36051f1e..be23c7b41 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 c2819b4e3..b60c11198 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e04b081bb..6f0f45550 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 9cb7a8d5c..5372daf61 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 0f9193a63..0f94ded6c 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 fb5e34ed3..ea55a9fe9 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 42342ee2a..b25c3188c 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 db69c00f5..77e99ce35 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 29dbccbad..4540d00f2 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 bddc52df7..2934b4f2d 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 fd30fba90..665f922e9 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 04796c0b9..34047064f 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 933e59224..394ae4563 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 eba7e2709..b5c9f3d7d 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 cdbc5cddf..82aced083 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d30424e18..04b975018 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 4ce9cf5d3..4565bbe88 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 429295096..be0726677 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 706e2fb11..bc545ecb3 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d6c4fbb7e..79793c32c 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 84621763e..1f81ba64a 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 c91e3daa7..32346146a 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 c3bb2ffd8..f2df0eb37 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 dd4ce1ac2..f8cab09b7 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 fb026b4d2..cf6b612b3 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 b70ae299a..c4f3565c5 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 61921b3f1..29b8361b7 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 f1d10cea6..d69ac3415 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 78e56e6f2..07267b8ef 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 fcb0f5221..3a91c53f9 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 16284d924..c7152640c 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-2005 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 94353f32f..29b7d405f 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 2662bda11..dad204ce5 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 ef5862980..6079f926a 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 dbbe6b992..53cb6aaeb 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d1f1c5064..3f9ba8848 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 5f71c531f..2aa69d86c 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 cac21e355..97968520d 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 3ddc6e572..05910d7a9 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 868deccb1..7a415f56f 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 7431d65f8..65e31a9e0 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 995d1861d..7badb0aae 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 29abf73bf..d79678231 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 82c4ae953..194f63067 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 38b78f138..7ccad2630 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 1a35af914..9a11f9f13 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 14adae0f0..b10671248 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d296ea97f..aad54a43a 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d979d3417..7fb7c4e66 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d32da9c05..dc72260ab 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e1bd0f2d2..371ecb766 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 124675628..a81b20259 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 0f7ba505e..af42b6f7f 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 b58634101..d5c341255 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 1766cbd85..85a370af2 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 0fa36d3d6..73231c40b 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 a11a05cc5..d38fdfce5 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 fc18063dc..631dfea48 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 c78028ace..85d67c07d 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 40036cedc..ed2a0b44e 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 0a6b36a03..85e38da0d 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 3a3dc09dd..83c25ce2c 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 93db570b0..d5621e843 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 ec915754a..096de1605 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 675ad5081..2356f85e6 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 620813d13..1da8ae1b6 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 a5124d789..7094508d7 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d62e82ba8..4ddcda7b5 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 a2a5f5811..8bf1dd834 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e2beeee0c..a1e068795 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e71611803..aabb810e0 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 7b21d1a2a..8fcc5f6de 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 50f5b62a3..744888caa 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 2f38896f5..82a7d2ac3 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 c6f046058..6d45a49f2 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 cb9f17fb5..4b215bf4e 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 6450185b1..a178000e4 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 b0c7c15d5..66bf7d709 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 f96c9ce6f..b539a5101 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 0ab8ac31c..3d27f3504 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 0ebe198b7..d7f105259 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 7cda61708..0fc66f4ea 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e8452c095..3f2fd3af8 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 43aae4b51..08c996a4b 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 4f595cce5..388949a29 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 5c5f736f2..e5ca7b1e8 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 93a4af6bf..cbf65fdc9 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d6240c27b..c82b8cd90 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 32880cfb5..1625bbf53 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 2c12026dc..47fdbfa09 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 28aab927b..d63d87238 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e7a70b6f5..1c1b9723f 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 aad7d934d..3e101d51c 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 1327b07f1..fce875905 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 83a1e1c39..ad90946a2 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 3c02dcf61..3e1a2997e 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 91e233868..964c6097b 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 159413947..6ec345f03 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d0776b534..fa9aaaaed 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 676095e11..111d9646b 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 b993d52ce..bae67c513 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 f348c0a60..a57467671 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 065cac1b7..1b621be82 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 38ea4a863..fb859ceba 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d984e65f3..503d053b3 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e5fe4d764..a897ceb34 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 89612141e..499aa67f6 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 eba243caf..d671c00ed 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 62d490b81..c6bab0e1f 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 8d10f88bd..b69044e83 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 f49cb94b7..a80c08c8b 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 3a7643745..49dfd4ab6 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 6f4581c61..5a7487710 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 8c9c29af1..b2367cc40 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 28069a6c1..dab66e564 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e9a69466d..e039af946 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 20d376503..c992684bf 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 3af7eb48e..7e1aa50c0 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 0ed66b24d..09838bf51 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e97f5caf1..df3f6a678 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 081c5a747..b33c7ed3f 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 0b81717a1..5d9305774 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e4a76fda6..fae2c41a8 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 6e5917b2b..f89a6284f 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 4cfe297f1..f1fe79b63 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e10f5d89c..c1a786bb7 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 880b86a27..f722788d8 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 bde8234c3..72fcb41dc 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 990d9990c..f5790e96b 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 49b5d61b7..9df6b11e5 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 c72b1063a..984c9ac15 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 a211f412a..c2f21c32a 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d5d516fd4..0345ec168 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 4ca7658fd..4e80f59ee 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 58c0f9408..0892423ed 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 20ec34206..c66d80c5a 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 ccd0c3c1d..cf63604d5 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 4130cd7b6..736cdd1ce 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 2180158dd..b84c7e4a3 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 b365293bd..07a1cfd78 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 38706fc83..15164d739 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 8e3a18b77..accc3449d 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 1fc902339..10b63a7bc 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 24ca0c18f..73d975d2a 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e680b713a..514b73c18 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 c2868c5c1..f90802286 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 fd59ae2e3..debcb1fd3 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 40a585008..7a89cfb2b 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 c52741cbe..828c63e13 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 d7c3f29f1..3f1893ab3 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 780c895dc..60b0b82f5 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 18ad46ddc..6f1fed4f6 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 7b4ba367c..6d4537771 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 ec34acb67..3437968bb 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 9d855fbbd..0836df6db 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 016a820e9..ff4f4509e 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 bbae8752b..c5050a617 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 a379c910d..8dde776e4 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 69606b78e..20144991e 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 cb22531ea..4f205002c 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 1ff38482c..da94252e9 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 ee0b1d0dc..701c07a3a 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 11a117b37..367d33b0e 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 404993bc5..d07472adf 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 340c10a44..ff7e7ed65 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e5563ecdf..b76bad5bf 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 fa32fde7d..cb7b6a9e3 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 3d44980a0..84af9c935 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 f550ac27f..542c0f096 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 06a927bd9..875dcdabd 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 6119bf1af..d8e24c74a 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 64884c912..2e1a6b375 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 bbf99ba70..ef8567af2 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 753cfd293..f0fc69a1d 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 29c4345c2..e96897658 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 f49b01da8..14d26716d 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 065bab7ab..697cd1ae5 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 b46030fad..80a6f53d6 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 e0e6e68f4..d9fbeaca5 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the 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-2006 Hartmut Kaiser, Distributed under the Boost", + "Copyright (c) 2001-2007 Hartmut Kaiser, Distributed under the 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 42763a26a..9bd9eecd8 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 b7b884db0..97202b286 100644 --- a/tool/build/Jamfile.v2 +++ b/tool/build/Jamfile.v2 @@ -4,7 +4,7 @@ # # http://www.boost.org/ # -# Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost +# Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost # Software License, 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 ee0cd612d..7ee63b79a 100644 --- a/tool/cpp.cpp +++ b/tool/cpp.cpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the 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-2006 Hartmut Kaiser, Distributed under the Boost", + "Copyright (c) 2001-2007 Hartmut Kaiser, Distributed under the 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 62b3bda51..eb449e14e 100644 --- a/tool/cpp.hpp +++ b/tool/cpp.hpp @@ -3,7 +3,7 @@ http://www.boost.org/ - Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 f44d076fb..fffe4ec2d 100644 --- a/tool/cpp_config.hpp +++ b/tool/cpp_config.hpp @@ -4,7 +4,7 @@ http://www.boost.org/ - Copyright (c) 2001-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 1aa93b225..4f8a55e9c 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 90eed1cb8..f8bd3e454 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, 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 ff83e9ad8..53b866fbf 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-2006 Hartmut Kaiser. Distributed under the Boost + Copyright (c) 2001-2007 Hartmut Kaiser. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) =============================================================================*/