From 7e3616382296533e5016caec792b88a6b8556268 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jan 2017 12:42:09 +0200 Subject: Update copyright year --- xsde/cxx/hybrid/aggregate-elements.hxx | 2 +- xsde/cxx/hybrid/aggregate-include.hxx | 2 +- xsde/cxx/hybrid/default-value.cxx | 2 +- xsde/cxx/hybrid/default-value.hxx | 2 +- xsde/cxx/hybrid/elements.cxx | 2 +- xsde/cxx/hybrid/elements.hxx | 2 +- xsde/cxx/hybrid/extraction-header.cxx | 2 +- xsde/cxx/hybrid/extraction-header.hxx | 2 +- xsde/cxx/hybrid/extraction-source.cxx | 2 +- xsde/cxx/hybrid/extraction-source.hxx | 2 +- xsde/cxx/hybrid/generator.cxx | 6 +++--- xsde/cxx/hybrid/generator.hxx | 2 +- xsde/cxx/hybrid/insertion-header.cxx | 2 +- xsde/cxx/hybrid/insertion-header.hxx | 2 +- xsde/cxx/hybrid/insertion-source.cxx | 2 +- xsde/cxx/hybrid/insertion-source.hxx | 2 +- xsde/cxx/hybrid/options.cli | 2 +- xsde/cxx/hybrid/parser-aggregate-header.cxx | 2 +- xsde/cxx/hybrid/parser-aggregate-header.hxx | 2 +- xsde/cxx/hybrid/parser-aggregate-source.cxx | 2 +- xsde/cxx/hybrid/parser-aggregate-source.hxx | 2 +- xsde/cxx/hybrid/parser-header.cxx | 2 +- xsde/cxx/hybrid/parser-header.hxx | 2 +- xsde/cxx/hybrid/parser-name-processor.cxx | 2 +- xsde/cxx/hybrid/parser-name-processor.hxx | 2 +- xsde/cxx/hybrid/parser-source.cxx | 2 +- xsde/cxx/hybrid/parser-source.hxx | 2 +- xsde/cxx/hybrid/serializer-aggregate-header.cxx | 2 +- xsde/cxx/hybrid/serializer-aggregate-header.hxx | 2 +- xsde/cxx/hybrid/serializer-aggregate-source.cxx | 2 +- xsde/cxx/hybrid/serializer-aggregate-source.hxx | 2 +- xsde/cxx/hybrid/serializer-header.cxx | 2 +- xsde/cxx/hybrid/serializer-header.hxx | 2 +- xsde/cxx/hybrid/serializer-name-processor.cxx | 2 +- xsde/cxx/hybrid/serializer-name-processor.hxx | 2 +- xsde/cxx/hybrid/serializer-source.cxx | 2 +- xsde/cxx/hybrid/serializer-source.hxx | 2 +- xsde/cxx/hybrid/tree-forward.cxx | 2 +- xsde/cxx/hybrid/tree-forward.hxx | 2 +- xsde/cxx/hybrid/tree-header.cxx | 2 +- xsde/cxx/hybrid/tree-header.hxx | 2 +- xsde/cxx/hybrid/tree-inline.cxx | 2 +- xsde/cxx/hybrid/tree-inline.hxx | 2 +- xsde/cxx/hybrid/tree-name-processor.cxx | 2 +- xsde/cxx/hybrid/tree-name-processor.hxx | 2 +- xsde/cxx/hybrid/tree-size-processor.cxx | 2 +- xsde/cxx/hybrid/tree-size-processor.hxx | 2 +- xsde/cxx/hybrid/tree-source.cxx | 2 +- xsde/cxx/hybrid/tree-source.hxx | 2 +- xsde/cxx/hybrid/tree-type-map.cxx | 2 +- xsde/cxx/hybrid/tree-type-map.hxx | 2 +- xsde/cxx/hybrid/validator.cxx | 2 +- xsde/cxx/hybrid/validator.hxx | 2 +- 53 files changed, 55 insertions(+), 55 deletions(-) (limited to 'xsde/cxx/hybrid') diff --git a/xsde/cxx/hybrid/aggregate-elements.hxx b/xsde/cxx/hybrid/aggregate-elements.hxx index d1d4d38..75fa117 100644 --- a/xsde/cxx/hybrid/aggregate-elements.hxx +++ b/xsde/cxx/hybrid/aggregate-elements.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/aggregate-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_HYBRID_AGGREGATE_ELEMENTS_HXX diff --git a/xsde/cxx/hybrid/aggregate-include.hxx b/xsde/cxx/hybrid/aggregate-include.hxx index a34bf3e..df05d24 100644 --- a/xsde/cxx/hybrid/aggregate-include.hxx +++ b/xsde/cxx/hybrid/aggregate-include.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/aggregate-include.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_HYBRID_AGGREGATE_INCLUDE_HXX diff --git a/xsde/cxx/hybrid/default-value.cxx b/xsde/cxx/hybrid/default-value.cxx index 810b943..5582a44 100644 --- a/xsde/cxx/hybrid/default-value.cxx +++ b/xsde/cxx/hybrid/default-value.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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/xsde/cxx/hybrid/default-value.hxx b/xsde/cxx/hybrid/default-value.hxx index 5d74f31..9b08e5b 100644 --- a/xsde/cxx/hybrid/default-value.hxx +++ b/xsde/cxx/hybrid/default-value.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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_HYBRID_DEFAULT_VALUE_HXX diff --git a/xsde/cxx/hybrid/elements.cxx b/xsde/cxx/hybrid/elements.cxx index 66f64cc..ce87b18 100644 --- a/xsde/cxx/hybrid/elements.cxx +++ b/xsde/cxx/hybrid/elements.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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/xsde/cxx/hybrid/elements.hxx b/xsde/cxx/hybrid/elements.hxx index 80fba05..4616787 100644 --- a/xsde/cxx/hybrid/elements.hxx +++ b/xsde/cxx/hybrid/elements.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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_HYBRID_ELEMENTS_HXX diff --git a/xsde/cxx/hybrid/extraction-header.cxx b/xsde/cxx/hybrid/extraction-header.cxx index 06a917d..c558a2d 100644 --- a/xsde/cxx/hybrid/extraction-header.cxx +++ b/xsde/cxx/hybrid/extraction-header.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/hybrid/extraction-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/xsde/cxx/hybrid/extraction-header.hxx b/xsde/cxx/hybrid/extraction-header.hxx index 35e34da..54b6c78 100644 --- a/xsde/cxx/hybrid/extraction-header.hxx +++ b/xsde/cxx/hybrid/extraction-header.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/extraction-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_HYBRID_EXTRACTION_HEADER_HXX diff --git a/xsde/cxx/hybrid/extraction-source.cxx b/xsde/cxx/hybrid/extraction-source.cxx index d4f90a8..8992785 100644 --- a/xsde/cxx/hybrid/extraction-source.cxx +++ b/xsde/cxx/hybrid/extraction-source.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/hybrid/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/xsde/cxx/hybrid/extraction-source.hxx b/xsde/cxx/hybrid/extraction-source.hxx index 01aaba4..b2d4902 100644 --- a/xsde/cxx/hybrid/extraction-source.hxx +++ b/xsde/cxx/hybrid/extraction-source.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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_HYBRID_EXTRACTION_SOURCE_HXX diff --git a/xsde/cxx/hybrid/generator.cxx b/xsde/cxx/hybrid/generator.cxx index 18a8702..727f8ac 100644 --- a/xsde/cxx/hybrid/generator.cxx +++ b/xsde/cxx/hybrid/generator.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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 @@ -64,7 +64,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/e, an XML Schema\n" "// to C++ data binding compiler for embedded systems.\n" @@ -85,7 +85,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/e, an XML Schema to\n" "// C++ data binding compiler for embedded systems, in the Proprietary\n" diff --git a/xsde/cxx/hybrid/generator.hxx b/xsde/cxx/hybrid/generator.hxx index b1ad7af..00544a5 100644 --- a/xsde/cxx/hybrid/generator.hxx +++ b/xsde/cxx/hybrid/generator.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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_HYBRID_GENERATOR_HXX diff --git a/xsde/cxx/hybrid/insertion-header.cxx b/xsde/cxx/hybrid/insertion-header.cxx index 93b0556..77421cf 100644 --- a/xsde/cxx/hybrid/insertion-header.cxx +++ b/xsde/cxx/hybrid/insertion-header.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/hybrid/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/xsde/cxx/hybrid/insertion-header.hxx b/xsde/cxx/hybrid/insertion-header.hxx index 15c9987..8783048 100644 --- a/xsde/cxx/hybrid/insertion-header.hxx +++ b/xsde/cxx/hybrid/insertion-header.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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_HYBRID_INSERTION_HEADER_HXX diff --git a/xsde/cxx/hybrid/insertion-source.cxx b/xsde/cxx/hybrid/insertion-source.cxx index 0325fb0..fa75462 100644 --- a/xsde/cxx/hybrid/insertion-source.cxx +++ b/xsde/cxx/hybrid/insertion-source.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/hybrid/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/xsde/cxx/hybrid/insertion-source.hxx b/xsde/cxx/hybrid/insertion-source.hxx index 49e40ab..5013fb8 100644 --- a/xsde/cxx/hybrid/insertion-source.hxx +++ b/xsde/cxx/hybrid/insertion-source.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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_HYBRID_INSERTION_SOURCE_HXX diff --git a/xsde/cxx/hybrid/options.cli b/xsde/cxx/hybrid/options.cli index 451dd41..ad92e12 100644 --- a/xsde/cxx/hybrid/options.cli +++ b/xsde/cxx/hybrid/options.cli @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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/xsde/cxx/hybrid/parser-aggregate-header.cxx b/xsde/cxx/hybrid/parser-aggregate-header.cxx index 2fc31c5..2f2f564 100644 --- a/xsde/cxx/hybrid/parser-aggregate-header.cxx +++ b/xsde/cxx/hybrid/parser-aggregate-header.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/parser-aggregate-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/xsde/cxx/hybrid/parser-aggregate-header.hxx b/xsde/cxx/hybrid/parser-aggregate-header.hxx index 0e3b934..dfaac43 100644 --- a/xsde/cxx/hybrid/parser-aggregate-header.hxx +++ b/xsde/cxx/hybrid/parser-aggregate-header.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/parser-aggregate-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_HYBRID_PARSER_AGGREGATE_HEADER_HXX diff --git a/xsde/cxx/hybrid/parser-aggregate-source.cxx b/xsde/cxx/hybrid/parser-aggregate-source.cxx index e19b2f8..4c00742 100644 --- a/xsde/cxx/hybrid/parser-aggregate-source.cxx +++ b/xsde/cxx/hybrid/parser-aggregate-source.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/parser-aggregate-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/xsde/cxx/hybrid/parser-aggregate-source.hxx b/xsde/cxx/hybrid/parser-aggregate-source.hxx index b0235a9..abd1839 100644 --- a/xsde/cxx/hybrid/parser-aggregate-source.hxx +++ b/xsde/cxx/hybrid/parser-aggregate-source.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/parser-aggregate-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_HYBRID_PARSER_AGGREGATE_SOURCE_HXX diff --git a/xsde/cxx/hybrid/parser-header.cxx b/xsde/cxx/hybrid/parser-header.cxx index b950130..a2af0eb 100644 --- a/xsde/cxx/hybrid/parser-header.cxx +++ b/xsde/cxx/hybrid/parser-header.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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/xsde/cxx/hybrid/parser-header.hxx b/xsde/cxx/hybrid/parser-header.hxx index a4759ae..08bbf2b 100644 --- a/xsde/cxx/hybrid/parser-header.hxx +++ b/xsde/cxx/hybrid/parser-header.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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_HYBRID_PARSER_HEADER_HXX diff --git a/xsde/cxx/hybrid/parser-name-processor.cxx b/xsde/cxx/hybrid/parser-name-processor.cxx index e2108f7..721f50f 100644 --- a/xsde/cxx/hybrid/parser-name-processor.cxx +++ b/xsde/cxx/hybrid/parser-name-processor.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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/xsde/cxx/hybrid/parser-name-processor.hxx b/xsde/cxx/hybrid/parser-name-processor.hxx index cd9690a..5d76bda 100644 --- a/xsde/cxx/hybrid/parser-name-processor.hxx +++ b/xsde/cxx/hybrid/parser-name-processor.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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_HYBRID_PARSER_NAME_PROCESSOR_HXX diff --git a/xsde/cxx/hybrid/parser-source.cxx b/xsde/cxx/hybrid/parser-source.cxx index 2651094..aa122e5 100644 --- a/xsde/cxx/hybrid/parser-source.cxx +++ b/xsde/cxx/hybrid/parser-source.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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/xsde/cxx/hybrid/parser-source.hxx b/xsde/cxx/hybrid/parser-source.hxx index 2cf73b7..3d62c07 100644 --- a/xsde/cxx/hybrid/parser-source.hxx +++ b/xsde/cxx/hybrid/parser-source.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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_HYBRID_PARSER_SOURCE_HXX diff --git a/xsde/cxx/hybrid/serializer-aggregate-header.cxx b/xsde/cxx/hybrid/serializer-aggregate-header.cxx index dfaa1e2..51047ff 100644 --- a/xsde/cxx/hybrid/serializer-aggregate-header.cxx +++ b/xsde/cxx/hybrid/serializer-aggregate-header.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/serializer-aggregate-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/xsde/cxx/hybrid/serializer-aggregate-header.hxx b/xsde/cxx/hybrid/serializer-aggregate-header.hxx index ffc7a1c..2b3a284 100644 --- a/xsde/cxx/hybrid/serializer-aggregate-header.hxx +++ b/xsde/cxx/hybrid/serializer-aggregate-header.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/serializer-aggregate-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_HYBRID_SERIALIZER_AGGREGATE_HEADER_HXX diff --git a/xsde/cxx/hybrid/serializer-aggregate-source.cxx b/xsde/cxx/hybrid/serializer-aggregate-source.cxx index e291306..2a9354f 100644 --- a/xsde/cxx/hybrid/serializer-aggregate-source.cxx +++ b/xsde/cxx/hybrid/serializer-aggregate-source.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/serializer-aggregate-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/xsde/cxx/hybrid/serializer-aggregate-source.hxx b/xsde/cxx/hybrid/serializer-aggregate-source.hxx index a785678..a2456f5 100644 --- a/xsde/cxx/hybrid/serializer-aggregate-source.hxx +++ b/xsde/cxx/hybrid/serializer-aggregate-source.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/serializer-aggregate-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_HYBRID_SERIALIZER_AGGREGATE_SOURCE_HXX diff --git a/xsde/cxx/hybrid/serializer-header.cxx b/xsde/cxx/hybrid/serializer-header.cxx index c972cb2..4e4eb64 100644 --- a/xsde/cxx/hybrid/serializer-header.cxx +++ b/xsde/cxx/hybrid/serializer-header.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/serializer-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/xsde/cxx/hybrid/serializer-header.hxx b/xsde/cxx/hybrid/serializer-header.hxx index d41671b..adb5036 100644 --- a/xsde/cxx/hybrid/serializer-header.hxx +++ b/xsde/cxx/hybrid/serializer-header.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/serializer-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_HYBRID_SERIALIZER_HEADER_HXX diff --git a/xsde/cxx/hybrid/serializer-name-processor.cxx b/xsde/cxx/hybrid/serializer-name-processor.cxx index c8a1ba0..fc5e448 100644 --- a/xsde/cxx/hybrid/serializer-name-processor.cxx +++ b/xsde/cxx/hybrid/serializer-name-processor.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/serializer-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/xsde/cxx/hybrid/serializer-name-processor.hxx b/xsde/cxx/hybrid/serializer-name-processor.hxx index 65e1640..1145135 100644 --- a/xsde/cxx/hybrid/serializer-name-processor.hxx +++ b/xsde/cxx/hybrid/serializer-name-processor.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/serializer-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_HYBRID_SERIALIZER_NAME_PROCESSOR_HXX diff --git a/xsde/cxx/hybrid/serializer-source.cxx b/xsde/cxx/hybrid/serializer-source.cxx index 228d4e5..f972b30 100644 --- a/xsde/cxx/hybrid/serializer-source.cxx +++ b/xsde/cxx/hybrid/serializer-source.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/serializer-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/xsde/cxx/hybrid/serializer-source.hxx b/xsde/cxx/hybrid/serializer-source.hxx index a22e295..bb5b013 100644 --- a/xsde/cxx/hybrid/serializer-source.hxx +++ b/xsde/cxx/hybrid/serializer-source.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/serializer-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_HYBRID_SERIALIZER_SOURCE_HXX diff --git a/xsde/cxx/hybrid/tree-forward.cxx b/xsde/cxx/hybrid/tree-forward.cxx index ca28860..1c8f1ad 100644 --- a/xsde/cxx/hybrid/tree-forward.cxx +++ b/xsde/cxx/hybrid/tree-forward.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/hybrid/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/xsde/cxx/hybrid/tree-forward.hxx b/xsde/cxx/hybrid/tree-forward.hxx index ca53a9d..a028a3a 100644 --- a/xsde/cxx/hybrid/tree-forward.hxx +++ b/xsde/cxx/hybrid/tree-forward.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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_HYBRID_TREE_FORWARD_HXX diff --git a/xsde/cxx/hybrid/tree-header.cxx b/xsde/cxx/hybrid/tree-header.cxx index 54c7933..a597897 100644 --- a/xsde/cxx/hybrid/tree-header.cxx +++ b/xsde/cxx/hybrid/tree-header.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/hybrid/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/xsde/cxx/hybrid/tree-header.hxx b/xsde/cxx/hybrid/tree-header.hxx index 23b794b..80e0c7c 100644 --- a/xsde/cxx/hybrid/tree-header.hxx +++ b/xsde/cxx/hybrid/tree-header.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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_HYBRID_TREE_HEADER_HXX diff --git a/xsde/cxx/hybrid/tree-inline.cxx b/xsde/cxx/hybrid/tree-inline.cxx index 578a6c1..f28d7fc 100644 --- a/xsde/cxx/hybrid/tree-inline.cxx +++ b/xsde/cxx/hybrid/tree-inline.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/hybrid/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/xsde/cxx/hybrid/tree-inline.hxx b/xsde/cxx/hybrid/tree-inline.hxx index 01082e7..7913fa7 100644 --- a/xsde/cxx/hybrid/tree-inline.hxx +++ b/xsde/cxx/hybrid/tree-inline.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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_HYBRID_TREE_INLINE_HXX diff --git a/xsde/cxx/hybrid/tree-name-processor.cxx b/xsde/cxx/hybrid/tree-name-processor.cxx index e3a1224..ae2596e 100644 --- a/xsde/cxx/hybrid/tree-name-processor.cxx +++ b/xsde/cxx/hybrid/tree-name-processor.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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/xsde/cxx/hybrid/tree-name-processor.hxx b/xsde/cxx/hybrid/tree-name-processor.hxx index db096df..09b6f8f 100644 --- a/xsde/cxx/hybrid/tree-name-processor.hxx +++ b/xsde/cxx/hybrid/tree-name-processor.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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_HYBRID_TREE_NAME_PROCESSOR_HXX diff --git a/xsde/cxx/hybrid/tree-size-processor.cxx b/xsde/cxx/hybrid/tree-size-processor.cxx index 4f1939e..6afd402 100644 --- a/xsde/cxx/hybrid/tree-size-processor.cxx +++ b/xsde/cxx/hybrid/tree-size-processor.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/tree-size-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/xsde/cxx/hybrid/tree-size-processor.hxx b/xsde/cxx/hybrid/tree-size-processor.hxx index fa49e33..b34ea1c 100644 --- a/xsde/cxx/hybrid/tree-size-processor.hxx +++ b/xsde/cxx/hybrid/tree-size-processor.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/tree-size-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_HYBRID_TREE_SIZE_PROCESSOR_HXX diff --git a/xsde/cxx/hybrid/tree-source.cxx b/xsde/cxx/hybrid/tree-source.cxx index fd5a244..ae5c5b5 100644 --- a/xsde/cxx/hybrid/tree-source.cxx +++ b/xsde/cxx/hybrid/tree-source.cxx @@ -1,5 +1,5 @@ // file : xsd/cxx/hybrid/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/xsde/cxx/hybrid/tree-source.hxx b/xsde/cxx/hybrid/tree-source.hxx index d2872ad..0666ccf 100644 --- a/xsde/cxx/hybrid/tree-source.hxx +++ b/xsde/cxx/hybrid/tree-source.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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_HYBRID_TREE_SOURCE_HXX diff --git a/xsde/cxx/hybrid/tree-type-map.cxx b/xsde/cxx/hybrid/tree-type-map.cxx index af21042..e43e4e4 100644 --- a/xsde/cxx/hybrid/tree-type-map.cxx +++ b/xsde/cxx/hybrid/tree-type-map.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/tree-type-map.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/xsde/cxx/hybrid/tree-type-map.hxx b/xsde/cxx/hybrid/tree-type-map.hxx index 2751de2..03880e5 100644 --- a/xsde/cxx/hybrid/tree-type-map.hxx +++ b/xsde/cxx/hybrid/tree-type-map.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/tree-type-map.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_HYBRID_TREE_TYPE_MAP_HXX diff --git a/xsde/cxx/hybrid/validator.cxx b/xsde/cxx/hybrid/validator.cxx index 9c44a70..dd41340 100644 --- a/xsde/cxx/hybrid/validator.cxx +++ b/xsde/cxx/hybrid/validator.cxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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/xsde/cxx/hybrid/validator.hxx b/xsde/cxx/hybrid/validator.hxx index ec0255b..164b016 100644 --- a/xsde/cxx/hybrid/validator.hxx +++ b/xsde/cxx/hybrid/validator.hxx @@ -1,5 +1,5 @@ // file : xsde/cxx/hybrid/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_HYBRID_VALIDATOR_HXX -- cgit v1.1