summaryrefslogtreecommitdiff
path: root/cli/cli.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-04 15:57:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-04 15:57:45 +0200
commit53b8695810131792357c833cb6c8237df117ea3b (patch)
tree80201017a31f918cf218816cfc9d64e6d2b2ad14 /cli/cli.cxx
parent0b4fcbeae101f2a5171217f65bab9c6545e853ba (diff)
Copyright update
Diffstat (limited to 'cli/cli.cxx')
-rw-r--r--cli/cli.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/cli.cxx b/cli/cli.cxx
index 15fabb2..df7fd97 100644
--- a/cli/cli.cxx
+++ b/cli/cli.cxx
@@ -1,6 +1,6 @@
// file : cli/cli.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <memory> // std::auto_ptr
@@ -32,7 +32,7 @@ main (int argc, char* argv[])
if (ops.version ())
{
e << "CodeSynthesis CLI command line interface compiler 1.1.0" << endl
- << "Copyright (C) 2009-2010 Code Synthesis Tools CC" << endl;
+ << "Copyright (c) 2009-2011 Code Synthesis Tools CC" << endl;
e << "This is free software; see the source for copying conditions. "
<< "There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS "