From f1a33824e83d720da57a581372620e76ce20bddb Mon Sep 17 00:00:00 2001
From: Michael Stapelberg <michael@stapelberg.de>
Date: Thu, 21 Jul 2011 23:11:13 +0200
Subject: bump copyright

---
 i3status.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/i3status.c b/i3status.c
index 97e081b..7995d74 100644
--- a/i3status.c
+++ b/i3status.c
@@ -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;
                 }
 
-- 
cgit v1.2.3