mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 22:01:31 +02:00
* fixed a few missing dates
This commit is contained in:
parent
065f1c0798
commit
726618c761
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* HA-Proxy : High Availability-enabled HTTP/TCP proxy
|
* HA-Proxy : High Availability-enabled HTTP/TCP proxy
|
||||||
* 2000-2005 - Willy Tarreau - willy AT meta-x DOT org.
|
* 2000-2006 - Willy Tarreau - willy AT meta-x DOT org.
|
||||||
*
|
*
|
||||||
* 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
|
||||||
@ -828,7 +828,7 @@ static int appsession_refresh(struct task *t);
|
|||||||
|
|
||||||
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-2005 Willy Tarreau <w@w.ods.org>\n\n");
|
printf("Copyright 2000-2006 Willy Tarreau <w@w.ods.org>\n\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user