aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/serializer/generator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/serializer/generator.cxx')
-rw-r--r--xsde/cxx/serializer/generator.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xsde/cxx/serializer/generator.cxx b/xsde/cxx/serializer/generator.cxx
index 2bbb75e..517014f 100644
--- a/xsde/cxx/serializer/generator.cxx
+++ b/xsde/cxx/serializer/generator.cxx
@@ -1,5 +1,5 @@
// file : xsde/cxx/serializer/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 <algorithm>
@@ -57,7 +57,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"
@@ -78,7 +78,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"