diff options
Diffstat (limited to 'src/emu/sndintrf.c')
-rw-r--r-- | src/emu/sndintrf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sndintrf.c b/src/emu/sndintrf.c index 04c25cb9267..f841e3dec3d 100644 --- a/src/emu/sndintrf.c +++ b/src/emu/sndintrf.c @@ -4,7 +4,7 @@ Core sound interface functions and definitions. - Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. + Copyright Nicola Salmoria and the MAME Team. Visit http://mamedev.org for licensing and usage restrictions. **************************************************************************** @@ -958,6 +958,6 @@ static void dummy_sound_get_info(void *token, UINT32 state, sndinfo *info) case SNDINFO_STR_CORE_FAMILY: info->s = "Dummy"; break; case SNDINFO_STR_CORE_VERSION: info->s = "1.0"; break; case SNDINFO_STR_CORE_FILE: info->s = __FILE__; break; - case SNDINFO_STR_CORE_CREDITS: info->s = "Copyright (c) 2004, The MAME Team"; break; + case SNDINFO_STR_CORE_CREDITS: info->s = "Copyright Nicola Salmoria and the MAME Team"; break; } } |