summaryrefslogtreecommitdiff
path: root/i3lock.c
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-01-03 18:20:37 +0000
committerMichael Stapelberg <michael@stapelberg.de>2012-01-03 18:20:37 +0000
commit6f50a997b89a171dcd60043ecce090a01ab95449 (patch)
treee0ae285d4c10a9d974399373141478aecba7776b /i3lock.c
parent52f96e78f26b86e4a0e6ec7d98eb454d6ff508ae (diff)
change ALL the copyrights!
Diffstat (limited to 'i3lock.c')
-rw-r--r--i3lock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/i3lock.c b/i3lock.c
index a056091..84c195d 100644
--- a/i3lock.c
+++ b/i3lock.c
@@ -1,7 +1,7 @@
/*
* vim:ts=4:sw=4:expandtab
*
- * © 2010-2011 Michael Stapelberg
+ * © 2010-2012 Michael Stapelberg
*
* See LICENSE for licensing information
*
@@ -765,7 +765,7 @@ int main(int argc, char *argv[]) {
, longopts, &optind)) != -1) {
switch (o) {
case 'v':
- errx(EXIT_SUCCESS, "version " VERSION " © 2010-2011 Michael Stapelberg");
+ errx(EXIT_SUCCESS, "version " VERSION " © 2010-2012 Michael Stapelberg");
case 'n':
dont_fork = true;
break;