Commit 2fa7125c authored by J. Alexander Treuman's avatar J. Alexander Treuman

Change shank's email address

git-svn-id: https://svn.musicpd.org/mpd/trunk@4333 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 2a65e866
Developer -> Warren Dukes <shank@mercury.chem.pitt.edu> Developer -> Warren Dukes <warren.dukes@gmail.com>
Developer -> tw-nym Developer -> tw-nym
audiofile support and command.c cleanup -> normalperson audiofile support and command.c cleanup -> normalperson
setuid patch -> Nagilum setuid patch -> Nagilum
......
...@@ -2,7 +2,7 @@ dnl AC_INIT(src/main.c) ...@@ -2,7 +2,7 @@ dnl AC_INIT(src/main.c)
dnl AM_INIT_AUTOMAKE(mpd, 0.10.0) dnl AM_INIT_AUTOMAKE(mpd, 0.10.0)
AC_PREREQ(2.52) 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) AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
dnl MAD wants this stuff dnl MAD wants this stuff
......
...@@ -56,6 +56,6 @@ If you find a bug, please report it at ...@@ -56,6 +56,6 @@ If you find a bug, please report it at
.br .br
<\fBhttp://www.musicpd.org/mantis/bug_report_page.php\fP>. <\fBhttp://www.musicpd.org/mantis/bug_report_page.php\fP>.
.SH AUTHORS .SH AUTHORS
Warren Dukes <warren.dukes __AT__ gmail.com> Warren Dukes <warren.dukes@gmail.com>
Special thanks to all the people that provided feedback and patches. Special thanks to all the people that provided feedback and patches.
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* Media MVP audio output based on code from MVPMC project: * Media MVP audio output based on code from MVPMC project:
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* OSS audio output (c) 2004, 2005, 2006 by Eric Wong <eric@petta-tech.com> * OSS audio output (c) 2004, 2005, 2006 by Eric Wong <eric@petta-tech.com>
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* Common data structures and functions used by FLAC and OggFLAC * Common data structures and functions used by FLAC and OggFLAC
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* Common data structures and functions used by FLAC and OggFLAC * Common data structures and functions used by FLAC and OggFLAC
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* Common functions used for Ogg data streams (Ogg-Vorbis and OggFLAC) * Common functions used for Ogg data streams (Ogg-Vorbis and OggFLAC)
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* Common functions used for Ogg data streams (Ogg-Vorbis and OggFLAC) * Common functions used for Ogg data streams (Ogg-Vorbis and OggFLAC)
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* libaudiofile (wave) support added by Eric Wong <normalperson@yhbt.net> * libaudiofile (wave) support added by Eric Wong <normalperson@yhbt.net>
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* OggFLAC support (half-stolen from flac_plugin.c :)) * OggFLAC support (half-stolen from flac_plugin.c :))
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
...@@ -127,7 +127,7 @@ void usage(char * argv[]) { ...@@ -127,7 +127,7 @@ void usage(char * argv[]) {
void version() { void version() {
LOG("mpd (MPD: Music Player Daemon) %s\n",VERSION); LOG("mpd (MPD: Music Player Daemon) %s\n",VERSION);
LOG("\n"); LOG("\n");
LOG("Copyright (C) 2003-2004 Warren Dukes <shank@mercury.chem.pitt.edu>\n"); LOG("Copyright (C) 2003-2004 Warren Dukes <warren.dukes@gmail.com>\n");
LOG("This is free software; see the source for copying conditions. There is NO\n"); LOG("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("warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
LOG("\n"); LOG("\n");
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music 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 * (c)2004 replayGain code by AliasMrJones
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
......
/* the Music Player Daemon (MPD) /* the Music 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 * (c)2004 replayGain code by AliasMrJones
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
......
/* the Music Player Daemon (MPD) /* the Music 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) * (c) 2004 Nick Welch (mack@incise.org)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music 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 * (c)2004 by mackstann
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
......
/* the Music Player Daemon (MPD) /* the Music 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 * (c)2004 by mackstann
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
/* the Music Player Daemon (MPD) /* the Music Player Daemon (MPD)
* (c)2003-2006 by Warren Dukes (shank@mercury.chem.pitt.edu) * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com)
* This project's homepage is: http://www.musicpd.org * This project's homepage is: http://www.musicpd.org
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment