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

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