From c38896db361a3dc571fe283c8cf5847bc4c6c6c9 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 2 Jan 2011 14:13:26 +0100 Subject: updated copyright year to 2011 --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.c') 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 + Copyright (C) 2009-2011 Alexey Yakovenko 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); -- cgit v1.2.3