summaryrefslogtreecommitdiff
path: root/xsd/xsd.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:42:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:42:25 +0200
commit7c064687415c895334650321bd5bc34453b0ce38 (patch)
tree9932ca1c470f2afbf80a9c9cb4ebfac0565ff6e8 /xsd/xsd.cxx
parent0ca328cb9026aa53064a147226ef5b296426ea5f (diff)
Copyright update
Diffstat (limited to 'xsd/xsd.cxx')
-rw-r--r--xsd/xsd.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xsd/xsd.cxx b/xsd/xsd.cxx
index 1c66a8a..d2d7248 100644
--- a/xsd/xsd.cxx
+++ b/xsd/xsd.cxx
@@ -1,6 +1,6 @@
// file : xsd/xsd.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 <cult/types.hxx>
@@ -257,7 +257,7 @@ main (Int argc, Char* argv[])
{
e << "CodeSynthesis XSD XML Schema to C++ compiler " <<
XSD_STR_VERSION << endl
- << "Copyright (C) 2005-2010 Code Synthesis Tools CC" << endl;
+ << "Copyright (c) 2005-2011 Code Synthesis Tools CC" << endl;
if (!help_options.value<CLI::proprietary_license> () &&
cmd == "version")