aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-06-07 18:54:02 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-06-07 18:54:02 +0000
commita6fe459ee40613df1cdad845005fb34b72888e1d (patch)
tree67afd415bd2d8fcb2b77fefc8c623e02548b62e3 /src/main.c
parent817e79e3c1ae12a75ebf9393ffece928895dfce1 (diff)
downloadmpd-a6fe459ee40613df1cdad845005fb34b72888e1d.tar.gz
mpd-a6fe459ee40613df1cdad845005fb34b72888e1d.tar.xz
mpd-a6fe459ee40613df1cdad845005fb34b72888e1d.zip
update copyright to 2004 for --version
git-svn-id: https://svn.musicpd.org/mpd/trunk@1375 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 733b06bed..a2f5726cf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -87,7 +87,7 @@ void usage(char * argv[]) {
void version() {
LOG("mpd (MPD: Music Player Daemon) %s\n",VERSION);
LOG("\n");
- LOG("Copyright (C) 2003 Warren Dukes <shank@mercury.chem.pitt.edu>\n");
+ LOG("Copyright (C) 2003-2004 Warren Dukes <shank@mercury.chem.pitt.edu>\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");