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

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