date in (c) string

This commit is contained in:
Stanislav Shwartsman 2011-02-24 22:12:02 +00:00
parent 00981cd7a6
commit 0b60a50dd9
1 changed files with 1 additions and 1 deletions

View File

@ -894,7 +894,7 @@ Bit16u cdrom_boot();
static char bios_cvs_version_string[] = "$Revision$ $Date$";
#define BIOS_COPYRIGHT_STRING "(c) 2002 MandrakeSoft S.A. Written by Kevin Lawton & the Bochs team."
#define BIOS_COPYRIGHT_STRING "(c) 2002-2010 MandrakeSoft S.A. Written by Kevin Lawton & the Bochs team."
#if DEBUG_ATA
# define BX_DEBUG_ATA(a...) BX_DEBUG(a)