From 2561a563b610fdbe594a7510c55bb0a9803a170b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 1 Jan 2010 12:32:35 +0200 Subject: Update copyright in source files --- xsde/cxx/parser/attribute-validation-source.cxx | 2 +- xsde/cxx/parser/attribute-validation-source.hxx | 2 +- xsde/cxx/parser/characters-validation-source.cxx | 2 +- xsde/cxx/parser/characters-validation-source.hxx | 2 +- xsde/cxx/parser/cli.hxx | 2 +- xsde/cxx/parser/driver-source.cxx | 2 +- xsde/cxx/parser/driver-source.hxx | 2 +- xsde/cxx/parser/element-validation-source.cxx | 2 +- xsde/cxx/parser/element-validation-source.hxx | 2 +- xsde/cxx/parser/elements.cxx | 2 +- xsde/cxx/parser/elements.hxx | 2 +- xsde/cxx/parser/generator.cxx | 6 +++--- xsde/cxx/parser/generator.hxx | 2 +- xsde/cxx/parser/impl-header.cxx | 2 +- xsde/cxx/parser/impl-header.hxx | 2 +- xsde/cxx/parser/impl-source.cxx | 2 +- xsde/cxx/parser/impl-source.hxx | 2 +- xsde/cxx/parser/name-processor.cxx | 2 +- xsde/cxx/parser/name-processor.hxx | 2 +- xsde/cxx/parser/parser-forward.cxx | 2 +- xsde/cxx/parser/parser-forward.hxx | 2 +- xsde/cxx/parser/parser-header.cxx | 2 +- xsde/cxx/parser/parser-header.hxx | 2 +- xsde/cxx/parser/parser-inline.cxx | 2 +- xsde/cxx/parser/parser-inline.hxx | 2 +- xsde/cxx/parser/parser-source.cxx | 2 +- xsde/cxx/parser/parser-source.hxx | 2 +- xsde/cxx/parser/print-impl-common.hxx | 2 +- xsde/cxx/parser/state-processor.cxx | 2 +- xsde/cxx/parser/state-processor.hxx | 2 +- xsde/cxx/parser/type-processor.cxx | 2 +- xsde/cxx/parser/type-processor.hxx | 2 +- xsde/cxx/parser/validator.cxx | 2 +- xsde/cxx/parser/validator.hxx | 2 +- 34 files changed, 36 insertions(+), 36 deletions(-) (limited to 'xsde/cxx/parser') diff --git a/xsde/cxx/parser/attribute-validation-source.cxx b/xsde/cxx/parser/attribute-validation-source.cxx index 19c94fa..218f192 100644 --- a/xsde/cxx/parser/attribute-validation-source.cxx +++ b/xsde/cxx/parser/attribute-validation-source.cxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/attribute-validation-source.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsde/cxx/parser/attribute-validation-source.hxx b/xsde/cxx/parser/attribute-validation-source.hxx index 0ad2f5c..a918953 100644 --- a/xsde/cxx/parser/attribute-validation-source.hxx +++ b/xsde/cxx/parser/attribute-validation-source.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/attribute-validation-source.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_ATTRIBUTE_VALIDATION_SOURCE_HXX diff --git a/xsde/cxx/parser/characters-validation-source.cxx b/xsde/cxx/parser/characters-validation-source.cxx index c97a859..bcc5a22 100644 --- a/xsde/cxx/parser/characters-validation-source.cxx +++ b/xsde/cxx/parser/characters-validation-source.cxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/characters-validation-source.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsde/cxx/parser/characters-validation-source.hxx b/xsde/cxx/parser/characters-validation-source.hxx index bda95f0..a407445 100644 --- a/xsde/cxx/parser/characters-validation-source.hxx +++ b/xsde/cxx/parser/characters-validation-source.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/characters-validation-source.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_CHARACTERS_VALIDATION_SOURCE_HXX diff --git a/xsde/cxx/parser/cli.hxx b/xsde/cxx/parser/cli.hxx index 485dd91..62a1891 100644 --- a/xsde/cxx/parser/cli.hxx +++ b/xsde/cxx/parser/cli.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/cli.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_CLI_HXX diff --git a/xsde/cxx/parser/driver-source.cxx b/xsde/cxx/parser/driver-source.cxx index 7221741..11c25d2 100644 --- a/xsde/cxx/parser/driver-source.cxx +++ b/xsde/cxx/parser/driver-source.cxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/driver-source.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsde/cxx/parser/driver-source.hxx b/xsde/cxx/parser/driver-source.hxx index b4fdc1d..f774b44 100644 --- a/xsde/cxx/parser/driver-source.hxx +++ b/xsde/cxx/parser/driver-source.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/driver-source.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_DRIVER_SOURCE_HXX diff --git a/xsde/cxx/parser/element-validation-source.cxx b/xsde/cxx/parser/element-validation-source.cxx index 28e152b..c1ca326 100644 --- a/xsde/cxx/parser/element-validation-source.cxx +++ b/xsde/cxx/parser/element-validation-source.cxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/element-validation-source.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsde/cxx/parser/element-validation-source.hxx b/xsde/cxx/parser/element-validation-source.hxx index 32cfa42..4eb38d4 100644 --- a/xsde/cxx/parser/element-validation-source.hxx +++ b/xsde/cxx/parser/element-validation-source.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/element-validation-source.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_ELEMENT_VALIDATION_SOURCE_HXX diff --git a/xsde/cxx/parser/elements.cxx b/xsde/cxx/parser/elements.cxx index e4d9cde..4b624ff 100644 --- a/xsde/cxx/parser/elements.cxx +++ b/xsde/cxx/parser/elements.cxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/elements.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsde/cxx/parser/elements.hxx b/xsde/cxx/parser/elements.hxx index 0bb226e..6599b3c 100644 --- a/xsde/cxx/parser/elements.hxx +++ b/xsde/cxx/parser/elements.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/elements.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_ELEMENTS_HXX diff --git a/xsde/cxx/parser/generator.cxx b/xsde/cxx/parser/generator.cxx index aed6e53..e59180c 100644 --- a/xsde/cxx/parser/generator.cxx +++ b/xsde/cxx/parser/generator.cxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/generator.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include @@ -69,7 +69,7 @@ namespace CXX namespace { Char const copyright_gpl[] = - "// Copyright (C) 2005-2009 Code Synthesis Tools CC\n" + "// Copyright (C) 2005-2010 Code Synthesis Tools CC\n" "//\n" "// This program was generated by CodeSynthesis XSD/e, an XML Schema\n" "// to C++ data binding compiler for embedded systems.\n" @@ -90,7 +90,7 @@ namespace CXX "//\n\n"; Char const copyright_proprietary[] = - "// Copyright (C) 2005-2009 Code Synthesis Tools CC\n" + "// Copyright (C) 2005-2010 Code Synthesis Tools CC\n" "//\n" "// This program was generated by CodeSynthesis XSD/e, an XML Schema to\n" "// C++ data binding compiler for embedded systems, in the Proprietary\n" diff --git a/xsde/cxx/parser/generator.hxx b/xsde/cxx/parser/generator.hxx index 305d8b1..10b3dd3 100644 --- a/xsde/cxx/parser/generator.hxx +++ b/xsde/cxx/parser/generator.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/generator.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_GENERATOR_HXX diff --git a/xsde/cxx/parser/impl-header.cxx b/xsde/cxx/parser/impl-header.cxx index 5d15ed2..7a1ed53 100644 --- a/xsde/cxx/parser/impl-header.cxx +++ b/xsde/cxx/parser/impl-header.cxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/impl-header.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsde/cxx/parser/impl-header.hxx b/xsde/cxx/parser/impl-header.hxx index 9cb6a8e..96bcd74 100644 --- a/xsde/cxx/parser/impl-header.hxx +++ b/xsde/cxx/parser/impl-header.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/impl-header.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_IMPL_HEADER_HXX diff --git a/xsde/cxx/parser/impl-source.cxx b/xsde/cxx/parser/impl-source.cxx index 6b02425..11ed52c 100644 --- a/xsde/cxx/parser/impl-source.cxx +++ b/xsde/cxx/parser/impl-source.cxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/impl-source.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsde/cxx/parser/impl-source.hxx b/xsde/cxx/parser/impl-source.hxx index 9cfe0fc..f4d60f9 100644 --- a/xsde/cxx/parser/impl-source.hxx +++ b/xsde/cxx/parser/impl-source.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/impl-source.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_IMPL_SOURCE_HXX diff --git a/xsde/cxx/parser/name-processor.cxx b/xsde/cxx/parser/name-processor.cxx index 9c945b3..658b70a 100644 --- a/xsde/cxx/parser/name-processor.cxx +++ b/xsde/cxx/parser/name-processor.cxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/name-processor.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsde/cxx/parser/name-processor.hxx b/xsde/cxx/parser/name-processor.hxx index 6a7af9f..43a0043 100644 --- a/xsde/cxx/parser/name-processor.hxx +++ b/xsde/cxx/parser/name-processor.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/name-processor.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_NAME_PROCESSOR_HXX diff --git a/xsde/cxx/parser/parser-forward.cxx b/xsde/cxx/parser/parser-forward.cxx index 3ce73de..1813030 100644 --- a/xsde/cxx/parser/parser-forward.cxx +++ b/xsde/cxx/parser/parser-forward.cxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/parser-forward.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsde/cxx/parser/parser-forward.hxx b/xsde/cxx/parser/parser-forward.hxx index 8d17454..2ba20bd 100644 --- a/xsde/cxx/parser/parser-forward.hxx +++ b/xsde/cxx/parser/parser-forward.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/parser-forward.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_PARSER_FORWARD_HXX diff --git a/xsde/cxx/parser/parser-header.cxx b/xsde/cxx/parser/parser-header.cxx index f1559e8..f3dd45c 100644 --- a/xsde/cxx/parser/parser-header.cxx +++ b/xsde/cxx/parser/parser-header.cxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/parser-header.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsde/cxx/parser/parser-header.hxx b/xsde/cxx/parser/parser-header.hxx index ca68b2a..83126b6 100644 --- a/xsde/cxx/parser/parser-header.hxx +++ b/xsde/cxx/parser/parser-header.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/parser-header.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_PARSER_HEADER_HXX diff --git a/xsde/cxx/parser/parser-inline.cxx b/xsde/cxx/parser/parser-inline.cxx index 689f95f..31332bd 100644 --- a/xsde/cxx/parser/parser-inline.cxx +++ b/xsde/cxx/parser/parser-inline.cxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/parser-inline.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsde/cxx/parser/parser-inline.hxx b/xsde/cxx/parser/parser-inline.hxx index 57c3f07..0781d8c 100644 --- a/xsde/cxx/parser/parser-inline.hxx +++ b/xsde/cxx/parser/parser-inline.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/parser-inline.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_PARSER_INLINE_HXX diff --git a/xsde/cxx/parser/parser-source.cxx b/xsde/cxx/parser/parser-source.cxx index 5e1e9bd..83b79f8 100644 --- a/xsde/cxx/parser/parser-source.cxx +++ b/xsde/cxx/parser/parser-source.cxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/parser-source.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsde/cxx/parser/parser-source.hxx b/xsde/cxx/parser/parser-source.hxx index 0250c7e..de02f6e 100644 --- a/xsde/cxx/parser/parser-source.hxx +++ b/xsde/cxx/parser/parser-source.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/parser-source.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_PARSER_SOURCE_HXX diff --git a/xsde/cxx/parser/print-impl-common.hxx b/xsde/cxx/parser/print-impl-common.hxx index 1815bb7..b997f74 100644 --- a/xsde/cxx/parser/print-impl-common.hxx +++ b/xsde/cxx/parser/print-impl-common.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/print-impl-common.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_PRINT_IMPL_COMMON_HXX diff --git a/xsde/cxx/parser/state-processor.cxx b/xsde/cxx/parser/state-processor.cxx index 3ecc77a..447a758 100644 --- a/xsde/cxx/parser/state-processor.cxx +++ b/xsde/cxx/parser/state-processor.cxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/state-processor.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsde/cxx/parser/state-processor.hxx b/xsde/cxx/parser/state-processor.hxx index c276d54..a3077d5 100644 --- a/xsde/cxx/parser/state-processor.hxx +++ b/xsde/cxx/parser/state-processor.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/state-processor.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_STATE_PROCESSOR_HXX diff --git a/xsde/cxx/parser/type-processor.cxx b/xsde/cxx/parser/type-processor.cxx index 4e7f65a..87289ca 100644 --- a/xsde/cxx/parser/type-processor.cxx +++ b/xsde/cxx/parser/type-processor.cxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/type-processor.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsde/cxx/parser/type-processor.hxx b/xsde/cxx/parser/type-processor.hxx index 5855569..7c01d00 100644 --- a/xsde/cxx/parser/type-processor.hxx +++ b/xsde/cxx/parser/type-processor.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/type-processor.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_TYPE_PROCESSOR_HXX diff --git a/xsde/cxx/parser/validator.cxx b/xsde/cxx/parser/validator.cxx index 842fc4e..96170de 100644 --- a/xsde/cxx/parser/validator.cxx +++ b/xsde/cxx/parser/validator.cxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/validator.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsde/cxx/parser/validator.hxx b/xsde/cxx/parser/validator.hxx index d602aae..ba4fa88 100644 --- a/xsde/cxx/parser/validator.hxx +++ b/xsde/cxx/parser/validator.hxx @@ -1,6 +1,6 @@ // file : xsde/cxx/parser/validator.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_VALIDATOR_HXX -- cgit v1.1