]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[CLEANUP] report 2009 not 2008 in the copyright banner.
authorWilly Tarreau <w@1wt.eu>
Thu, 23 Jul 2009 11:45:47 +0000 (13:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 26 Jul 2009 15:33:39 +0000 (17:33 +0200)
src/haproxy.c

index f52dad937d3287caf9ed626557e2cddc7280222c..7dae2d539621babecd93bb67d3d843a2a7632d83 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * 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
  * modify it under the terms of the GNU General Public License
@@ -167,7 +167,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 <w@1wt.eu>\n\n");
+       printf("Copyright 2000-2009 Willy Tarreau <w@1wt.eu>\n\n");
 }
 
 void display_build_opts()