summaryrefslogtreecommitdiff
path: root/server/bootp.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/bootp.c')
-rw-r--r--server/bootp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/bootp.c b/server/bootp.c
index cd01143b..9d6c570f 100644
--- a/server/bootp.c
+++ b/server/bootp.c
@@ -3,7 +3,7 @@
BOOTP Protocol support. */
/*
- * Copyright (c) 2004-2005 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2005,2008 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-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: bootp.c,v 1.69.2.12 2007/10/27 20:24:59 each Exp $ Copyright (c) 2004 Internet Systems Consortium. All rights reserved.\n";
+"$Id: bootp.c,v 1.69.2.13 2008/01/22 17:28:24 dhankins Exp $ Copyright (c) 2004 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"