diff options
author | Max Kellermann <max@duempel.org> | 2014-09-26 09:06:21 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-09-26 09:29:18 +0200 |
commit | ef02b20811d362898285e4e48edc795684ae0ec7 (patch) | |
tree | 5ec99a7ebfea81fdb4711cb4608dc2896258e0e0 /src/CommandLine.cxx | |
parent | 8bf46a665e4b4bd9d663351fbfb8ff47b59dfdd6 (diff) | |
download | mpd-ef02b20811d362898285e4e48edc795684ae0ec7.tar.gz mpd-ef02b20811d362898285e4e48edc795684ae0ec7.tar.xz mpd-ef02b20811d362898285e4e48edc795684ae0ec7.zip |
CommandLine: update copyright year
Diffstat (limited to '')
-rw-r--r-- | src/CommandLine.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index 05f0a358c..4bed5d531 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -69,7 +69,7 @@ static void version(void) puts("Music Player Daemon " VERSION "\n" "\n" "Copyright (C) 2003-2007 Warren Dukes <warren.dukes@gmail.com>\n" - "Copyright (C) 2008-2013 Max Kellermann <max@duempel.org>\n" + "Copyright (C) 2008-2014 Max Kellermann <max@duempel.org>\n" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" "\n" |