From ee9f88963c0f29029334fffc12c91cf758c2464c Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Sun, 6 Jan 2008 00:47:40 +0000 Subject: 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" --- src/emu/sound/es5503.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/sound/es5503.c') diff --git a/src/emu/sound/es5503.c b/src/emu/sound/es5503.c index c804d7fab73..e21440aa54f 100644 --- a/src/emu/sound/es5503.c +++ b/src/emu/sound/es5503.c @@ -3,7 +3,7 @@ ES5503 - Ensoniq ES5503 "DOC" emulator v1.0 By R. Belmont. - Copyright (c) 2005-2007 R. Belmont. + Copyright R. Belmont. This software is dual-licensed: it may be used in MAME and properly licensed MAME derivatives under the terms of the MAME license. For use outside of @@ -545,7 +545,7 @@ void es5503_get_info(void *token, UINT32 state, sndinfo *info) case SNDINFO_STR_CORE_FAMILY: info->s = "Ensoniq ES550x"; 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) 2005-2007 R. Belmont"; break; + case SNDINFO_STR_CORE_CREDITS: info->s = "Copyright R. Belmont"; break; } } -- cgit v1.2.3-70-g09d2