aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/serializer/generator.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:32:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:32:35 +0200
commit2561a563b610fdbe594a7510c55bb0a9803a170b (patch)
tree9f98ee3ffba83b01d112bbba9cae7a6b4376abda /xsde/cxx/serializer/generator.cxx
parent0ef72f9ed42a36d30920a815becf77b3543b5a43 (diff)
Update copyright in source files
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 5e72d86..c15d603 100644
--- a/xsde/cxx/serializer/generator.cxx
+++ b/xsde/cxx/serializer/generator.cxx
@@ -1,6 +1,6 @@
// file : xsde/cxx/serializer/generator.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <type-map/lexer.hxx>
@@ -67,7 +67,7 @@ namespace CXX
namespace
{
Char const copyright_gpl[] =
- "// Copyright (C) 2005-2009 Code Synthesis Tools CC\n"
+ "// Copyright (C) 2005-2010 Code Synthesis Tools CC\n"
"//\n"
"// This program was generated by CodeSynthesis XSD/e, an XML Schema\n"
"// to C++ data binding compiler for embedded systems.\n"
@@ -88,7 +88,7 @@ namespace CXX
"//\n\n";
Char const copyright_proprietary[] =
- "// Copyright (C) 2005-2009 Code Synthesis Tools CC\n"
+ "// Copyright (C) 2005-2010 Code Synthesis Tools CC\n"
"//\n"
"// This program was generated by CodeSynthesis XSD/e, an XML Schema to\n"
"// C++ data binding compiler for embedded systems, in the Proprietary\n"