No copyright message here.

This commit is contained in:
Oliver Schmidt
2013-04-27 17:39:52 +02:00
parent 052b229f86
commit f2f3c8addf
8 changed files with 8 additions and 22 deletions

View File

@@ -1204,9 +1204,7 @@ static void OptVersion (const char* Opt attribute ((unused)),
const char* Arg attribute ((unused)))
/* Print version number */
{
fprintf (stderr,
"cl65 V%s - (C) Copyright 1998-2011 Ullrich von Bassewitz\n",
GetVersionAsString ());
fprintf (stderr, "cl65 V%s\n", GetVersionAsString ());
}