summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-06 16:02:20 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-06 16:02:20 +0200
commit92155388d5ede4929d90e28076abdbb79f04b48c (patch)
tree3dcf37859c6e86d20e0444d7b581bb43bde0b005 /main.c
parent7d43bcaf63ab6ffd96defc75bf4790f74092ae14 (diff)
copyright years updated
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 26f3e5cb..a7e0a296 100644
--- a/main.c
+++ b/main.c
@@ -4,7 +4,7 @@
application launcher, compatible with GNU/Linux and most other POSIX systems
- Copyright (C) 2009-2012 Alexey Yakovenko
+ Copyright (C) 2009-2013 Alexey Yakovenko
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@@ -862,7 +862,7 @@ main (int argc, char *argv[]) {
return 0;
}
else if (!strcmp (argv[i], "--version")) {
- fprintf (stdout, "DeaDBeeF " VERSION " Copyright © 2009-2012 Alexey Yakovenko\n");
+ fprintf (stdout, "DeaDBeeF " VERSION " Copyright © 2009-2013 Alexey Yakovenko\n");
return 0;
}
else if (!strcmp (argv[i], "--gui")) {