]> git.armaanb.net Git - slock.git/commitdiff
update copyright year in -v output
authorMarkus Teich <markus.teich@stusta.mhn.de>
Thu, 11 Feb 2016 15:26:12 +0000 (16:26 +0100)
committerMarkus Teich <markus.teich@stusta.mhn.de>
Thu, 11 Feb 2016 15:26:12 +0000 (16:26 +0100)
slock.c

diff --git a/slock.c b/slock.c
index fa7ec8428afb91be37198d7c2b035539a6719534..cf495551326acd9b63aa2feac5656f70a4f1a5ff 100644 (file)
--- a/slock.c
+++ b/slock.c
@@ -296,7 +296,7 @@ main(int argc, char **argv) {
        int screen;
 
        if ((argc == 2) && !strcmp("-v", argv[1]))
-               die("slock-%s, © 2006-2015 slock engineers\n", VERSION);
+               die("slock-%s, © 2006-2016 slock engineers\n", VERSION);
 
        if ((argc == 2) && !strcmp("-h", argv[1]))
                usage();