summaryrefslogtreecommitdiff
path: root/cli/cli.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cli.cxx')
-rw-r--r--cli/cli.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cli.cxx b/cli/cli.cxx
index 0798224..0c7f3a1 100644
--- a/cli/cli.cxx
+++ b/cli/cli.cxx
@@ -39,7 +39,7 @@ main (int argc, char* argv[])
ostream& o (cout);
o << "CLI (command line interface compiler) " << CLI_VERSION_ID << endl
- << "Copyright (c) 2009-2019 Code Synthesis Tools CC" << endl;
+ << "Copyright (c) " << CLI_COPYRIGHT << "." << endl;
o << "This is free software; see the source for copying conditions. "
<< "There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS "