summaryrefslogtreecommitdiff
path: root/cli/cli.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:16:35 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:16:35 +0300
commitc994c25720606157ba5de25f1edb3ce72f5ac8b7 (patch)
tree66d1aafe48f8624b887fb374c51bab01e4e75ef3 /cli/cli.cxx
parent07bb1c6ca91ad2983ddd1076c550c09cc6a09fdb (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 63dbadc..e6e5dec 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <vector>
@@ -40,7 +40,7 @@ main (int argc, char* argv[])
ostream& o (cout);
o << "CLI (command line interface compiler) " << CLI_VERSION_ID << endl
- << "Copyright (c) 2009-2018 Code Synthesis Tools CC" << endl;
+ << "Copyright (c) 2009-2019 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 "