aboutsummaryrefslogtreecommitdiff
path: root/xsde/xsde.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/xsde.cxx')
-rw-r--r--xsde/xsde.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsde/xsde.cxx b/xsde/xsde.cxx
index f20c9b5..fc56a45 100644
--- a/xsde/xsde.cxx
+++ b/xsde/xsde.cxx
@@ -1,6 +1,6 @@
// file : xsde/xsde.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 <iostream>
@@ -217,7 +217,7 @@ main (Int argc, Char* argv[])
{
e << "CodeSynthesis XSD/e XML Schema to C++ compiler " <<
"for embedded systems " << XSDE_STR_VERSION << endl
- << "Copyright (C) 2005-2009 Code Synthesis Tools CC" << endl;
+ << "Copyright (C) 2005-2010 Code Synthesis Tools CC" << endl;
if (!help_ops.value<CLI::proprietary_license> () &&
cmd == "version")