aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--configure.ac2
-rw-r--r--doc/mpd.12
-rw-r--r--src/ack.h2
-rw-r--r--src/audio.c2
-rw-r--r--src/audio.h2
-rw-r--r--src/audioOutput.c2
-rw-r--r--src/audioOutput.h2
-rw-r--r--src/audioOutputs/audioOutput_alsa.c2
-rw-r--r--src/audioOutputs/audioOutput_ao.c2
-rw-r--r--src/audioOutputs/audioOutput_mvp.c2
-rw-r--r--src/audioOutputs/audioOutput_oss.c2
-rw-r--r--src/audioOutputs/audioOutput_osx.c2
-rw-r--r--src/audioOutputs/audioOutput_pulse.c2
-rw-r--r--src/audioOutputs/audioOutput_shout.c2
-rw-r--r--src/buffer2array.c2
-rw-r--r--src/buffer2array.h2
-rw-r--r--src/charConv.c2
-rw-r--r--src/charConv.h2
-rw-r--r--src/command.c2
-rw-r--r--src/command.h2
-rw-r--r--src/conf.c2
-rw-r--r--src/conf.h2
-rw-r--r--src/dbUtils.c2
-rw-r--r--src/dbUtils.h2
-rw-r--r--src/decode.c2
-rw-r--r--src/decode.h2
-rw-r--r--src/directory.c2
-rw-r--r--src/directory.h2
-rw-r--r--src/inputPlugin.c2
-rw-r--r--src/inputPlugin.h2
-rw-r--r--src/inputPlugins/_flac_common.c2
-rw-r--r--src/inputPlugins/_flac_common.h2
-rw-r--r--src/inputPlugins/_ogg_common.c2
-rw-r--r--src/inputPlugins/_ogg_common.h2
-rw-r--r--src/inputPlugins/aac_plugin.c2
-rw-r--r--src/inputPlugins/audiofile_plugin.c2
-rw-r--r--src/inputPlugins/flac_plugin.c2
-rw-r--r--src/inputPlugins/mod_plugin.c2
-rw-r--r--src/inputPlugins/mp3_plugin.c2
-rw-r--r--src/inputPlugins/mp4_plugin.c2
-rw-r--r--src/inputPlugins/mpc_plugin.c2
-rw-r--r--src/inputPlugins/oggflac_plugin.c2
-rw-r--r--src/inputPlugins/oggvorbis_plugin.c2
-rw-r--r--src/inputStream.c2
-rw-r--r--src/inputStream.h2
-rw-r--r--src/inputStream_file.c2
-rw-r--r--src/inputStream_file.h2
-rw-r--r--src/inputStream_http.c2
-rw-r--r--src/inputStream_http.h2
-rw-r--r--src/interface.c2
-rw-r--r--src/interface.h2
-rw-r--r--src/list.c2
-rw-r--r--src/list.h2
-rw-r--r--src/listen.c2
-rw-r--r--src/listen.h2
-rw-r--r--src/log.c2
-rw-r--r--src/log.h2
-rw-r--r--src/ls.c2
-rw-r--r--src/ls.h2
-rw-r--r--src/main.c4
-rw-r--r--src/metadataChunk.c2
-rw-r--r--src/metadataChunk.h2
-rw-r--r--src/mpd_types.h2
-rw-r--r--src/myfprintf.c2
-rw-r--r--src/myfprintf.h2
-rw-r--r--src/outputBuffer.c2
-rw-r--r--src/outputBuffer.h2
-rw-r--r--src/path.c2
-rw-r--r--src/path.h2
-rw-r--r--src/pcm_utils.c2
-rw-r--r--src/pcm_utils.h2
-rw-r--r--src/permission.c2
-rw-r--r--src/permission.h2
-rw-r--r--src/player.c2
-rw-r--r--src/player.h2
-rw-r--r--src/playerData.c2
-rw-r--r--src/playerData.h2
-rw-r--r--src/playlist.c2
-rw-r--r--src/playlist.h2
-rw-r--r--src/replayGain.c2
-rw-r--r--src/replayGain.h2
-rw-r--r--src/sig_handlers.c2
-rw-r--r--src/sig_handlers.h2
-rw-r--r--src/signal_check.c2
-rw-r--r--src/signal_check.h2
-rw-r--r--src/song.c2
-rw-r--r--src/song.h2
-rw-r--r--src/stats.c2
-rw-r--r--src/stats.h2
-rw-r--r--src/tag.c2
-rw-r--r--src/tag.h2
-rw-r--r--src/tagTracker.c2
-rw-r--r--src/tagTracker.h2
-rw-r--r--src/tree.c2
-rw-r--r--src/tree.h2
-rw-r--r--src/utf8.c2
-rw-r--r--src/utf8.h2
-rw-r--r--src/utils.c2
-rw-r--r--src/utils.h2
-rw-r--r--src/volume.c2
-rw-r--r--src/volume.h2
102 files changed, 103 insertions, 103 deletions
diff --git a/AUTHORS b/AUTHORS
index 10c8966a..f7a147ee 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,4 @@
-Developer -> Warren Dukes <shank@mercury.chem.pitt.edu>
+Developer -> Warren Dukes <warren.dukes@gmail.com>
Developer -> tw-nym
audiofile support and command.c cleanup -> normalperson
setuid patch -> Nagilum
diff --git a/configure.ac b/configure.ac
index 5c2b0cfd..9e0ee6b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl AC_INIT(src/main.c)
dnl AM_INIT_AUTOMAKE(mpd, 0.10.0)
AC_PREREQ(2.52)
-AC_INIT(mpd, 0.12.0, shank@mercury.chem.pitt.edu)
+AC_INIT(mpd, 0.12.0, warren.dukes@gmail.com)
AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
dnl MAD wants this stuff
diff --git a/doc/mpd.1 b/doc/mpd.1
index 5741f672..c1ddf176 100644
--- a/doc/mpd.1
+++ b/doc/mpd.1
@@ -56,6 +56,6 @@ If you find a bug, please report it at
.br
<\fBhttp://www.musicpd.org/mantis/bug_report_page.php\fP>.
.SH AUTHORS
-Warren Dukes <warren.dukes __AT__ gmail.com>
+Warren Dukes <warren.dukes@gmail.com>
Special thanks to all the people that provided feedback and patches.
diff --git a/src/ack.h b/src/ack.h
index e5cc98be..a82b508b 100644
--- a/src/ack.h
+++ b/src/ack.h
@@ -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
diff --git a/src/audio.c b/src/audio.c
index e2e14a01..d0cd53da 100644
--- a/src/audio.c
+++ b/src/audio.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
diff --git a/src/audio.h b/src/audio.h
index c678dacc..810f3611 100644
--- a/src/audio.h
+++ b/src/audio.h
@@ -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
diff --git a/src/audioOutput.c b/src/audioOutput.c
index 8282ffb2..fea4609a 100644
--- a/src/audioOutput.c
+++ b/src/audioOutput.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
diff --git a/src/audioOutput.h b/src/audioOutput.h
index 87e91f67..870a4760 100644
--- a/src/audioOutput.h
+++ b/src/audioOutput.h
@@ -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
diff --git a/src/audioOutputs/audioOutput_alsa.c b/src/audioOutputs/audioOutput_alsa.c
index 080e4ccd..4484d2ca 100644
--- a/src/audioOutputs/audioOutput_alsa.c
+++ b/src/audioOutputs/audioOutput_alsa.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
diff --git a/src/audioOutputs/audioOutput_ao.c b/src/audioOutputs/audioOutput_ao.c
index 1df7a5f3..8251eeb2 100644
--- a/src/audioOutputs/audioOutput_ao.c
+++ b/src/audioOutputs/audioOutput_ao.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
diff --git a/src/audioOutputs/audioOutput_mvp.c b/src/audioOutputs/audioOutput_mvp.c
index 0b4c55f4..89331ec6 100644
--- a/src/audioOutputs/audioOutput_mvp.c
+++ b/src/audioOutputs/audioOutput_mvp.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
*
* Media MVP audio output based on code from MVPMC project:
diff --git a/src/audioOutputs/audioOutput_oss.c b/src/audioOutputs/audioOutput_oss.c
index 3f11adb0..02403124 100644
--- a/src/audioOutputs/audioOutput_oss.c
+++ b/src/audioOutputs/audioOutput_oss.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
*
* OSS audio output (c) 2004, 2005, 2006 by Eric Wong <eric@petta-tech.com>
diff --git a/src/audioOutputs/audioOutput_osx.c b/src/audioOutputs/audioOutput_osx.c
index 8b0f5a9a..87aed6e4 100644
--- a/src/audioOutputs/audioOutput_osx.c
+++ b/src/audioOutputs/audioOutput_osx.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
diff --git a/src/audioOutputs/audioOutput_pulse.c b/src/audioOutputs/audioOutput_pulse.c
index d2a79442..9baea5b6 100644
--- a/src/audioOutputs/audioOutput_pulse.c
+++ b/src/audioOutputs/audioOutput_pulse.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
diff --git a/src/audioOutputs/audioOutput_shout.c b/src/audioOutputs/audioOutput_shout.c
index b1586f6b..88916690 100644
--- a/src/audioOutputs/audioOutput_shout.c
+++ b/src/audioOutputs/audioOutput_shout.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
diff --git a/src/buffer2array.c b/src/buffer2array.c
index 7b1a6c7b..0d817026 100644
--- a/src/buffer2array.c
+++ b/src/buffer2array.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
diff --git a/src/buffer2array.h b/src/buffer2array.h
index 8593806e..fdb7d90a 100644
--- a/src/buffer2array.h
+++ b/src/buffer2array.h
@@ -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
diff --git a/src/charConv.c b/src/charConv.c
index 2ffe9e43..68ea3e35 100644
--- a/src/charConv.c
+++ b/src/charConv.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
diff --git a/src/charConv.h b/src/charConv.h
index 8322cdfd..e541eae6 100644
--- a/src/charConv.h
+++ b/src/charConv.h
@@ -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
diff --git a/src/command.c b/src/command.c
index d2ed365a..ea7d0913 100644
--- a/src/command.c
+++ b/src/command.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
diff --git a/src/command.h b/src/command.h
index 44d93bed..2f025f3b 100644
--- a/src/command.h
+++ b/src/command.h
@@ -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
diff --git a/src/conf.c b/src/conf.c
index 72cabfd7..cbf94bdd 100644
--- a/src/conf.c
+++ b/src/conf.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
diff --git a/src/conf.h b/src/conf.h
index 4eaa1f61..90811e4a 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -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
diff --git a/src/dbUtils.c b/src/dbUtils.c
index c8a0dc81..ecc8b887 100644
--- a/src/dbUtils.c
+++ b/src/dbUtils.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
diff --git a/src/dbUtils.h b/src/dbUtils.h
index cdcdf74b..9a87d708 100644
--- a/src/dbUtils.h
+++ b/src/dbUtils.h
@@ -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
diff --git a/src/decode.c b/src/decode.c
index ae5d050b..031d6dcd 100644
--- a/src/decode.c
+++ b/src/decode.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
diff --git a/src/decode.h b/src/decode.h
index 2f43f3aa..f0c4e436 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -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
diff --git a/src/directory.c b/src/directory.c
index b4b02107..373c2dc9 100644
--- a/src/directory.c
+++ b/src/directory.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
diff --git a/src/directory.h b/src/directory.h
index 03747783..361e265a 100644
--- a/src/directory.h
+++ b/src/directory.h
@@ -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
diff --git a/src/inputPlugin.c b/src/inputPlugin.c
index e3d08079..55dcf01e 100644
--- a/src/inputPlugin.c
+++ b/src/inputPlugin.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
diff --git a/src/inputPlugin.h b/src/inputPlugin.h
index 8d538ad7..b7de1ca9 100644
--- a/src/inputPlugin.h
+++ b/src/inputPlugin.h
@@ -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
diff --git a/src/inputPlugins/_flac_common.c b/src/inputPlugins/_flac_common.c
index 8b393c2d..84b54ebe 100644
--- a/src/inputPlugins/_flac_common.c
+++ b/src/inputPlugins/_flac_common.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
*
* Common data structures and functions used by FLAC and OggFLAC
diff --git a/src/inputPlugins/_flac_common.h b/src/inputPlugins/_flac_common.h
index 336c869f..88fa4da5 100644
--- a/src/inputPlugins/_flac_common.h
+++ b/src/inputPlugins/_flac_common.h
@@ -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
*
* Common data structures and functions used by FLAC and OggFLAC
diff --git a/src/inputPlugins/_ogg_common.c b/src/inputPlugins/_ogg_common.c
index 3e8d209a..1f1012cd 100644
--- a/src/inputPlugins/_ogg_common.c
+++ b/src/inputPlugins/_ogg_common.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
*
* Common functions used for Ogg data streams (Ogg-Vorbis and OggFLAC)
diff --git a/src/inputPlugins/_ogg_common.h b/src/inputPlugins/_ogg_common.h
index 5c9a4f8a..aebb7512 100644
--- a/src/inputPlugins/_ogg_common.h
+++ b/src/inputPlugins/_ogg_common.h
@@ -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
*
* Common functions used for Ogg data streams (Ogg-Vorbis and OggFLAC)
diff --git a/src/inputPlugins/aac_plugin.c b/src/inputPlugins/aac_plugin.c
index d62f8855..33fb03df 100644
--- a/src/inputPlugins/aac_plugin.c
+++ b/src/inputPlugins/aac_plugin.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
diff --git a/src/inputPlugins/audiofile_plugin.c b/src/inputPlugins/audiofile_plugin.c
index 92583ae4..0e52dc22 100644
--- a/src/inputPlugins/audiofile_plugin.c
+++ b/src/inputPlugins/audiofile_plugin.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
*
* libaudiofile (wave) support added by Eric Wong <normalperson@yhbt.net>
diff --git a/src/inputPlugins/flac_plugin.c b/src/inputPlugins/flac_plugin.c
index 583adc9f..b3e5f641 100644
--- a/src/inputPlugins/flac_plugin.c
+++ b/src/inputPlugins/flac_plugin.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
diff --git a/src/inputPlugins/mod_plugin.c b/src/inputPlugins/mod_plugin.c
index 1415481b..abdd08ba 100644
--- a/src/inputPlugins/mod_plugin.c
+++ b/src/inputPlugins/mod_plugin.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
diff --git a/src/inputPlugins/mp3_plugin.c b/src/inputPlugins/mp3_plugin.c
index 1e766f7e..fcae642a 100644
--- a/src/inputPlugins/mp3_plugin.c
+++ b/src/inputPlugins/mp3_plugin.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
diff --git a/src/inputPlugins/mp4_plugin.c b/src/inputPlugins/mp4_plugin.c
index d3b2679b..ae51ef98 100644
--- a/src/inputPlugins/mp4_plugin.c
+++ b/src/inputPlugins/mp4_plugin.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
diff --git a/src/inputPlugins/mpc_plugin.c b/src/inputPlugins/mpc_plugin.c
index 9a07cbc7..30878fc1 100644
--- a/src/inputPlugins/mpc_plugin.c
+++ b/src/inputPlugins/mpc_plugin.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
diff --git a/src/inputPlugins/oggflac_plugin.c b/src/inputPlugins/oggflac_plugin.c
index 864c5836..41bdbc75 100644
--- a/src/inputPlugins/oggflac_plugin.c
+++ b/src/inputPlugins/oggflac_plugin.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
*
* OggFLAC support (half-stolen from flac_plugin.c :))
diff --git a/src/inputPlugins/oggvorbis_plugin.c b/src/inputPlugins/oggvorbis_plugin.c
index 0dadb4d2..30034af6 100644
--- a/src/inputPlugins/oggvorbis_plugin.c
+++ b/src/inputPlugins/oggvorbis_plugin.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
diff --git a/src/inputStream.c b/src/inputStream.c
index abf43d79..a42a80e9 100644
--- a/src/inputStream.c
+++ b/src/inputStream.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
diff --git a/src/inputStream.h b/src/inputStream.h
index 58175454..f15be6cf 100644
--- a/src/inputStream.h
+++ b/src/inputStream.h
@@ -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
diff --git a/src/inputStream_file.c b/src/inputStream_file.c
index 2c3ac97b..96d84622 100644
--- a/src/inputStream_file.c
+++ b/src/inputStream_file.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
diff --git a/src/inputStream_file.h b/src/inputStream_file.h
index 4581952f..5fa1329e 100644
--- a/src/inputStream_file.h
+++ b/src/inputStream_file.h
@@ -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
diff --git a/src/inputStream_http.c b/src/inputStream_http.c
index b824d65b..35aa9ea0 100644
--- a/src/inputStream_http.c
+++ b/src/inputStream_http.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
diff --git a/src/inputStream_http.h b/src/inputStream_http.h
index cc01611e..df55377b 100644
--- a/src/inputStream_http.h
+++ b/src/inputStream_http.h
@@ -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
diff --git a/src/interface.c b/src/interface.c
index 42986524..eec29447 100644
--- a/src/interface.c
+++ b/src/interface.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
diff --git a/src/interface.h b/src/interface.h
index 4fecb1c4..07127477 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -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
diff --git a/src/list.c b/src/list.c
index 4a5f4f71..dc32e9c5 100644
--- a/src/list.c
+++ b/src/list.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
diff --git a/src/list.h b/src/list.h
index 3730adf5..6d5f5e0c 100644
--- a/src/list.h
+++ b/src/list.h
@@ -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
diff --git a/src/listen.c b/src/listen.c
index 612c5c1b..d6bd9558 100644
--- a/src/listen.c
+++ b/src/listen.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
diff --git a/src/listen.h b/src/listen.h
index db8436c9..d3c7927c 100644
--- a/src/listen.h
+++ b/src/listen.h
@@ -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
diff --git a/src/log.c b/src/log.c
index ccacd1b2..c35788bc 100644
--- a/src/log.c
+++ b/src/log.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
diff --git a/src/log.h b/src/log.h
index 954199e8..24a00faf 100644
--- a/src/log.h
+++ b/src/log.h
@@ -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
diff --git a/src/ls.c b/src/ls.c
index aea510af..dc36a888 100644
--- a/src/ls.c
+++ b/src/ls.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
diff --git a/src/ls.h b/src/ls.h
index 93bd9807..67614d62 100644
--- a/src/ls.h
+++ b/src/ls.h
@@ -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
diff --git a/src/main.c b/src/main.c
index 51518485..6cfeb75e 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");
diff --git a/src/metadataChunk.c b/src/metadataChunk.c
index f0aaeb1c..11962f73 100644
--- a/src/metadataChunk.c
+++ b/src/metadataChunk.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
diff --git a/src/metadataChunk.h b/src/metadataChunk.h
index a427bbb0..ff595f5c 100644
--- a/src/metadataChunk.h
+++ b/src/metadataChunk.h
@@ -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
diff --git a/src/mpd_types.h b/src/mpd_types.h
index 629a4974..8fa6ed68 100644
--- a/src/mpd_types.h
+++ b/src/mpd_types.h
@@ -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
diff --git a/src/myfprintf.c b/src/myfprintf.c
index d64dd98d..ee2bcc46 100644
--- a/src/myfprintf.c
+++ b/src/myfprintf.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
diff --git a/src/myfprintf.h b/src/myfprintf.h
index 1e7b36cc..4bebbc71 100644
--- a/src/myfprintf.h
+++ b/src/myfprintf.h
@@ -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
diff --git a/src/outputBuffer.c b/src/outputBuffer.c
index 21cb4271..d1f66f6d 100644
--- a/src/outputBuffer.c
+++ b/src/outputBuffer.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
diff --git a/src/outputBuffer.h b/src/outputBuffer.h
index 96167af0..81b1c5cb 100644
--- a/src/outputBuffer.h
+++ b/src/outputBuffer.h
@@ -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
diff --git a/src/path.c b/src/path.c
index ef22128b..dd402d1c 100644
--- a/src/path.c
+++ b/src/path.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
diff --git a/src/path.h b/src/path.h
index 2c0be391..43670f81 100644
--- a/src/path.h
+++ b/src/path.h
@@ -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
diff --git a/src/pcm_utils.c b/src/pcm_utils.c
index 1b92f3df..c7bcaa20 100644
--- a/src/pcm_utils.c
+++ b/src/pcm_utils.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
diff --git a/src/pcm_utils.h b/src/pcm_utils.h
index 9663bc5f..a366c2a2 100644
--- a/src/pcm_utils.h
+++ b/src/pcm_utils.h
@@ -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
diff --git a/src/permission.c b/src/permission.c
index 88f2ee55..3b6f7d14 100644
--- a/src/permission.c
+++ b/src/permission.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
diff --git a/src/permission.h b/src/permission.h
index b983a1ab..7fec6f53 100644
--- a/src/permission.h
+++ b/src/permission.h
@@ -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
diff --git a/src/player.c b/src/player.c
index 7b49547a..54d20c9a 100644
--- a/src/player.c
+++ b/src/player.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
diff --git a/src/player.h b/src/player.h
index 4da77d8b..9d65a49f 100644
--- a/src/player.h
+++ b/src/player.h
@@ -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
diff --git a/src/playerData.c b/src/playerData.c
index ef80aedc..9e896ac9 100644
--- a/src/playerData.c
+++ b/src/playerData.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
diff --git a/src/playerData.h b/src/playerData.h
index 76b4ca13..593a4c34 100644
--- a/src/playerData.h
+++ b/src/playerData.h
@@ -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
diff --git a/src/playlist.c b/src/playlist.c
index 1cdf7ca5..c8f3ecf9 100644
--- a/src/playlist.c
+++ b/src/playlist.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
diff --git a/src/playlist.h b/src/playlist.h
index 6efb56b7..154ae55f 100644
--- a/src/playlist.h
+++ b/src/playlist.h
@@ -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
diff --git a/src/replayGain.c b/src/replayGain.c
index 8ab93581..b1c7e92d 100644
--- a/src/replayGain.c
+++ b/src/replayGain.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)
* (c)2004 replayGain code by AliasMrJones
* This project's homepage is: http://www.musicpd.org
*
diff --git a/src/replayGain.h b/src/replayGain.h
index 912970cf..789a25ce 100644
--- a/src/replayGain.h
+++ b/src/replayGain.h
@@ -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)
* (c)2004 replayGain code by AliasMrJones
* This project's homepage is: http://www.musicpd.org
*
diff --git a/src/sig_handlers.c b/src/sig_handlers.c
index 4a253446..a1bbb537 100644
--- a/src/sig_handlers.c
+++ b/src/sig_handlers.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)
* (c) 2004 Nick Welch (mack@incise.org)
* This project's homepage is: http://www.musicpd.org
*
diff --git a/src/sig_handlers.h b/src/sig_handlers.h
index b68d8fd3..186ebb85 100644
--- a/src/sig_handlers.h
+++ b/src/sig_handlers.h
@@ -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
diff --git a/src/signal_check.c b/src/signal_check.c
index 9b1096ff..c0652535 100644
--- a/src/signal_check.c
+++ b/src/signal_check.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
* (c)2004 by mackstann
* This project's homepage is: http://www.musicpd.org
*
diff --git a/src/signal_check.h b/src/signal_check.h
index 24e9ab73..4ba72fbb 100644
--- a/src/signal_check.h
+++ b/src/signal_check.h
@@ -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
* (c)2004 by mackstann
* This project's homepage is: http://www.musicpd.org
*
diff --git a/src/song.c b/src/song.c
index fa105b3c..94d7896c 100644
--- a/src/song.c
+++ b/src/song.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
diff --git a/src/song.h b/src/song.h
index 9538b5ff..f880adea 100644
--- a/src/song.h
+++ b/src/song.h
@@ -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
diff --git a/src/stats.c b/src/stats.c
index 5162296b..2b7f6c21 100644
--- a/src/stats.c
+++ b/src/stats.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
diff --git a/src/stats.h b/src/stats.h
index 518dcc21..d64ec90a 100644
--- a/src/stats.h
+++ b/src/stats.h
@@ -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
diff --git a/src/tag.c b/src/tag.c
index 1543642a..425b9742 100644
--- a/src/tag.c
+++ b/src/tag.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
diff --git a/src/tag.h b/src/tag.h
index beffc4a9..f0afba03 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -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
diff --git a/src/tagTracker.c b/src/tagTracker.c
index 1b769b6b..81824b49 100644
--- a/src/tagTracker.c
+++ b/src/tagTracker.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
diff --git a/src/tagTracker.h b/src/tagTracker.h
index 301da29d..7cb9fa49 100644
--- a/src/tagTracker.h
+++ b/src/tagTracker.h
@@ -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
diff --git a/src/tree.c b/src/tree.c
index 38853060..74dcb48d 100644
--- a/src/tree.c
+++ b/src/tree.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
diff --git a/src/tree.h b/src/tree.h
index d4beea35..7976cac8 100644
--- a/src/tree.h
+++ b/src/tree.h
@@ -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
diff --git a/src/utf8.c b/src/utf8.c
index 20981a67..c0b7d694 100644
--- a/src/utf8.c
+++ b/src/utf8.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
diff --git a/src/utf8.h b/src/utf8.h
index 62a60905..abc843e9 100644
--- a/src/utf8.h
+++ b/src/utf8.h
@@ -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
diff --git a/src/utils.c b/src/utils.c
index eb370252..6cc66e37 100644
--- a/src/utils.c
+++ b/src/utils.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
diff --git a/src/utils.h b/src/utils.h
index 902f6244..ed22a9bb 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -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
diff --git a/src/volume.c b/src/volume.c
index 8f5f0522..c3de951d 100644
--- a/src/volume.c
+++ b/src/volume.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
diff --git a/src/volume.h b/src/volume.h
index 941cc28f..0c0307da 100644
--- a/src/volume.h
+++ b/src/volume.h
@@ -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