fixed usage string
[slock.git] / slock.c
diff --git a/slock.c b/slock.c
index d281965..face75e 100644 (file)
--- a/slock.c
+++ b/slock.c
@@ -23,6 +23,8 @@
 #include <bsd_auth.h>
 #endif
 
+#include "config.h"
+
 typedef struct {
        int screen;
        Window root, win;
@@ -259,7 +261,7 @@ main(int argc, char **argv) {
        int screen;
 
        if((argc == 2) && !strcmp("-v", argv[1]))
-               die("slock-%s, © 2006-2012 Anselm R Garbe\n", VERSION);
+               die("slock-%s, © 2006-2014 slock engineers\n", VERSION);
        else if(argc != 1)
                usage();