aboutsummaryrefslogtreecommitdiff
path: root/xsde/xsde.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:51:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:51:26 +0200
commit9aaa002bf85e75bae1228af620987ae8743a267a (patch)
treec9a4bb0a35762904ed64b5218334c1bcb1bb03fe /xsde/xsde.cxx
parent252f5c6d0a5912162e355b871cf6e150b4c64f06 (diff)
Copyright update
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 9695208..e0d9d72 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-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <iostream>
@@ -235,7 +235,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-2010 Code Synthesis Tools CC" << endl;
+ << "Copyright (c) 2005-2011 Code Synthesis Tools CC" << endl;
if (!help_ops.value<CLI::proprietary_license> () &&
cmd == "version")