From: Willy Tarreau Date: Thu, 23 Jul 2009 11:45:47 +0000 (+0200) Subject: [CLEANUP] report 2009 not 2008 in the copyright banner. X-Git-Tag: v1.3.15.10~2 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=d95d6faa8bdfe76af6cf7b5f71af2bfa51a07acd;p=haproxy.git [CLEANUP] report 2009 not 2008 in the copyright banner. (cherry picked from commit b455691af393f831ab44c70b605fd45e7ca0967b) (cherry picked from commit b98fd681793db08df3217163554c15cbacec216e) --- diff --git a/src/haproxy.c b/src/haproxy.c index e57dd091c..6c0f053f0 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 @@ -168,7 +168,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()