Adjusted the copyright string

git-svn-id: svn://svn.cc65.org/cc65/trunk@1648 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-25 17:33:58 +00:00
parent 85e36f2ea5
commit 345d2ddf54
4 changed files with 4 additions and 4 deletions

View File

@@ -201,7 +201,7 @@ static void OptVersion (const char* Opt attribute ((unused)),
/* Print the assembler version */
{
fprintf (stderr,
"%s V%u.%u.%u - (C) Copyright 2000 Ullrich von Bassewitz\n",
"%s V%u.%u.%u - (C) Copyright 2000-2002 Ullrich von Bassewitz\n",
ProgName, VER_MAJOR, VER_MINOR, VER_PATCH);
}