summaryrefslogtreecommitdiff
path: root/xsd/xsd.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:08:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:08:54 +0200
commit0153d99ab976ac88f432099ddfe840e15d4f6a8e (patch)
treea6465f13ea5f89edf4f28e920f3140627e53fdfc /xsd/xsd.cxx
parentf5ae370e716c28703928e849b0b5cad3a86a35d4 (diff)
Update copyright in source files
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 2a67ae9..f721699 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <cult/types.hxx>
@@ -239,7 +239,7 @@ main (Int argc, Char* argv[])
{
e << "CodeSynthesis XSD XML Schema to C++ compiler " <<
XSD_STR_VERSION << endl
- << "Copyright (C) 2005-2009 Code Synthesis Tools CC" << endl;
+ << "Copyright (C) 2005-2010 Code Synthesis Tools CC" << endl;
if (!help_options.value<CLI::proprietary_license> () &&
cmd == "version")