From: Michael Stapelberg Date: Sat, 27 Mar 2010 16:06:25 +0000 (+0100) Subject: bump copyright year X-Git-Tag: 3.e~6^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=78d4d18477226dc29933b361142e8f1adb14a1dc;p=i3%2Fi3 bump copyright year --- 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);