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

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