summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/multipcm.c
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/sound/multipcm.c
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/sound/multipcm.c')
-rw-r--r--src/emu/sound/multipcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/multipcm.c b/src/emu/sound/multipcm.c
index 8310235d0a9..6055837e677 100644
--- a/src/emu/sound/multipcm.c
+++ b/src/emu/sound/multipcm.c
@@ -545,7 +545,7 @@ void multipcm_get_info(void *token, UINT32 state, sndinfo *info)
case SNDINFO_STR_CORE_FAMILY: info->s = "Sega custom"; 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;
}
}