projects
/
suckless
/
slock.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
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 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-201
5
slock engineers\n", VERSION);
+ die("slock-%s, © 2006-201
6
slock engineers\n", VERSION);
if ((argc == 2) && !strcmp("-h", argv[1]))
usage();