From 56555a373430b9355fec839d52541247be263841 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Thu, 23 Jul 2009 13:45:47 +0200 Subject: [PATCH] [CLEANUP] report 2009 not 2007 in the copyright banner. (cherry picked from commit b455691af393f831ab44c70b605fd45e7ca0967b) (cherry picked from commit b98fd681793db08df3217163554c15cbacec216e) --- src/haproxy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/haproxy.c b/src/haproxy.c index 7804872f2..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-2007 Willy Tarreau \n\n"); + printf("Copyright 2000-2009 Willy Tarreau \n\n"); } void display_build_opts() -- 2.47.3