diff options
Diffstat (limited to 'client/clparse.c')
-rw-r--r-- | client/clparse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/clparse.c b/client/clparse.c index e2785f2e..a26e539c 100644 --- a/client/clparse.c +++ b/client/clparse.c @@ -3,7 +3,7 @@ Parser for dhclient config and lease files... */ /* - * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2009 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-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: clparse.c,v 1.67.76.4 2009/07/23 21:43:33 sar Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n"; +"$Id: clparse.c,v 1.67.76.5 2009/09/01 20:32:27 dhankins Exp $ Copyright (c) 2004-2009 Internet Systems Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" |