summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/ccpu
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-01-06 00:47:40 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-01-06 00:47:40 +0000
commitee9f88963c0f29029334fffc12c91cf758c2464c (patch)
tree85a5a2e967364e9b4fd22087e4b608ec29f158ff /src/emu/cpu/ccpu
parent33eeead1da2f6c80967a6c607c12f9964e4988b4 (diff)
Copyright cleanup:
- removed years from copyright notices - removed redundant (c) from copyright notices - updated "the MAME Team" to be "Nicola Salmoria and the MAME Team"
Diffstat (limited to 'src/emu/cpu/ccpu')
-rw-r--r--src/emu/cpu/ccpu/ccpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/ccpu/ccpu.c b/src/emu/cpu/ccpu/ccpu.c
index dac8c199bf5..78d8156f810 100644
--- a/src/emu/cpu/ccpu/ccpu.c
+++ b/src/emu/cpu/ccpu/ccpu.c
@@ -774,7 +774,7 @@ void ccpu_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Cinematronics CPU"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
- case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright 2004 Aaron Giles & Zonn Moore"); break;
+ case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Aaron Giles & Zonn Moore"); break;
case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c",