diff options
author | 2008-01-06 00:47:40 +0000 | |
---|---|---|
committer | 2008-01-06 00:47:40 +0000 | |
commit | ee9f88963c0f29029334fffc12c91cf758c2464c (patch) | |
tree | 85a5a2e967364e9b4fd22087e4b608ec29f158ff /src/emu/sound/es5503.c | |
parent | 33eeead1da2f6c80967a6c607c12f9964e4988b4 (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/sound/es5503.c')
-rw-r--r-- | src/emu/sound/es5503.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } } |