From 2fa7125ccead7b1b97bc94a62b29135b9ddc5481 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Fri, 14 Jul 2006 19:37:45 +0000 Subject: Change shank's email address git-svn-id: https://svn.musicpd.org/mpd/trunk@4333 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- AUTHORS | 2 +- configure.ac | 2 +- doc/mpd.1 | 2 +- src/ack.h | 2 +- src/audio.c | 2 +- src/audio.h | 2 +- src/audioOutput.c | 2 +- src/audioOutput.h | 2 +- src/audioOutputs/audioOutput_alsa.c | 2 +- src/audioOutputs/audioOutput_ao.c | 2 +- src/audioOutputs/audioOutput_mvp.c | 2 +- src/audioOutputs/audioOutput_oss.c | 2 +- src/audioOutputs/audioOutput_osx.c | 2 +- src/audioOutputs/audioOutput_pulse.c | 2 +- src/audioOutputs/audioOutput_shout.c | 2 +- src/buffer2array.c | 2 +- src/buffer2array.h | 2 +- src/charConv.c | 2 +- src/charConv.h | 2 +- src/command.c | 2 +- src/command.h | 2 +- src/conf.c | 2 +- src/conf.h | 2 +- src/dbUtils.c | 2 +- src/dbUtils.h | 2 +- src/decode.c | 2 +- src/decode.h | 2 +- src/directory.c | 2 +- src/directory.h | 2 +- src/inputPlugin.c | 2 +- src/inputPlugin.h | 2 +- src/inputPlugins/_flac_common.c | 2 +- src/inputPlugins/_flac_common.h | 2 +- src/inputPlugins/_ogg_common.c | 2 +- src/inputPlugins/_ogg_common.h | 2 +- src/inputPlugins/aac_plugin.c | 2 +- src/inputPlugins/audiofile_plugin.c | 2 +- src/inputPlugins/flac_plugin.c | 2 +- src/inputPlugins/mod_plugin.c | 2 +- src/inputPlugins/mp3_plugin.c | 2 +- src/inputPlugins/mp4_plugin.c | 2 +- src/inputPlugins/mpc_plugin.c | 2 +- src/inputPlugins/oggflac_plugin.c | 2 +- src/inputPlugins/oggvorbis_plugin.c | 2 +- src/inputStream.c | 2 +- src/inputStream.h | 2 +- src/inputStream_file.c | 2 +- src/inputStream_file.h | 2 +- src/inputStream_http.c | 2 +- src/inputStream_http.h | 2 +- src/interface.c | 2 +- src/interface.h | 2 +- src/list.c | 2 +- src/list.h | 2 +- src/listen.c | 2 +- src/listen.h | 2 +- src/log.c | 2 +- src/log.h | 2 +- src/ls.c | 2 +- src/ls.h | 2 +- src/main.c | 4 ++-- src/metadataChunk.c | 2 +- src/metadataChunk.h | 2 +- src/mpd_types.h | 2 +- src/myfprintf.c | 2 +- src/myfprintf.h | 2 +- src/outputBuffer.c | 2 +- src/outputBuffer.h | 2 +- src/path.c | 2 +- src/path.h | 2 +- src/pcm_utils.c | 2 +- src/pcm_utils.h | 2 +- src/permission.c | 2 +- src/permission.h | 2 +- src/player.c | 2 +- src/player.h | 2 +- src/playerData.c | 2 +- src/playerData.h | 2 +- src/playlist.c | 2 +- src/playlist.h | 2 +- src/replayGain.c | 2 +- src/replayGain.h | 2 +- src/sig_handlers.c | 2 +- src/sig_handlers.h | 2 +- src/signal_check.c | 2 +- src/signal_check.h | 2 +- src/song.c | 2 +- src/song.h | 2 +- src/stats.c | 2 +- src/stats.h | 2 +- src/tag.c | 2 +- src/tag.h | 2 +- src/tagTracker.c | 2 +- src/tagTracker.h | 2 +- src/tree.c | 2 +- src/tree.h | 2 +- src/utf8.c | 2 +- src/utf8.h | 2 +- src/utils.c | 2 +- src/utils.h | 2 +- src/volume.c | 2 +- src/volume.h | 2 +- 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 +Developer -> Warren Dukes 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 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 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 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 \n"); + LOG("Copyright (C) 2003-2004 Warren Dukes \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 -- cgit v1.2.3