summaryrefslogtreecommitdiff
path: root/cli/cli.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:52:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:52:02 +0200
commit48787203dcc538aa7c34a556de1dacf276dc591b (patch)
tree03a7e57b33bb9fa6f315248975979011bf8196b9 /cli/cli.cxx
parent49db9688af142b2c4298177edb28b915e502a1ea (diff)
Update copyright
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 d1fd5d2..23552b4 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 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 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 Code Synthesis Tools CC" << endl;
+ << "Copyright (C) 2009-2010 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 "