diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-07-14 19:45:13 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-07-14 19:45:13 +0000 |
commit | ecb26ef1b0d3dcd1d0cae7ec51417013285d53e1 (patch) | |
tree | 6e8213dda6dc517989bb400618ad759cd5aa5273 /src/main.c | |
parent | 2fa7125ccead7b1b97bc94a62b29135b9ddc5481 (diff) | |
download | mpd-ecb26ef1b0d3dcd1d0cae7ec51417013285d53e1.tar.gz mpd-ecb26ef1b0d3dcd1d0cae7ec51417013285d53e1.tar.xz mpd-ecb26ef1b0d3dcd1d0cae7ec51417013285d53e1.zip |
Update copyright in --version
git-svn-id: https://svn.musicpd.org/mpd/trunk@4334 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 6cfeb75e6..f0f636a5b 100644 --- a/src/main.c +++ b/src/main.c @@ -127,7 +127,7 @@ void usage(char * argv[]) { void version() { LOG("mpd (MPD: Music Player Daemon) %s\n",VERSION); LOG("\n"); - LOG("Copyright (C) 2003-2004 Warren Dukes <warren.dukes@gmail.com>\n"); + LOG("Copyright (C) 2003-2006 Warren Dukes <warren.dukes@gmail.com>\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"); |