summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/clifront.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/clifront.c')
-rw-r--r--src/emu/clifront.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/clifront.c b/src/emu/clifront.c
index 7b22efc8f90..baeefa5cb4c 100644
--- a/src/emu/clifront.c
+++ b/src/emu/clifront.c
@@ -4,7 +4,7 @@
Command-line interface frontend for MAME.
- 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.
***************************************************************************/
@@ -310,7 +310,7 @@ static void display_help(void)
{
#ifndef MESS
mame_printf_info("M.A.M.E. v%s - Multiple Arcade Machine Emulator\n"
- "Copyright (C) 1997-2007 by Nicola Salmoria and the MAME Team\n\n", build_version);
+ "Copyright Nicola Salmoria and the MAME Team\n\n", build_version);
mame_printf_info("%s\n", mame_disclaimer);
mame_printf_info("Usage: MAME gamename [options]\n\n"
" MAME -showusage for a brief list of options\n"