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/elements.cxx | 2 +- xsd/cxx/elements.hxx | 2 +- xsd/cxx/literal-map.cxx | 2 +- xsd/cxx/literal-map.hxx | 2 +- xsd/cxx/option-types.cxx | 2 +- xsd/cxx/option-types.hxx | 2 +- xsd/cxx/options.cli | 2 +- 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 +- xsd/cxx/tree/counter.cxx | 2 +- xsd/cxx/tree/counter.hxx | 2 +- xsd/cxx/tree/default-value.cxx | 2 +- xsd/cxx/tree/default-value.hxx | 2 +- xsd/cxx/tree/elements.cxx | 2 +- xsd/cxx/tree/elements.hxx | 2 +- xsd/cxx/tree/fundamental-header.hxx | 2 +- xsd/cxx/tree/generator.cxx | 6 +++--- xsd/cxx/tree/generator.hxx | 2 +- xsd/cxx/tree/name-processor.cxx | 2 +- xsd/cxx/tree/name-processor.hxx | 2 +- xsd/cxx/tree/options.cli | 2 +- xsd/cxx/tree/order-processor.cxx | 2 +- xsd/cxx/tree/order-processor.hxx | 2 +- xsd/cxx/tree/parser-header.cxx | 2 +- xsd/cxx/tree/parser-header.hxx | 2 +- xsd/cxx/tree/parser-source.cxx | 2 +- xsd/cxx/tree/parser-source.hxx | 2 +- xsd/cxx/tree/polymorphism-processor.cxx | 2 +- xsd/cxx/tree/polymorphism-processor.hxx | 2 +- xsd/cxx/tree/serialization-header.cxx | 2 +- xsd/cxx/tree/serialization-header.hxx | 2 +- xsd/cxx/tree/serialization-source.cxx | 2 +- xsd/cxx/tree/serialization-source.hxx | 2 +- xsd/cxx/tree/stream-extraction-source.cxx | 2 +- xsd/cxx/tree/stream-extraction-source.hxx | 2 +- xsd/cxx/tree/stream-header.cxx | 2 +- xsd/cxx/tree/stream-header.hxx | 2 +- xsd/cxx/tree/stream-insertion-header.cxx | 2 +- xsd/cxx/tree/stream-insertion-header.hxx | 2 +- xsd/cxx/tree/stream-insertion-source.cxx | 2 +- xsd/cxx/tree/stream-insertion-source.hxx | 2 +- xsd/cxx/tree/stream-source.cxx | 2 +- xsd/cxx/tree/stream-source.hxx | 2 +- xsd/cxx/tree/tree-forward.cxx | 2 +- xsd/cxx/tree/tree-forward.hxx | 2 +- xsd/cxx/tree/tree-header.cxx | 2 +- xsd/cxx/tree/tree-header.hxx | 2 +- xsd/cxx/tree/tree-inline.cxx | 2 +- xsd/cxx/tree/tree-inline.hxx | 2 +- xsd/cxx/tree/tree-source.cxx | 2 +- xsd/cxx/tree/tree-source.hxx | 2 +- xsd/cxx/tree/validator.cxx | 2 +- xsd/cxx/tree/validator.hxx | 2 +- 85 files changed, 89 insertions(+), 89 deletions(-) (limited to 'xsd/cxx') diff --git a/xsd/cxx/elements.cxx b/xsd/cxx/elements.cxx index dfa2f38..3975502 100644 --- a/xsd/cxx/elements.cxx +++ b/xsd/cxx/elements.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/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/elements.hxx b/xsd/cxx/elements.hxx index 4b36da9..744b78c 100644 --- a/xsd/cxx/elements.hxx +++ b/xsd/cxx/elements.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/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_ELEMENTS_HXX diff --git a/xsd/cxx/literal-map.cxx b/xsd/cxx/literal-map.cxx index 24bfc52..4a46ce7 100644 --- a/xsd/cxx/literal-map.cxx +++ b/xsd/cxx/literal-map.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/literal-map.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 // std::auto_ptr diff --git a/xsd/cxx/literal-map.hxx b/xsd/cxx/literal-map.hxx index 987a531..334e6bf 100644 --- a/xsd/cxx/literal-map.hxx +++ b/xsd/cxx/literal-map.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/literal-map.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_LITERAL_MAP_HXX diff --git a/xsd/cxx/option-types.cxx b/xsd/cxx/option-types.cxx index 78424f0..383e453 100644 --- a/xsd/cxx/option-types.cxx +++ b/xsd/cxx/option-types.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/option-types.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/option-types.hxx b/xsd/cxx/option-types.hxx index b2377ba..27ebd17 100644 --- a/xsd/cxx/option-types.hxx +++ b/xsd/cxx/option-types.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/option-types.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 XSD_OPTION_TYPES_HXX diff --git a/xsd/cxx/options.cli b/xsd/cxx/options.cli index c598ab4..9194c51 100644 --- a/xsd/cxx/options.cli +++ b/xsd/cxx/options.cli @@ -1,5 +1,5 @@ // file : xsd/cxx/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/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 diff --git a/xsd/cxx/tree/counter.cxx b/xsd/cxx/tree/counter.cxx index 23fc221..908a434 100644 --- a/xsd/cxx/tree/counter.cxx +++ b/xsd/cxx/tree/counter.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/counter.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/tree/counter.hxx b/xsd/cxx/tree/counter.hxx index ea1a3c3..6601623 100644 --- a/xsd/cxx/tree/counter.hxx +++ b/xsd/cxx/tree/counter.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/counter.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_TREE_COUNTER_HXX diff --git a/xsd/cxx/tree/default-value.cxx b/xsd/cxx/tree/default-value.cxx index 4f27d7f..5250664 100644 --- a/xsd/cxx/tree/default-value.cxx +++ b/xsd/cxx/tree/default-value.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/default-value.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/tree/default-value.hxx b/xsd/cxx/tree/default-value.hxx index eb91a8c..b72b175 100644 --- a/xsd/cxx/tree/default-value.hxx +++ b/xsd/cxx/tree/default-value.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/default-value.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_TREE_DEFAULT_VALUE_HXX diff --git a/xsd/cxx/tree/elements.cxx b/xsd/cxx/tree/elements.cxx index 2119174..429d64f 100644 --- a/xsd/cxx/tree/elements.cxx +++ b/xsd/cxx/tree/elements.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/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/tree/elements.hxx b/xsd/cxx/tree/elements.hxx index 6874e6a..a986c22 100644 --- a/xsd/cxx/tree/elements.hxx +++ b/xsd/cxx/tree/elements.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/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_TREE_ELEMENTS_HXX diff --git a/xsd/cxx/tree/fundamental-header.hxx b/xsd/cxx/tree/fundamental-header.hxx index 925d65e..ed69943 100644 --- a/xsd/cxx/tree/fundamental-header.hxx +++ b/xsd/cxx/tree/fundamental-header.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/fundamental-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_TREE_FUNDAMENTAL_HEADER_HXX diff --git a/xsd/cxx/tree/generator.cxx b/xsd/cxx/tree/generator.cxx index 7a413bd..0dd1b4b 100644 --- a/xsd/cxx/tree/generator.cxx +++ b/xsd/cxx/tree/generator.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/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 @@ -63,7 +63,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" @@ -97,7 +97,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/tree/generator.hxx b/xsd/cxx/tree/generator.hxx index f81f8e3..809b185 100644 --- a/xsd/cxx/tree/generator.hxx +++ b/xsd/cxx/tree/generator.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/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_TREE_GENERATOR_HXX diff --git a/xsd/cxx/tree/name-processor.cxx b/xsd/cxx/tree/name-processor.cxx index 1f3844b..97a4b3b 100644 --- a/xsd/cxx/tree/name-processor.cxx +++ b/xsd/cxx/tree/name-processor.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/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/tree/name-processor.hxx b/xsd/cxx/tree/name-processor.hxx index 46ea883..71bf427 100644 --- a/xsd/cxx/tree/name-processor.hxx +++ b/xsd/cxx/tree/name-processor.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/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_TREE_NAME_PROCESSOR_HXX diff --git a/xsd/cxx/tree/options.cli b/xsd/cxx/tree/options.cli index f1b343a..d62caff 100644 --- a/xsd/cxx/tree/options.cli +++ b/xsd/cxx/tree/options.cli @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/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/tree/order-processor.cxx b/xsd/cxx/tree/order-processor.cxx index 68eee8c..9226cd3 100644 --- a/xsd/cxx/tree/order-processor.cxx +++ b/xsd/cxx/tree/order-processor.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/tree/order-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/tree/order-processor.hxx b/xsd/cxx/tree/order-processor.hxx index fa68d21..c00d770 100644 --- a/xsd/cxx/tree/order-processor.hxx +++ b/xsd/cxx/tree/order-processor.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/tree/order-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_TREE_ORDER_PROCESSOR_HXX diff --git a/xsd/cxx/tree/parser-header.cxx b/xsd/cxx/tree/parser-header.cxx index 8aff44f..a7e18ce 100644 --- a/xsd/cxx/tree/parser-header.cxx +++ b/xsd/cxx/tree/parser-header.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/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/tree/parser-header.hxx b/xsd/cxx/tree/parser-header.hxx index dfe7843..f760b49 100644 --- a/xsd/cxx/tree/parser-header.hxx +++ b/xsd/cxx/tree/parser-header.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/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_TREE_PARSER_HEADER_HXX diff --git a/xsd/cxx/tree/parser-source.cxx b/xsd/cxx/tree/parser-source.cxx index 9668d9d..a7c8f7c 100644 --- a/xsd/cxx/tree/parser-source.cxx +++ b/xsd/cxx/tree/parser-source.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/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/tree/parser-source.hxx b/xsd/cxx/tree/parser-source.hxx index a5cd597..b7fb159 100644 --- a/xsd/cxx/tree/parser-source.hxx +++ b/xsd/cxx/tree/parser-source.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/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_TREE_PARSER_SOURCE_HXX diff --git a/xsd/cxx/tree/polymorphism-processor.cxx b/xsd/cxx/tree/polymorphism-processor.cxx index cbd2471..aeeb4e9 100644 --- a/xsd/cxx/tree/polymorphism-processor.cxx +++ b/xsd/cxx/tree/polymorphism-processor.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/tree/polymorphism-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/tree/polymorphism-processor.hxx b/xsd/cxx/tree/polymorphism-processor.hxx index 7338790..002c41c 100644 --- a/xsd/cxx/tree/polymorphism-processor.hxx +++ b/xsd/cxx/tree/polymorphism-processor.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/tree/polymorphism-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_TREE_POLYMORPHISM_PROCESSOR_HXX diff --git a/xsd/cxx/tree/serialization-header.cxx b/xsd/cxx/tree/serialization-header.cxx index 67da857..8c5840d 100644 --- a/xsd/cxx/tree/serialization-header.cxx +++ b/xsd/cxx/tree/serialization-header.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/serialization-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/tree/serialization-header.hxx b/xsd/cxx/tree/serialization-header.hxx index 979bb2e..5e06953 100644 --- a/xsd/cxx/tree/serialization-header.hxx +++ b/xsd/cxx/tree/serialization-header.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/serialization-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_TREE_SERIALIZATION_HEADER_HXX diff --git a/xsd/cxx/tree/serialization-source.cxx b/xsd/cxx/tree/serialization-source.cxx index 8a94c74..888864d 100644 --- a/xsd/cxx/tree/serialization-source.cxx +++ b/xsd/cxx/tree/serialization-source.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/serialization-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/tree/serialization-source.hxx b/xsd/cxx/tree/serialization-source.hxx index 1a74126..9b3524a 100644 --- a/xsd/cxx/tree/serialization-source.hxx +++ b/xsd/cxx/tree/serialization-source.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/serialization-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_TREE_SERIALIZATION_SOURCE_HXX diff --git a/xsd/cxx/tree/stream-extraction-source.cxx b/xsd/cxx/tree/stream-extraction-source.cxx index 192d9e9..7069598 100644 --- a/xsd/cxx/tree/stream-extraction-source.cxx +++ b/xsd/cxx/tree/stream-extraction-source.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/stream-extraction-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/tree/stream-extraction-source.hxx b/xsd/cxx/tree/stream-extraction-source.hxx index 9104281..8f48a7d 100644 --- a/xsd/cxx/tree/stream-extraction-source.hxx +++ b/xsd/cxx/tree/stream-extraction-source.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/stream-extraction-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_TREE_EXTRACTION_SOURCE_HXX diff --git a/xsd/cxx/tree/stream-header.cxx b/xsd/cxx/tree/stream-header.cxx index 9ba9b3b..3f78d50 100644 --- a/xsd/cxx/tree/stream-header.cxx +++ b/xsd/cxx/tree/stream-header.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/stream-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/tree/stream-header.hxx b/xsd/cxx/tree/stream-header.hxx index 36eea87..8673a25 100644 --- a/xsd/cxx/tree/stream-header.hxx +++ b/xsd/cxx/tree/stream-header.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/stream-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_TREE_STREAM_HEADER_HXX diff --git a/xsd/cxx/tree/stream-insertion-header.cxx b/xsd/cxx/tree/stream-insertion-header.cxx index e9ee438..8ad6717 100644 --- a/xsd/cxx/tree/stream-insertion-header.cxx +++ b/xsd/cxx/tree/stream-insertion-header.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/stream-insertion-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/tree/stream-insertion-header.hxx b/xsd/cxx/tree/stream-insertion-header.hxx index 31b6328..c874eda 100644 --- a/xsd/cxx/tree/stream-insertion-header.hxx +++ b/xsd/cxx/tree/stream-insertion-header.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/stream-insertion-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_TREE_STREAM_INSERTION_HEADER_HXX diff --git a/xsd/cxx/tree/stream-insertion-source.cxx b/xsd/cxx/tree/stream-insertion-source.cxx index e98199e..76f19af 100644 --- a/xsd/cxx/tree/stream-insertion-source.cxx +++ b/xsd/cxx/tree/stream-insertion-source.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/stream-insertion-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/tree/stream-insertion-source.hxx b/xsd/cxx/tree/stream-insertion-source.hxx index d2d5534..09554c6 100644 --- a/xsd/cxx/tree/stream-insertion-source.hxx +++ b/xsd/cxx/tree/stream-insertion-source.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/stream-insertion-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_TREE_INSERTION_SOURCE_HXX diff --git a/xsd/cxx/tree/stream-source.cxx b/xsd/cxx/tree/stream-source.cxx index 656f0ed..4bd2518 100644 --- a/xsd/cxx/tree/stream-source.cxx +++ b/xsd/cxx/tree/stream-source.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/stream-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/tree/stream-source.hxx b/xsd/cxx/tree/stream-source.hxx index f13a23e..659d6ca 100644 --- a/xsd/cxx/tree/stream-source.hxx +++ b/xsd/cxx/tree/stream-source.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/stream-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_TREE_STREAM_SOURCE_HXX diff --git a/xsd/cxx/tree/tree-forward.cxx b/xsd/cxx/tree/tree-forward.cxx index 5afae3c..cc8906f 100644 --- a/xsd/cxx/tree/tree-forward.cxx +++ b/xsd/cxx/tree/tree-forward.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/tree-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/tree/tree-forward.hxx b/xsd/cxx/tree/tree-forward.hxx index 5b08a10..103b2e7 100644 --- a/xsd/cxx/tree/tree-forward.hxx +++ b/xsd/cxx/tree/tree-forward.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/tree-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_TREE_TREE_FORWARD_HXX diff --git a/xsd/cxx/tree/tree-header.cxx b/xsd/cxx/tree/tree-header.cxx index 09bbe78..c88ffb8 100644 --- a/xsd/cxx/tree/tree-header.cxx +++ b/xsd/cxx/tree/tree-header.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/tree-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/tree/tree-header.hxx b/xsd/cxx/tree/tree-header.hxx index 7c97364..9bee952 100644 --- a/xsd/cxx/tree/tree-header.hxx +++ b/xsd/cxx/tree/tree-header.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/tree-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_TREE_TREE_HEADER_HXX diff --git a/xsd/cxx/tree/tree-inline.cxx b/xsd/cxx/tree/tree-inline.cxx index d2ee0ba..7289bc0 100644 --- a/xsd/cxx/tree/tree-inline.cxx +++ b/xsd/cxx/tree/tree-inline.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/tree-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/tree/tree-inline.hxx b/xsd/cxx/tree/tree-inline.hxx index 351ab38..ad765bd 100644 --- a/xsd/cxx/tree/tree-inline.hxx +++ b/xsd/cxx/tree/tree-inline.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/tree-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_TREE_TREE_INLINE_HXX diff --git a/xsd/cxx/tree/tree-source.cxx b/xsd/cxx/tree/tree-source.cxx index fbbd1b4..1ea1412 100644 --- a/xsd/cxx/tree/tree-source.cxx +++ b/xsd/cxx/tree/tree-source.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/tree-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/tree/tree-source.hxx b/xsd/cxx/tree/tree-source.hxx index b2d96f7..affbdec 100644 --- a/xsd/cxx/tree/tree-source.hxx +++ b/xsd/cxx/tree/tree-source.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/tree-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_TREE_TREE_SOURCE_HXX diff --git a/xsd/cxx/tree/validator.cxx b/xsd/cxx/tree/validator.cxx index ce3dcd8..809deb2 100644 --- a/xsd/cxx/tree/validator.cxx +++ b/xsd/cxx/tree/validator.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/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/tree/validator.hxx b/xsd/cxx/tree/validator.hxx index 58ec85e..8ad33a2 100644 --- a/xsd/cxx/tree/validator.hxx +++ b/xsd/cxx/tree/validator.hxx @@ -1,5 +1,5 @@ // file : xsd/cxx/tree/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_TREE_VALIDATOR_HXX -- cgit v1.1