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 10c8966ab..f7a147ee5 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 5c2b0cfd5..9e0ee6b08 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 5741f6726..c1ddf1762 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 e5cc98be0..a82b508b2 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 e2e14a010..d0cd53da3 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 c678dacc6..810f36110 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 8282ffb26..fea4609a6 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 87e91f678..870a4760f 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 080e4ccd3..4484d2ca4 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 1df7a5f3e..8251eeb21 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 0b4c55f42..89331ec6d 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 3f11adb0c..02403124e 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 8b0f5a9a6..87aed6e45 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 d2a794429..9baea5b68 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 b1586f6be..889166903 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 7b1a6c7bf..0d8170260 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 8593806ee..fdb7d90a8 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 2ffe9e43a..68ea3e357 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 8322cdfd9..e541eae69 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 d2ed365a9..ea7d0913b 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 44d93bed0..2f025f3b1 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 72cabfd78..cbf94bdd7 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 4eaa1f612..90811e4af 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 c8a0dc81e..ecc8b8878 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 cdcdf74bf..9a87d7080 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 ae5d050b0..031d6dcde 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 2f43f3aae..f0c4e4367 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 b4b021078..373c2dc94 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 037477836..361e265ac 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 e3d080792..55dcf01e4 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 8d538ad74..b7de1ca96 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 8b393c2d2..84b54ebef 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 336c869f6..88fa4da58 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 3e8d209a3..1f1012cd3 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 5c9a4f8a6..aebb75128 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 d62f8855e..33fb03dfb 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 92583ae45..0e52dc22f 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 583adc9f5..b3e5f6418 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 1415481ba..abdd08ba9 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 1e766f7e6..fcae642a2 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 d3b2679b6..ae51ef987 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 9a07cbc73..30878fc16 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 864c58367..41bdbc751 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 0dadb4d24..30034af69 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 abf43d792..a42a80e9c 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 58175454e..f15be6cf9 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 2c3ac97b3..96d846220 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 4581952f9..5fa1329e1 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 b824d65b5..35aa9ea0c 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 cc01611ea..df55377b9 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 429865240..eec294477 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 4fecb1c4a..071274779 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 4a5f4f712..dc32e9c55 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 3730adf5e..6d5f5e0c7 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 612c5c1b1..d6bd9558b 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 db8436c9e..d3c7927c2 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 ccacd1b2a..c35788bcf 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 954199e8b..24a00faf2 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 aea510afd..dc36a888a 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 93bd9807f..67614d62c 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 515184855..6cfeb75e6 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) + * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) * This project's homepage is: http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -127,7 +127,7 @@ void usage(char * argv[]) { void version() { LOG("mpd (MPD: Music Player Daemon) %s\n",VERSION); LOG("\n"); - LOG("Copyright (C) 2003-2004 Warren Dukes \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 f0aaeb1c8..11962f73c 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 a427bbb0c..ff595f5c4 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 629a49748..8fa6ed686 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 d64dd98d5..ee2bcc467 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 1e7b36cc3..4bebbc712 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 21cb4271f..d1f66f6dc 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 96167af0f..81b1c5cbb 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 ef22128bf..dd402d1cc 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 2c0be3914..43670f81b 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 1b92f3df4..c7bcaa208 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 9663bc5f9..a366c2a2d 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 88f2ee551..3b6f7d142 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 b983a1ab7..7fec6f53e 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 7b49547a0..54d20c9ae 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 4da77d8ba..9d65a49fa 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 ef80aedc0..9e896ac9c 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 76b4ca133..593a4c343 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 1cdf7ca5e..c8f3ecf9a 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 6efb56b7f..154ae55f2 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 8ab93581d..b1c7e92d4 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 912970cf8..789a25ce9 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 4a2534462..a1bbb5379 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 b68d8fd35..186ebb85f 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 9b1096ff6..c06525350 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 24e9ab73b..4ba72fbbf 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 fa105b3cf..94d7896c6 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 9538b5ff3..f880adea5 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 5162296be..2b7f6c218 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 518dcc21a..d64ec90a5 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 1543642a0..425b9742a 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 beffc4a9a..f0afba03d 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 1b769b6b7..81824b49c 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 301da29d1..7cb9fa49a 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 388530609..74dcb48d9 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 d4beea35e..7976cac8c 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 20981a67c..c0b7d694a 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 62a609051..abc843e9d 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 eb370252e..6cc66e379 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 902f6244d..ed22a9bb1 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 8f5f05227..c3de951d1 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 941cc28f7..0c0307da5 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