No copyright message here.

This commit is contained in:
Oliver Schmidt
2013-04-07 22:14:16 +02:00
parent 54299fae5a
commit 29c522fc5a
4 changed files with 3 additions and 12 deletions

View File

@@ -600,7 +600,7 @@ static void OptVersion (const char* Opt attribute ((unused)),
const char* Arg attribute ((unused)))
/* Print the assembler version */
{
fprintf (stderr, "ca65 V%s - %s\n", GetVersionAsString (), Copyright);
fprintf (stderr, "ca65 V%s\n", GetVersionAsString ());
}