From a34d2bb1f5f3fc5c533b8440ac78fdd0a55775ea Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 21 May 2018 11:58:06 +0300 Subject: Update copyright year --- cli/cli.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/cli.cxx') diff --git a/cli/cli.cxx b/cli/cli.cxx index 6465a51..63dbadc 100644 --- a/cli/cli.cxx +++ b/cli/cli.cxx @@ -1,6 +1,6 @@ // file : cli/cli.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include @@ -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-2017 Code Synthesis Tools CC" << endl; + << "Copyright (c) 2009-2018 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 " -- cgit v1.1