summaryrefslogtreecommitdiff
path: root/cli/cli.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-03 13:02:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-03 13:02:10 +0200
commitb5d8062bd651e796bac77ae580e0e45947374a89 (patch)
treea0509144bc7755c0f23f464a7b8ba6fa4635d1b9 /cli/cli.cxx
parent3728e358f92d25434163b5bb58b7623950a8738d (diff)
Update copyright year
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 5adca18..b22d164 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <vector>
@@ -38,7 +38,7 @@ main (int argc, char* argv[])
ostream& o (cout);
o << "CodeSynthesis CLI command line interface compiler 1.2.0-a2" << endl
- << "Copyright (c) 2009-2011 Code Synthesis Tools CC" << endl;
+ << "Copyright (c) 2009-2017 Code Synthesis Tools CC" << endl;
o << "This is free software; see the source for copying conditions. "
<< "There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS "