mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-05-06 17:58:01 +00:00
[CLEANUP] report 2009 not 2008 in the copyright banner.
This commit is contained in:
parent
63076b3f61
commit
b455691af3
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* HA-Proxy : High Availability-enabled HTTP/TCP proxy
|
* HA-Proxy : High Availability-enabled HTTP/TCP proxy
|
||||||
* Copyright 2000-2008 Willy Tarreau <w@1wt.eu>.
|
* Copyright 2000-2009 Willy Tarreau <w@1wt.eu>.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
@ -167,7 +167,7 @@ static char hostname[MAX_HOSTNAME_LEN] = "";
|
|||||||
void display_version()
|
void display_version()
|
||||||
{
|
{
|
||||||
printf("HA-Proxy version " HAPROXY_VERSION " " HAPROXY_DATE"\n");
|
printf("HA-Proxy version " HAPROXY_VERSION " " HAPROXY_DATE"\n");
|
||||||
printf("Copyright 2000-2008 Willy Tarreau <w@1wt.eu>\n\n");
|
printf("Copyright 2000-2009 Willy Tarreau <w@1wt.eu>\n\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
void display_build_opts()
|
void display_build_opts()
|
||||||
|
Loading…
Reference in New Issue
Block a user