summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/generator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/tree/generator.cxx')
-rw-r--r--xsd/cxx/tree/generator.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xsd/cxx/tree/generator.cxx b/xsd/cxx/tree/generator.cxx
index b81504c..f81a8f4 100644
--- a/xsd/cxx/tree/generator.cxx
+++ b/xsd/cxx/tree/generator.cxx
@@ -1,6 +1,6 @@
// file : xsd/cxx/tree/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 <cxx/tree/generator.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, an XML Schema to\n"
"// C++ data binding compiler.\n"
@@ -101,7 +101,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, an XML Schema\n"
"// to C++ data binding compiler, in the Proprietary License mode.\n"