Skip to content

Commit

Permalink
date
Browse files Browse the repository at this point in the history
svn path=/trunk/mcs/; revision=14335
  • Loading branch information
Johannes Roith committed May 6, 2003
1 parent 9481364 commit 3c055d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcs/mcs/driver.cs
Expand Up @@ -187,7 +187,7 @@ static void parse (SourceFile file)
static void Usage ()
{
Console.WriteLine (
"Mono C# compiler, (C) 2001 Ximian, Inc.\n" +
"Mono C# compiler, (C) 2001 - 2003 Ximian, Inc.\n" +
"mcs [options] source-files\n" +
" --about About the Mono C# compiler\n" +
" -checked[+|-] Set default context to checked\n" +
Expand Down Expand Up @@ -233,7 +233,7 @@ static void TargetUsage ()
static void About ()
{
Console.WriteLine (
"The Mono C# compiler is (C) 2001, 2002 Ximian, Inc.\n\n" +
"The Mono C# compiler is (C) 2001 - 2003 Ximian, Inc.\n\n" +
"The compiler source code is released under the terms of the GNU GPL\n\n" +

"For more information on Mono, visit the project Web site\n" +
Expand Down

0 comments on commit 3c055d5

Please sign in to comment.