update copyright year in -v output

This commit is contained in:
Markus Teich 2016-02-11 16:26:12 +01:00
parent bfafc91da7
commit f6582b68b0
1 changed files with 1 additions and 1 deletions

View File

@ -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();