[CLEANUP] update the year in the copyright banner
It was still 2010 !
This commit is contained in:
parent
43d8fb2d3a
commit
c9ebc446b8
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue