Introduction
Introduction Statistics Contact Development Disclaimer Help
Bump year. - svkbd - simple virtual keyboard
git clone git://git.suckless.org/svkbd
Log
Files
Refs
README
LICENSE
---
commit fc267005ced2251de9e05e62e8a2b42a2712236a
parent a5b40479e354ce11a1b009492da65ea562070cba
Author: Christoph Lohmann <[email protected]>
Date: Fri, 1 Jan 2016 14:19:33 +0100
Bump year.
Diffstat:
M svkbd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/svkbd.c b/svkbd.c
@@ -584,7 +584,7 @@ main(int argc, char *argv[]) {
for (i = 1; argv[i]; i++) {
if(!strcmp(argv[i], "-v")) {
- die("svkbd-"VERSION", © 2006-2010 svkbd engineers,"
+ die("svkbd-"VERSION", © 2006-2016 svkbd engineers,"
" see LICENSE for details\n");
} else if(!strcmp(argv[i], "-d")) {
isdock = True;
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.