summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-01-02 14:13:26 +0100
committerGravatar waker <wakeroid@gmail.com>2011-01-02 17:03:47 +0100
commitc38896db361a3dc571fe283c8cf5847bc4c6c6c9 (patch)
treead04aa266371258af91b99df828715062b6866fa /main.c
parent66b970acc89133b8c2e30d06d2e9fd2936452951 (diff)
updated copyright year to 2011
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index fb21e276..0014916b 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,6 @@
/*
DeaDBeeF - ultimate music player for GNU/Linux systems with X11
- Copyright (C) 2009-2010 Alexey Yakovenko <waker@users.sourceforge.net>
+ Copyright (C) 2009-2011 Alexey Yakovenko <waker@users.sourceforge.net>
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
@@ -109,7 +109,7 @@ client_exec_command_line (const char *cmdline, int len) {
return 1;
}
else if (!strcmp (parg, "--version")) {
- fprintf (stdout, "DeaDBeeF " VERSION " Copyright © 2009-2010 Alexey Yakovenko\n");
+ fprintf (stdout, "DeaDBeeF " VERSION " Copyright © 2009-2011 Alexey Yakovenko\n");
return 1;
}
parg += strlen (parg);