Introduction
Introduction Statistics Contact Development Disclaimer Help
update copyright year in -v output - slock - simple X display locker utility
git clone git://git.suckless.org/slock
Log
Files
Refs
README
LICENSE
---
commit f6582b68b03fe25fe0296b685af6b5924cca7df9
parent bfafc91da7b51be4e1543b64ee118fff2e3a4cfb
Author: Markus Teich <[email protected]>
Date: Thu, 11 Feb 2016 16:26:12 +0100
update copyright year in -v output
Diffstat:
M slock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git 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();
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.