aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 515184855..6cfeb75e6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
/* the Music Player Daemon (MPD)
- * (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu)
+ * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -127,7 +127,7 @@ void usage(char * argv[]) {
void version() {
LOG("mpd (MPD: Music Player Daemon) %s\n",VERSION);
LOG("\n");
- LOG("Copyright (C) 2003-2004 Warren Dukes <shank@mercury.chem.pitt.edu>\n");
+ LOG("Copyright (C) 2003-2004 Warren Dukes <warren.dukes@gmail.com>\n");
LOG("This is free software; see the source for copying conditions. There is NO\n");
LOG("warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
LOG("\n");