From 53b8695810131792357c833cb6c8237df117ea3b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Jan 2011 15:57:45 +0200 Subject: Copyright update --- 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 15fabb2..df7fd97 100644 --- a/cli/cli.cxx +++ b/cli/cli.cxx @@ -1,6 +1,6 @@ // file : cli/cli.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include // 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-2010 Code Synthesis Tools CC" << endl; + << "Copyright (c) 2009-2011 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 " -- cgit v1.1