]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
* fixed a few missing dates v1.2.8
authorwilly tarreau <willy@wtap.(none)>
Sun, 29 Jan 2006 21:42:06 +0000 (22:42 +0100)
committerwilly tarreau <willy@wtap.(none)>
Sun, 29 Jan 2006 21:42:06 +0000 (22:42 +0100)
haproxy.c

index a4f63c8ed8fb66872adeb5a0dee5995cec1a5854..c136ac6524d8c083295695a8d8e1f5db5f41bde8 100644 (file)
--- a/haproxy.c
+++ b/haproxy.c
@@ -1,6 +1,6 @@
 /*
  * 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
  * 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() {
     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");
 }
 
 /*