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

@@ -166,9 +166,7 @@ static void OptVersion (const char* Opt attribute ((unused)),
const char* Arg attribute ((unused)))
/* Print the program version */
{
fprintf (stderr,
"grc65 V%s - (C) Copyright, Maciej 'YTM/Elysium' Witkowiak\n",
GetVersionAsString ());
fprintf (stderr, "grc65 V%s\n", GetVersionAsString ());
}