From 78d4d18477226dc29933b361142e8f1adb14a1dc Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 27 Mar 2010 17:06:25 +0100 Subject: [PATCH] bump copyright year --- src/mainx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainx.c b/src/mainx.c index e779361b..7e1b394b 100644 --- a/src/mainx.c +++ b/src/mainx.c @@ -231,7 +231,7 @@ int main(int argc, char *argv[], char *env[]) { only_check_config = true; break; case 'v': - printf("i3 version " I3_VERSION " © 2009 Michael Stapelberg and contributors\n"); + printf("i3 version " I3_VERSION " © 2009-2010 Michael Stapelberg and contributors\n"); exit(EXIT_SUCCESS); case 'V': set_verbosity(true);