diff --git a/src/haproxy.c b/src/haproxy.c index f52dad937..7dae2d539 100644 --- a/src/haproxy.c +++ b/src/haproxy.c @@ -1,6 +1,6 @@ /* * HA-Proxy : High Availability-enabled HTTP/TCP proxy - * Copyright 2000-2008 Willy Tarreau . + * Copyright 2000-2009 Willy Tarreau . * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -167,7 +167,7 @@ static char hostname[MAX_HOSTNAME_LEN] = ""; void display_version() { printf("HA-Proxy version " HAPROXY_VERSION " " HAPROXY_DATE"\n"); - printf("Copyright 2000-2008 Willy Tarreau \n\n"); + printf("Copyright 2000-2009 Willy Tarreau \n\n"); } void display_build_opts()