]> git.sur5r.net Git - i3/i3status/commitdiff
bump copyright 2.3
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 21 Jul 2011 21:11:13 +0000 (23:11 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 21 Jul 2011 21:11:13 +0000 (23:11 +0200)
i3status.c

index 97e081b7445b91fe6018b7e4525006e39923b49a..7995d743e9b847116a5c88d87a35f130ceec782b 100644 (file)
@@ -291,11 +291,11 @@ int main(int argc, char *argv[]) {
                 if ((char)o == 'c')
                         configfile = optarg;
                 else if ((char)o == 'h') {
-                        printf("i3status " VERSION " © 2008-2010 Michael Stapelberg and contributors\n"
+                        printf("i3status " VERSION " © 2008-2011 Michael Stapelberg and contributors\n"
                                 "Syntax: %s [-c <configfile>] [-h] [-v]\n", argv[0]);
                         return 0;
                 } else if ((char)o == 'v') {
-                        printf("i3status " VERSION " © 2008-2010 Michael Stapelberg and contributors\n");
+                        printf("i3status " VERSION " © 2008-2011 Michael Stapelberg and contributors\n");
                         return 0;
                 }