From 7128f80020a65b9e600f1791e2891f27793b2e52 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 13 Mar 2011 20:23:39 +0100 Subject: bump copyright --- i3lock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i3lock.c') diff --git a/i3lock.c b/i3lock.c index c645a00..c8341d6 100644 --- a/i3lock.c +++ b/i3lock.c @@ -1,7 +1,7 @@ /* * vim:ts=4:sw=4:expandtab * - * © 2010 Michael Stapelberg + * © 2010-2011 Michael Stapelberg * * See LICENSE for licensing information * @@ -313,7 +313,7 @@ int main(int argc, char *argv[]) { , longopts, &optind)) != -1) { switch (o) { case 'v': - errx(EXIT_SUCCESS, "version " VERSION " © 2010 Michael Stapelberg\n"); + errx(EXIT_SUCCESS, "version " VERSION " © 2010-2011 Michael Stapelberg\n"); case 'n': dont_fork = true; break; -- cgit v1.1