summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/mame.h')
-rw-r--r--src/emu/mame.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/mame.h b/src/emu/mame.h
index ed6485c1e0d..030c2c1778e 100644
--- a/src/emu/mame.h
+++ b/src/emu/mame.h
@@ -4,7 +4,7 @@
Controls execution of the core MAME system.
- 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.
***************************************************************************/
@@ -65,7 +65,7 @@
#define GAMENOUN "game"
#define GAMESNOUN "games"
#define HISTORYNAME "History"
-#define COPYRIGHT "Copyright 2007, Nicola Salmoria\nand the MAME team\nhttp://mamedev.org"
+#define COPYRIGHT "Copyright Nicola Salmoria\nand the MAME team\nhttp://mamedev.org"
#else
#define APPNAME "MESS"
#define APPNAME_LOWER "mess"
@@ -76,7 +76,7 @@
#define GAMENOUN "system"
#define GAMESNOUN "systems"
#define HISTORYNAME "System Info"
-#define COPYRIGHT "Copyright 2007, the MESS team\nhttp://mess.org"
+#define COPYRIGHT "Copyright the MESS team\nhttp://mess.org"
#endif