]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[CLEANUP] update the year in the copyright banner
authorWilly Tarreau <w@1wt.eu>
Mon, 22 Aug 2011 22:23:54 +0000 (00:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 22 Aug 2011 22:23:54 +0000 (00:23 +0200)
It was still 2010 !

src/haproxy.c

index 48c5741c882958f9cb67ffa96b08ee41afc4d13b..350429a30d0f6519798c870fac3612b32f7780b0 100644 (file)
@@ -171,7 +171,7 @@ static struct task *manage_global_listener_queue(struct task *t);
 void display_version()
 {
        printf("HA-Proxy version " HAPROXY_VERSION " " HAPROXY_DATE"\n");
-       printf("Copyright 2000-2010 Willy Tarreau <w@1wt.eu>\n\n");
+       printf("Copyright 2000-2011 Willy Tarreau <w@1wt.eu>\n\n");
 }
 
 void display_build_opts()