summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/gaelco.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/gaelco.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/gaelco.c')
-rw-r--r--src/emu/sound/gaelco.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/gaelco.c b/src/emu/sound/gaelco.c
index f068ec0d805..61fecc0d06d 100644
--- a/src/emu/sound/gaelco.c
+++ b/src/emu/sound/gaelco.c
@@ -328,7 +328,7 @@ void gaelco_gae1_get_info(void *token, UINT32 state, sndinfo *info)
case SNDINFO_STR_CORE_FAMILY: info->s = "Gaelco 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;
}
}
@@ -364,7 +364,7 @@ void gaelco_cg1v_get_info(void *token, UINT32 state, sndinfo *info)
case SNDINFO_STR_CORE_FAMILY: info->s = "Gaelco 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;
}
}