From aa916a4c696bcec08ed26c58be0b06d4d9df0f74 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jan 2017 12:34:10 +0200 Subject: Update copyright year --- xsd/cxx/parser/attribute-validation-source.cxx | 2 +- xsd/cxx/parser/attribute-validation-source.hxx | 2 +- xsd/cxx/parser/characters-validation-source.cxx | 2 +- xsd/cxx/parser/characters-validation-source.hxx | 2 +- xsd/cxx/parser/driver-source.cxx | 2 +- xsd/cxx/parser/driver-source.hxx | 2 +- xsd/cxx/parser/element-validation-source.cxx | 2 +- xsd/cxx/parser/element-validation-source.hxx | 2 +- xsd/cxx/parser/elements.cxx | 2 +- xsd/cxx/parser/elements.hxx | 2 +- xsd/cxx/parser/generator.cxx | 6 +++--- xsd/cxx/parser/generator.hxx | 2 +- xsd/cxx/parser/impl-header.cxx | 2 +- xsd/cxx/parser/impl-header.hxx | 2 +- xsd/cxx/parser/impl-source.cxx | 2 +- xsd/cxx/parser/impl-source.hxx | 2 +- xsd/cxx/parser/name-processor.cxx | 2 +- xsd/cxx/parser/name-processor.hxx | 2 +- xsd/cxx/parser/options.cli | 2 +- xsd/cxx/parser/parser-forward.cxx | 2 +- xsd/cxx/parser/parser-forward.hxx | 2 +- xsd/cxx/parser/parser-header.cxx | 2 +- xsd/cxx/parser/parser-header.hxx | 2 +- xsd/cxx/parser/parser-inline.cxx | 2 +- xsd/cxx/parser/parser-inline.hxx | 2 +- xsd/cxx/parser/parser-source.cxx | 2 +- xsd/cxx/parser/parser-source.hxx | 2 +- xsd/cxx/parser/print-impl-common.hxx | 2 +- xsd/cxx/parser/state-processor.cxx | 2 +- xsd/cxx/parser/state-processor.hxx | 2 +- xsd/cxx/parser/type-processor.cxx | 2 +- xsd/cxx/parser/type-processor.hxx | 2 +- xsd/cxx/parser/validator.cxx | 2 +- xsd/cxx/parser/validator.hxx | 2 +- 34 files changed, 36 insertions(+), 36 deletions(-) (limited to 'xsd/cxx/parser') diff --git a/xsd/cxx/parser/attribute-validation-source.cxx b/xsd/cxx/parser/attribute-validation-source.cxx index 7ed54e4..9dbf509 100644 --- a/xsd/cxx/parser/attribute-validation-source.cxx +++ b/xsd/cxx/parser/attribute-validation-source.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/attribute-validation-source.cxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsd/cxx/parser/attribute-validation-source.hxx b/xsd/cxx/parser/attribute-validation-source.hxx index 10438fd..c7a2139 100644 --- a/xsd/cxx/parser/attribute-validation-source.hxx +++ b/xsd/cxx/parser/attribute-validation-source.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/attribute-validation-source.hxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_ATTRIBUTE_VALIDATION_SOURCE_HXX diff --git a/xsd/cxx/parser/characters-validation-source.cxx b/xsd/cxx/parser/characters-validation-source.cxx index ddecc70..355f093 100644 --- a/xsd/cxx/parser/characters-validation-source.cxx +++ b/xsd/cxx/parser/characters-validation-source.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/characters-validation-source.cxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsd/cxx/parser/characters-validation-source.hxx b/xsd/cxx/parser/characters-validation-source.hxx index 219df3e..a24da18 100644 --- a/xsd/cxx/parser/characters-validation-source.hxx +++ b/xsd/cxx/parser/characters-validation-source.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/characters-validation-source.hxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_CHARACTERS_VALIDATION_SOURCE_HXX diff --git a/xsd/cxx/parser/driver-source.cxx b/xsd/cxx/parser/driver-source.cxx index 510c965..db9c4ac 100644 --- a/xsd/cxx/parser/driver-source.cxx +++ b/xsd/cxx/parser/driver-source.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/driver-source.cxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsd/cxx/parser/driver-source.hxx b/xsd/cxx/parser/driver-source.hxx index 53e19d8..ca71f0e 100644 --- a/xsd/cxx/parser/driver-source.hxx +++ b/xsd/cxx/parser/driver-source.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/driver-source.hxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_DRIVER_SOURCE_HXX diff --git a/xsd/cxx/parser/element-validation-source.cxx b/xsd/cxx/parser/element-validation-source.cxx index b2c244e..4beb216 100644 --- a/xsd/cxx/parser/element-validation-source.cxx +++ b/xsd/cxx/parser/element-validation-source.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/element-validation-source.cxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsd/cxx/parser/element-validation-source.hxx b/xsd/cxx/parser/element-validation-source.hxx index b9bd70b..8564dbd 100644 --- a/xsd/cxx/parser/element-validation-source.hxx +++ b/xsd/cxx/parser/element-validation-source.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/element-validation-source.hxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_ELEMENT_VALIDATION_SOURCE_HXX diff --git a/xsd/cxx/parser/elements.cxx b/xsd/cxx/parser/elements.cxx index 889eea4..58f66de 100644 --- a/xsd/cxx/parser/elements.cxx +++ b/xsd/cxx/parser/elements.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/elements.cxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsd/cxx/parser/elements.hxx b/xsd/cxx/parser/elements.hxx index 31f5d87..9fe8aa6 100644 --- a/xsd/cxx/parser/elements.hxx +++ b/xsd/cxx/parser/elements.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/elements.hxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_ELEMENTS_HXX diff --git a/xsd/cxx/parser/generator.cxx b/xsd/cxx/parser/generator.cxx index e17986b..21f0d68 100644 --- a/xsd/cxx/parser/generator.cxx +++ b/xsd/cxx/parser/generator.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/generator.cxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include @@ -60,7 +60,7 @@ namespace CXX namespace { char const copyright_gpl[] = - "// Copyright (c) 2005-2014 Code Synthesis Tools CC\n" + "// Copyright (c) 2005-2017 Code Synthesis Tools CC\n" "//\n" "// This program was generated by CodeSynthesis XSD, an XML Schema to\n" "// C++ data binding compiler.\n" @@ -94,7 +94,7 @@ namespace CXX "//\n\n"; char const copyright_proprietary[] = - "// Copyright (c) 2005-2014 Code Synthesis Tools CC\n" + "// Copyright (c) 2005-2017 Code Synthesis Tools CC\n" "//\n" "// This program was generated by CodeSynthesis XSD, an XML Schema\n" "// to C++ data binding compiler, in the Proprietary License mode.\n" diff --git a/xsd/cxx/parser/generator.hxx b/xsd/cxx/parser/generator.hxx index 784ca9d..cadb776 100644 --- a/xsd/cxx/parser/generator.hxx +++ b/xsd/cxx/parser/generator.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/generator.hxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_GENERATOR_HXX diff --git a/xsd/cxx/parser/impl-header.cxx b/xsd/cxx/parser/impl-header.cxx index a3d47a4..67bbcc4 100644 --- a/xsd/cxx/parser/impl-header.cxx +++ b/xsd/cxx/parser/impl-header.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/impl-header.cxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsd/cxx/parser/impl-header.hxx b/xsd/cxx/parser/impl-header.hxx index 273201b..2e89ec0 100644 --- a/xsd/cxx/parser/impl-header.hxx +++ b/xsd/cxx/parser/impl-header.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/impl-header.hxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_IMPL_HEADER_HXX diff --git a/xsd/cxx/parser/impl-source.cxx b/xsd/cxx/parser/impl-source.cxx index ad85f81..c6d470c 100644 --- a/xsd/cxx/parser/impl-source.cxx +++ b/xsd/cxx/parser/impl-source.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/impl-source.cxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsd/cxx/parser/impl-source.hxx b/xsd/cxx/parser/impl-source.hxx index b6f9b3d..d440da4 100644 --- a/xsd/cxx/parser/impl-source.hxx +++ b/xsd/cxx/parser/impl-source.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/impl-source.hxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_IMPL_SOURCE_HXX diff --git a/xsd/cxx/parser/name-processor.cxx b/xsd/cxx/parser/name-processor.cxx index 219a3c9..f85e334 100644 --- a/xsd/cxx/parser/name-processor.cxx +++ b/xsd/cxx/parser/name-processor.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/name-processor.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsd/cxx/parser/name-processor.hxx b/xsd/cxx/parser/name-processor.hxx index 0460ea4..eea6e80 100644 --- a/xsd/cxx/parser/name-processor.hxx +++ b/xsd/cxx/parser/name-processor.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/name-processor.hxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_NAME_PROCESSOR_HXX diff --git a/xsd/cxx/parser/options.cli b/xsd/cxx/parser/options.cli index 227bb51..48ca932 100644 --- a/xsd/cxx/parser/options.cli +++ b/xsd/cxx/parser/options.cli @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/options.cli -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file include ; // std::size_t diff --git a/xsd/cxx/parser/parser-forward.cxx b/xsd/cxx/parser/parser-forward.cxx index faf427a..066d406 100644 --- a/xsd/cxx/parser/parser-forward.cxx +++ b/xsd/cxx/parser/parser-forward.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/parser-forward.cxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsd/cxx/parser/parser-forward.hxx b/xsd/cxx/parser/parser-forward.hxx index 53c7049..b67dea6 100644 --- a/xsd/cxx/parser/parser-forward.hxx +++ b/xsd/cxx/parser/parser-forward.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/parser-forward.hxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_PARSER_FORWARD_HXX diff --git a/xsd/cxx/parser/parser-header.cxx b/xsd/cxx/parser/parser-header.cxx index 800a4b9..d15a39d 100644 --- a/xsd/cxx/parser/parser-header.cxx +++ b/xsd/cxx/parser/parser-header.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/parser-header.cxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsd/cxx/parser/parser-header.hxx b/xsd/cxx/parser/parser-header.hxx index 467dcb5..688ef70 100644 --- a/xsd/cxx/parser/parser-header.hxx +++ b/xsd/cxx/parser/parser-header.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/parser-header.hxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_PARSER_HEADER_HXX diff --git a/xsd/cxx/parser/parser-inline.cxx b/xsd/cxx/parser/parser-inline.cxx index 87ba92c..21cb132 100644 --- a/xsd/cxx/parser/parser-inline.cxx +++ b/xsd/cxx/parser/parser-inline.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/parser-inline.cxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsd/cxx/parser/parser-inline.hxx b/xsd/cxx/parser/parser-inline.hxx index aff2ad2..4ebe255 100644 --- a/xsd/cxx/parser/parser-inline.hxx +++ b/xsd/cxx/parser/parser-inline.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/parser-inline.hxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_PARSER_INLINE_HXX diff --git a/xsd/cxx/parser/parser-source.cxx b/xsd/cxx/parser/parser-source.cxx index 2ee5273..26ac623 100644 --- a/xsd/cxx/parser/parser-source.cxx +++ b/xsd/cxx/parser/parser-source.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/parser-source.cxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsd/cxx/parser/parser-source.hxx b/xsd/cxx/parser/parser-source.hxx index 6e206b4..60be0c5 100644 --- a/xsd/cxx/parser/parser-source.hxx +++ b/xsd/cxx/parser/parser-source.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/parser-source.hxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_PARSER_SOURCE_HXX diff --git a/xsd/cxx/parser/print-impl-common.hxx b/xsd/cxx/parser/print-impl-common.hxx index 516273a..6b315f7 100644 --- a/xsd/cxx/parser/print-impl-common.hxx +++ b/xsd/cxx/parser/print-impl-common.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/print-impl-common.hxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_PRINT_IMPL_COMMON_HXX diff --git a/xsd/cxx/parser/state-processor.cxx b/xsd/cxx/parser/state-processor.cxx index 86f97ce..8b454f8 100644 --- a/xsd/cxx/parser/state-processor.cxx +++ b/xsd/cxx/parser/state-processor.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/state-processor.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsd/cxx/parser/state-processor.hxx b/xsd/cxx/parser/state-processor.hxx index de5af69..61bda86 100644 --- a/xsd/cxx/parser/state-processor.hxx +++ b/xsd/cxx/parser/state-processor.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/state-processor.hxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_STATE_PROCESSOR_HXX diff --git a/xsd/cxx/parser/type-processor.cxx b/xsd/cxx/parser/type-processor.cxx index 2f1132c..4e96809 100644 --- a/xsd/cxx/parser/type-processor.cxx +++ b/xsd/cxx/parser/type-processor.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/type-processor.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsd/cxx/parser/type-processor.hxx b/xsd/cxx/parser/type-processor.hxx index 634bc14..0d0eeec 100644 --- a/xsd/cxx/parser/type-processor.hxx +++ b/xsd/cxx/parser/type-processor.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/type-processor.hxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_TYPE_PROCESSOR_HXX diff --git a/xsd/cxx/parser/validator.cxx b/xsd/cxx/parser/validator.cxx index da9f8b0..491cb5d 100644 --- a/xsd/cxx/parser/validator.cxx +++ b/xsd/cxx/parser/validator.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/validator.cxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/xsd/cxx/parser/validator.hxx b/xsd/cxx/parser/validator.hxx index c67cced..2abcbb5 100644 --- a/xsd/cxx/parser/validator.hxx +++ b/xsd/cxx/parser/validator.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/parser/validator.hxx -// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef CXX_PARSER_VALIDATOR_HXX -- cgit v1.1