summaryrefslogtreecommitdiff
path: root/server/failover.c
diff options
context:
space:
mode:
authorPaul Selkirk <pselkirk@isc.org>2009-07-16 22:00:48 +0000
committerPaul Selkirk <pselkirk@isc.org>2009-07-16 22:00:48 +0000
commit5f7938f52a9c0c0bc83cb68317f002047d2b58c8 (patch)
treeeb629715b6e45b53cf112af438f4fff4b47f53e6 /server/failover.c
parent30723572cee191fa589c0ebdbaf85616204f1178 (diff)
downloadisc-dhcp-5f7938f52a9c0c0bc83cb68317f002047d2b58c8.tar.gz
update copyright
Diffstat (limited to 'server/failover.c')
-rw-r--r--server/failover.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/failover.c b/server/failover.c
index c830c894..71f69227 100644
--- a/server/failover.c
+++ b/server/failover.c
@@ -3,7 +3,7 @@
Failover protocol support code... */
/*
- * Copyright (c) 2004-2008 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2009 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1999-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
-"$Id: failover.c,v 1.63.56.23 2009/07/16 19:51:34 pselkirk Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n";
+"$Id: failover.c,v 1.63.56.24 2009/07/16 22:00:48 pselkirk Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"