From a061da8fb5224fcdedb1e4965c8ba4b9fdde4413 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Thu, 5 Apr 2007 03:22:33 +0000 Subject: The massive copyright update git-svn-id: https://svn.musicpd.org/mpd/trunk@5834 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- scripts/mpd.spec | 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_jack.c | 2 +- src/audioOutputs/audioOutput_mvp.c | 2 +- src/audioOutputs/audioOutput_oss.c | 4 ++-- 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/compress.c | 2 +- src/compress.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/gcc.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/ioops.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/normalize.c | 2 +- src/normalize.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/sllist.c | 2 +- src/sllist.h | 2 +- src/song.c | 2 +- src/song.h | 2 +- src/state_file.c | 2 +- src/state_file.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 +- src/zeroconf.c | 2 +- src/zeroconf.h | 2 +- 113 files changed, 115 insertions(+), 115 deletions(-) diff --git a/scripts/mpd.spec b/scripts/mpd.spec index 23eb8cbbc..74c8ebaa8 100644 --- a/scripts/mpd.spec +++ b/scripts/mpd.spec @@ -1,5 +1,5 @@ # the Music Player Daemon (MPD) -# (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) +# Copyright (C) 2003-2007 by Warren Dukes (warren.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/ack.h b/src/ack.h index a82b508b2..1b2950e20 100644 --- a/src/ack.h +++ b/src/ack.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 1a11d25a9..92d688f38 100644 --- a/src/audio.c +++ b/src/audio.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 d2703ce4f..cc4ac0752 100644 --- a/src/audio.h +++ b/src/audio.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 111531ba7..dd1635331 100644 --- a/src/audioOutput.c +++ b/src/audioOutput.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 136d10b21..cba445a3c 100644 --- a/src/audioOutput.h +++ b/src/audioOutput.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 1cfe4f3a6..295cecdf9 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 a1840b410..df2975622 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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_jack.c b/src/audioOutputs/audioOutput_jack.c index ee03429f5..423ebb860 100644 --- a/src/audioOutputs/audioOutput_jack.c +++ b/src/audioOutputs/audioOutput_jack.c @@ -1,5 +1,5 @@ /* jack plug in for the Music Player Daemon (MPD) - * (c)2006 by anarch(anarchsss@gmail.com) + * Copyright (C) 2006-2007 by José Anarch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/audioOutputs/audioOutput_mvp.c b/src/audioOutputs/audioOutput_mvp.c index bf2631c1a..ea365c657 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 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 be3f1e7d7..1a27cae14 100644 --- a/src/audioOutputs/audioOutput_oss.c +++ b/src/audioOutputs/audioOutput_oss.c @@ -1,8 +1,8 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 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 + * OSS audio output (c) 2004, 2005, 2006, 2007 by Eric Wong * and Warren Dukes * * This program is free software; you can redistribute it and/or modify diff --git a/src/audioOutputs/audioOutput_osx.c b/src/audioOutputs/audioOutput_osx.c index aafe54aeb..1caebade5 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 3dade76b6..8948e0263 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 11c577e15..01fd50c1b 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 255199d68..d7bfc4561 100644 --- a/src/buffer2array.c +++ b/src/buffer2array.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 e12f0ceed..ece663994 100644 --- a/src/buffer2array.h +++ b/src/buffer2array.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 98514c8cc..69777c47a 100644 --- a/src/charConv.c +++ b/src/charConv.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 d3d0fa70d..4b1ed4237 100644 --- a/src/charConv.h +++ b/src/charConv.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 3ae17f334..5f5be15ea 100644 --- a/src/command.c +++ b/src/command.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 8413991e8..a560b9484 100644 --- a/src/command.h +++ b/src/command.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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/compress.c b/src/compress.c index 266f50076..d8db7ab64 100644 --- a/src/compress.c +++ b/src/compress.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.dukes@gmail.com) * This project's homepage is: http://www.musicpd.org * * Compressor logic by diff --git a/src/compress.h b/src/compress.h index 85c62f353..42638f788 100644 --- a/src/compress.h +++ b/src/compress.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.dukes@gmail.com) * This project's homepage is: http://www.musicpd.org * * interface to audio compression diff --git a/src/conf.c b/src/conf.c index 7dfea6327..1c76226d1 100644 --- a/src/conf.c +++ b/src/conf.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 1cd4cf322..7059eaa90 100644 --- a/src/conf.h +++ b/src/conf.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 7a1c0e54d..370a38dd6 100644 --- a/src/dbUtils.c +++ b/src/dbUtils.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 632772023..722ff15b0 100644 --- a/src/dbUtils.h +++ b/src/dbUtils.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 349ef48f3..82eba19b9 100644 --- a/src/decode.c +++ b/src/decode.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 2b7b314a4..f073c0d55 100644 --- a/src/decode.h +++ b/src/decode.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 ee8d51d94..14b73ee6c 100644 --- a/src/directory.c +++ b/src/directory.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 77ff609ff..df682c3db 100644 --- a/src/directory.h +++ b/src/directory.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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/gcc.h b/src/gcc.h index c6e53f5bd..4ae18c46b 100644 --- a/src/gcc.h +++ b/src/gcc.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 4bbcd00b9..60e60947b 100644 --- a/src/inputPlugin.c +++ b/src/inputPlugin.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 83f8b2b21..398ddc1cb 100644 --- a/src/inputPlugin.h +++ b/src/inputPlugin.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 e2b336a35..11126cd1b 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 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 9e851ad9d..e04e70693 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 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 57e68770b..c83e46103 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 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 aebb75128..5821e6641 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 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 d68a8c6b7..529689706 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 979d7b863..35fb48b8a 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 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 b48e5e73f..3f3a4b4f1 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 497986104..be765ea20 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 a93d136fa..ef7a01233 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 654125121..1ebf556c6 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 441af29a5..dff0f944a 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 f66a9b7d4..58eb0a5f7 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 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 b54a7d9ad..4b4b87c8a 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 beb2aa11c..013d75f17 100644 --- a/src/inputStream.c +++ b/src/inputStream.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 52d7568c6..74397f07f 100644 --- a/src/inputStream.h +++ b/src/inputStream.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 de1055eb2..389aaad01 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 6c42351ca..fad7ac26e 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 6f2f8e991..152fa4760 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 2ea63c621..7ab23a5de 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 18eab36d6..31785f7e6 100644 --- a/src/interface.c +++ b/src/interface.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 ac64c2b64..6f3c2c070 100644 --- a/src/interface.h +++ b/src/interface.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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/ioops.h b/src/ioops.h index a2a6fa841..c9187dcc1 100644 --- a/src/ioops.h +++ b/src/ioops.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 c47398200..71c30f7b6 100644 --- a/src/list.c +++ b/src/list.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 356223b75..508450af6 100644 --- a/src/list.h +++ b/src/list.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 479b9acd4..9240d4907 100644 --- a/src/listen.c +++ b/src/listen.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 74c5e6adc..638214003 100644 --- a/src/listen.h +++ b/src/listen.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 ac6bbfa79..fa4ae64f0 100644 --- a/src/log.c +++ b/src/log.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 bbe02aecc..34f6ac00e 100644 --- a/src/log.h +++ b/src/log.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 6c9e9ba48..0b3f7f354 100644 --- a/src/ls.c +++ b/src/ls.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 ec3cbf847..20f668bd9 100644 --- a/src/ls.h +++ b/src/ls.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 41db55b79..d86273f70 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.dukes@gmail.com) * This project's homepage is: http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -136,7 +136,7 @@ static void version(void) { LOG("mpd (MPD: Music Player Daemon) %s\n", VERSION); LOG("\n"); - LOG("Copyright (C) 2003-2006 Warren Dukes \n"); + LOG("Copyright (C) 2003-2007 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 d11669857..bc5118fd0 100644 --- a/src/metadataChunk.c +++ b/src/metadataChunk.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 8ffad14df..c1da8b320 100644 --- a/src/metadataChunk.h +++ b/src/metadataChunk.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 25a20036a..dbdfc6865 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 4676c7193..a09ae4324 100644 --- a/src/myfprintf.c +++ b/src/myfprintf.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 6fed04c2c..287902f9b 100644 --- a/src/myfprintf.h +++ b/src/myfprintf.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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/normalize.c b/src/normalize.c index c626d7fd5..fb62e7a4e 100644 --- a/src/normalize.c +++ b/src/normalize.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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/normalize.h b/src/normalize.h index 5cba08aa5..ddbefab08 100644 --- a/src/normalize.h +++ b/src/normalize.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 3011505bf..8b3a00b0e 100644 --- a/src/outputBuffer.c +++ b/src/outputBuffer.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 3c3ae411a..fecff91e0 100644 --- a/src/outputBuffer.h +++ b/src/outputBuffer.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 118731c5d..513128a17 100644 --- a/src/path.c +++ b/src/path.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 5a17ab11e..2357aa25d 100644 --- a/src/path.h +++ b/src/path.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 dff698e71..54003c0ab 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 2cdde6a34..85ec9e3e3 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 dcd8a4791..e12cdcdc8 100644 --- a/src/permission.c +++ b/src/permission.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 a8fa8df3b..bd4257080 100644 --- a/src/permission.h +++ b/src/permission.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 25dbe777f..7c92d088e 100644 --- a/src/player.c +++ b/src/player.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 691be0230..b62fab2ea 100644 --- a/src/player.h +++ b/src/player.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 3edb6b2e3..31f27540c 100644 --- a/src/playerData.c +++ b/src/playerData.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 e7c87f0d6..00e4040be 100644 --- a/src/playerData.h +++ b/src/playerData.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 e22185be0..c6923122e 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 a0737f9ec..ce937fb6d 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 eb084e755..eeda47f36 100644 --- a/src/replayGain.c +++ b/src/replayGain.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 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 219944f2c..c2d471464 100644 --- a/src/replayGain.h +++ b/src/replayGain.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 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 023081ed9..fc29d2522 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 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 baf0240ba..15fa181ee 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 1f0d0254c..77a2b1251 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 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 c013c1741..58c9f3c3e 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 (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.dukes@gmail.com) * (c)2004 by mackstann * This project's homepage is: http://www.musicpd.org * diff --git a/src/sllist.c b/src/sllist.c index 9d581ef5d..00408a3cd 100644 --- a/src/sllist.c +++ b/src/sllist.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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/sllist.h b/src/sllist.h index 7b6415172..1e81abef3 100644 --- a/src/sllist.h +++ b/src/sllist.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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.c b/src/song.c index 5466a7442..6d8092b55 100644 --- a/src/song.c +++ b/src/song.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 2e0e68f42..c4100d2a2 100644 --- a/src/song.h +++ b/src/song.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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/state_file.c b/src/state_file.c index c43a9c303..2e6f83047 100644 --- a/src/state_file.c +++ b/src/state_file.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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/state_file.h b/src/state_file.h index e717fbe87..4a7d012ec 100644 --- a/src/state_file.h +++ b/src/state_file.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 d4b69953b..5045077c0 100644 --- a/src/stats.c +++ b/src/stats.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 b1a9568f5..cd7d0122c 100644 --- a/src/stats.h +++ b/src/stats.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 8279eb06b..1e3edc88d 100644 --- a/src/tag.c +++ b/src/tag.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 492ca32c7..9723facdd 100644 --- a/src/tag.h +++ b/src/tag.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 6f7ea3598..ab356e500 100644 --- a/src/tagTracker.c +++ b/src/tagTracker.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 260784d09..09d07f1dc 100644 --- a/src/tagTracker.h +++ b/src/tagTracker.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 466ff05ab..87028d744 100644 --- a/src/tree.c +++ b/src/tree.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2006-2007 by Warren Dukes (warren.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 54416a065..76a980cd2 100644 --- a/src/tree.h +++ b/src/tree.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2006-2007 by Warren Dukes (warren.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 1a1d10e66..2061a78de 100644 --- a/src/utf8.c +++ b/src/utf8.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 ffff9260c..0eb60d82c 100644 --- a/src/utf8.h +++ b/src/utf8.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 919553d3e..a6dd9d8ae 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 ae66e3be2..2f911499b 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 cf6cd264a..58d8ee567 100644 --- a/src/volume.c +++ b/src/volume.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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 5a1b33b63..fcaefc64d 100644 --- a/src/volume.h +++ b/src/volume.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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/zeroconf.c b/src/zeroconf.c index 5417ccb34..50e4c9c17 100644 --- a/src/zeroconf.c +++ b/src/zeroconf.c @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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/zeroconf.h b/src/zeroconf.h index 2301c0d40..ef7167d53 100644 --- a/src/zeroconf.h +++ b/src/zeroconf.h @@ -1,5 +1,5 @@ /* the Music Player Daemon (MPD) - * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) + * Copyright (C) 2003-2007 by Warren Dukes (warren.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