pinosaur
/
slock.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfafc91
)
update copyright year in -v output
author
Markus Teich
<markus.teich@stusta.mhn.de>
Thu, 11 Feb 2016 15:26:12 +0000
(16:26 +0100)
committer
Markus Teich
<markus.teich@stusta.mhn.de>
Thu, 11 Feb 2016 15:26:12 +0000
(16:26 +0100)
slock.c
patch
|
blob
|
history
diff --git
a/slock.c
b/slock.c
index
fa7ec84
..
cf49555
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-201
5
slock engineers\n", VERSION);
+ die("slock-%s, © 2006-201
6
slock engineers\n", VERSION);
if ((argc == 2) && !strcmp("-h", argv[1]))
usage();