summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2009-09-01 20:32:28 +0000
committerDavid Hankins <dhankins@isc.org>2009-09-01 20:32:28 +0000
commit601779ae0461bd99853f7ab5027e47ed6bbb9966 (patch)
treea1b2af0e4616c2fa658ea8fc5d0210b1924112ce
parent563131ccb5fcac41cac8f23df97d2012df726fc0 (diff)
downloadisc-dhcp-601779ae0461bd99853f7ab5027e47ed6bbb9966.tar.gz
version to 3.1.3b1v3_1_3b1
readme/relnotes to today copyright++'s since 3.1.2 final.
-rw-r--r--LICENSE2
-rw-r--r--README14
-rw-r--r--RELNOTES4
-rw-r--r--client/clparse.c4
-rw-r--r--client/dhclient.c6
-rw-r--r--client/dhclient.conf.56
-rw-r--r--common/conflex.c4
-rw-r--r--common/dns.c4
-rw-r--r--common/inet.c2
-rw-r--r--common/lpf.c2
-rw-r--r--common/options.c4
-rw-r--r--common/packet.c2
-rw-r--r--common/parse.c4
-rw-r--r--common/print.c4
-rw-r--r--includes/dhcpd.h2
-rw-r--r--includes/dhctoken.h2
-rw-r--r--includes/version.h2
-rw-r--r--minires/ns_name.c4
-rw-r--r--omapip/alloc.c4
-rw-r--r--omapip/message.c2
-rw-r--r--relay/dhcrelay.c6
-rw-r--r--server/confpars.c4
-rw-r--r--server/dhcp.c4
-rw-r--r--server/dhcpd.c6
-rw-r--r--server/dhcpd.conf.54
-rw-r--r--server/dhcpd.leases.54
-rw-r--r--server/failover.c2
-rw-r--r--server/mdb.c4
28 files changed, 58 insertions, 54 deletions
diff --git a/LICENSE b/LICENSE
index 3222bc33..297a0571 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-# Copyright (c) 2004-2008 by Internet Systems Consortium, Inc. ("ISC")
+# Copyright (c) 2004-2009 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
diff --git a/README b/README
index 14aa314d..7755f0b2 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.2
- December 23, 2008
+ Version 3.1.3b1
+ September 1, 2009
README FILE
@@ -92,6 +92,10 @@ directory, it may not have up-to-date information).
RELEASE STATUS
+This is the FIRST BETA release of ISC DHCP 3.1.3, a maintenance release
+that seeks only to fix bugs present in ISC DHCP 3.1.2 or prior, and
+provides no new features.
+
In this release, the server and relay agent are currently fully
functional on NetBSD, Linux systems with kernel version 2.2 or later,
FreeBSD, OpenBSD, BSD/OS, Digital Tru64 Unix and Solaris. The software
@@ -133,12 +137,12 @@ information. On Digital Unix, type ``man pfilt''.
To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like:
- gunzip dhcp-3.1.2.tar.gz
- tar xvf dhcp-3.1.2.tar
+ gunzip dhcp-3.1.3b1.tar.gz
+ tar xvf dhcp-3.1.3b1.tar
CONFIGURING IT
-Now, cd to the dhcp-3.1.2 subdirectory that you've just created and
+Now, cd to the dhcp-3.1.3b1 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index ef53c648..0c6047d6 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.2
- December 23, 2008
+ Version 3.1.3b1
+ September 1, 2009
Release Notes
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"
diff --git a/client/dhclient.c b/client/dhclient.c
index 3b5552b4..a9a0993d 100644
--- a/client/dhclient.c
+++ b/client/dhclient.c
@@ -3,7 +3,7 @@
DHCP Client. */
/*
- * Copyright (c) 2004-2008 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2009 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
@@ -32,7 +32,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhclient.c,v 1.143.2.13 2009/07/23 21:43:33 sar Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n";
+"$Id: dhclient.c,v 1.143.2.14 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"
@@ -62,7 +62,7 @@ struct in_addr giaddr;
#define ASSERT_STATE(state_is, state_shouldbe) {}
static char copyright[] =
-"Copyright 2004-2008 Internet Systems Consortium.";
+ "Copyright 2004-2009 Internet Systems Consortium.";
static char arr [] = "All rights reserved.";
static char message [] = "Internet Systems Consortium DHCP Client";
static char url [] =
diff --git a/client/dhclient.conf.5 b/client/dhclient.conf.5
index 3472b1c3..e6b5f9c8 100644
--- a/client/dhclient.conf.5
+++ b/client/dhclient.conf.5
@@ -1,6 +1,6 @@
-.\" $Id: dhclient.conf.5,v 1.17.84.4 2009/07/23 21:43:33 sar Exp $
+.\" $Id: dhclient.conf.5,v 1.17.84.5 2009/09/01 20:32:27 dhankins Exp $
.\"
-.\" Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (c) 2004,2007,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
@@ -28,7 +28,7 @@
.\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see
.\" ``http://www.nominum.com''.
.\"
-.\" $Id: dhclient.conf.5,v 1.17.84.4 2009/07/23 21:43:33 sar Exp $
+.\" $Id: dhclient.conf.5,v 1.17.84.5 2009/09/01 20:32:27 dhankins Exp $
.\"
.TH dhclient.conf 5
.SH NAME
diff --git a/common/conflex.c b/common/conflex.c
index 2a38e531..9f404b17 100644
--- a/common/conflex.c
+++ b/common/conflex.c
@@ -3,7 +3,7 @@
Lexical scanner for dhcpd config file... */
/*
- * Copyright (c) 2004-2008 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2009 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: conflex.c,v 1.105.8.6 2009/07/23 21:43:33 sar Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n";
+"$Id: conflex.c,v 1.105.8.7 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"
diff --git a/common/dns.c b/common/dns.c
index ad13361e..c65a58eb 100644
--- a/common/dns.c
+++ b/common/dns.c
@@ -3,7 +3,7 @@
Domain Name Service subroutines. */
/*
- * Copyright (c) 2004-2006 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2006,2009 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2001-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
@@ -33,7 +33,7 @@
#ifndef lint
static char copyright[] =
-"$Id: dns.c,v 1.40.32.2 2009/07/23 21:43:33 sar Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
+"$Id: dns.c,v 1.40.32.3 2009/09/01 20:32:27 dhankins Exp $ Copyright (c) 2004-2006,2009 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
diff --git a/common/inet.c b/common/inet.c
index 5be15844..585de36a 100644
--- a/common/inet.c
+++ b/common/inet.c
@@ -35,7 +35,7 @@
#ifndef lint
static char copyright[] =
-"$Id: inet.c,v 1.11.84.2 2009/07/23 21:43:33 sar Exp $ Copyright (c) 2004-2005 Internet Systems Consortium. All rights reserved.\n";
+"$Id: inet.c,v 1.11.84.3 2009/09/01 20:32:27 dhankins Exp $ Copyright (c) 2004-2005,2009 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
diff --git a/common/lpf.c b/common/lpf.c
index e13070ac..59226603 100644
--- a/common/lpf.c
+++ b/common/lpf.c
@@ -28,7 +28,7 @@
#ifndef lint
static char copyright[] =
-"$Id: lpf.c,v 1.30.140.6 2009/07/23 21:43:33 sar Exp $ Copyright (c) 2004,2007-2008 Internet Systems Consortium. All rights reserved.\n";
+"$Id: lpf.c,v 1.30.140.7 2009/09/01 20:32:27 dhankins Exp $ Copyright (c) 2004,2007-2009 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
diff --git a/common/options.c b/common/options.c
index 6c6321b6..fde38018 100644
--- a/common/options.c
+++ b/common/options.c
@@ -3,7 +3,7 @@
DHCP options parsing and reassembly. */
/*
- * Copyright (c) 2004-2008 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2009 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: options.c,v 1.98.2.20 2009/07/23 21:43:34 sar Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n";
+"$Id: options.c,v 1.98.2.21 2009/09/01 20:32:27 dhankins Exp $ Copyright (c) 2004-2009 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#define DHCP_OPTION_DATA
diff --git a/common/packet.c b/common/packet.c
index db9d0a47..4c878a67 100644
--- a/common/packet.c
+++ b/common/packet.c
@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
-"$Id: packet.c,v 1.45.2.4 2009/07/23 21:43:34 sar Exp $ Copyright (c) 2004-2005 Internet Systems Consortium. All rights reserved.\n";
+"$Id: packet.c,v 1.45.2.5 2009/09/01 20:32:27 dhankins Exp $ Copyright (c) 2004-2005,2007,2009 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
diff --git a/common/parse.c b/common/parse.c
index 14af9dee..61a60a50 100644
--- a/common/parse.c
+++ b/common/parse.c
@@ -3,7 +3,7 @@
Common parser code for dhcpd and dhclient. */
/*
- * Copyright (c) 2004-2008 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2009 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: parse.c,v 1.117.8.11 2009/07/23 21:43:34 sar Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n";
+"$Id: parse.c,v 1.117.8.12 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"
diff --git a/common/print.c b/common/print.c
index 5ece6d2e..0ff18ef0 100644
--- a/common/print.c
+++ b/common/print.c
@@ -3,7 +3,7 @@
Turn data structures into printable text. */
/*
- * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2007,2009 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: print.c,v 1.61.12.6 2009/07/23 21:43:34 sar Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n";
+"$Id: print.c,v 1.61.12.7 2009/09/01 20:32:27 dhankins Exp $ Copyright (c) 2004-2007,2009 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index f4493a3d..50b899c6 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -3,7 +3,7 @@
Definitions for dhcpd... */
/*
- * Copyright (c) 2004-2008 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
diff --git a/includes/dhctoken.h b/includes/dhctoken.h
index 393cf8a0..2655c668 100644
--- a/includes/dhctoken.h
+++ b/includes/dhctoken.h
@@ -3,7 +3,7 @@
Tokens for config file lexer and parser. */
/*
- * Copyright (c) 2004 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
diff --git a/includes/version.h b/includes/version.h
index 86c51079..a352661d 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.1.2"
+#define DHCP_VERSION "V3.1.3b1"
diff --git a/minires/ns_name.c b/minires/ns_name.c
index 82e2c62d..012dd176 100644
--- a/minires/ns_name.c
+++ b/minires/ns_name.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 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
@@ -22,7 +22,7 @@
*/
#ifndef lint
-static const char rcsid[] = "$Id: ns_name.c,v 1.2.140.2 2009/07/23 21:43:34 sar Exp $";
+static const char rcsid[] = "$Id: ns_name.c,v 1.2.140.3 2009/09/01 20:32:27 dhankins Exp $";
#endif
#include <sys/types.h>
diff --git a/omapip/alloc.c b/omapip/alloc.c
index 9cdcdc9b..7045df87 100644
--- a/omapip/alloc.c
+++ b/omapip/alloc.c
@@ -4,7 +4,7 @@
protocol... */
/*
- * Copyright (c) 2004-2006 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2006,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
@@ -35,7 +35,7 @@
#ifndef lint
static char copyright[] =
-"$Id: alloc.c,v 1.26.116.2 2009/07/23 21:43:35 sar Exp $ Copyright (c) 2004-2006 Internet Systems Consortium, Inc. All rights reserved.\n";
+"$Id: alloc.c,v 1.26.116.3 2009/09/01 20:32:28 dhankins Exp $ Copyright (c) 2004-2006,2009 Internet Systems Consortium, Inc. All rights reserved.\n";
#endif /* not lint */
#include <omapip/omapip_p.h>
diff --git a/omapip/message.c b/omapip/message.c
index cffa9042..95e070a9 100644
--- a/omapip/message.c
+++ b/omapip/message.c
@@ -3,7 +3,7 @@
Subroutines for dealing with message objects. */
/*
- * Copyright (c) 2004 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
diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c
index a9216713..435865af 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -3,7 +3,7 @@
DHCP/BOOTP Relay Agent. */
/*
- * Copyright (c) 2004-2008 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2009 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1997-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
@@ -34,7 +34,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcrelay.c,v 1.59.2.6 2009/07/23 21:43:35 sar Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n";
+"$Id: dhcrelay.c,v 1.59.2.7 2009/09/01 20:32:28 dhankins Exp $ Copyright (c) 2004-2009 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -102,7 +102,7 @@ struct server_list {
} *servers;
static char copyright [] =
-"Copyright 2004-2008 Internet Systems Consortium.";
+ "Copyright 2004-2009 Internet Systems Consortium.";
static char arr [] = "All rights reserved.";
static char message [] = "Internet Systems Consortium DHCP Relay Agent";
static char url [] =
diff --git a/server/confpars.c b/server/confpars.c
index 846655da..06df71af 100644
--- a/server/confpars.c
+++ b/server/confpars.c
@@ -3,7 +3,7 @@
Parser for dhcpd config file... */
/*
- * Copyright (c) 2004-2008 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2009 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: confpars.c,v 1.159.16.13 2009/07/23 21:43:35 sar Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n";
+"$Id: confpars.c,v 1.159.16.14 2009/09/01 20:32:28 dhankins Exp $ Copyright (c) 2004-2009 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
diff --git a/server/dhcp.c b/server/dhcp.c
index d164761a..f4e1facf 100644
--- a/server/dhcp.c
+++ b/server/dhcp.c
@@ -3,7 +3,7 @@
DHCP Protocol engine. */
/*
- * Copyright (c) 2004-2008 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2009 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: dhcp.c,v 1.211.2.17 2009/07/24 17:23:53 dhankins Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n";
+"$Id: dhcp.c,v 1.211.2.18 2009/09/01 20:32:28 dhankins Exp $ Copyright (c) 2004-2009 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
diff --git a/server/dhcpd.c b/server/dhcpd.c
index a595218b..01b3d4b3 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -3,7 +3,7 @@
DHCP Server Daemon. */
/*
- * Copyright (c) 2004-2008 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,11 +34,11 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcpd.c,v 1.121.42.7 2009/07/23 21:43:35 sar Exp $ Copyright 2004-2008 Internet Systems Consortium.";
+"$Id: dhcpd.c,v 1.121.42.8 2009/09/01 20:32:28 dhankins Exp $ Copyright 2004-2009 Internet Systems Consortium.";
#endif
static char copyright[] =
-"Copyright 2004-2008 Internet Systems Consortium.";
+ "Copyright 2004-2009 Internet Systems Consortium.";
static char arr [] = "All rights reserved.";
static char message [] = "Internet Systems Consortium DHCP Server";
static char url [] =
diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5
index ba4d738b..8d2a1327 100644
--- a/server/dhcpd.conf.5
+++ b/server/dhcpd.conf.5
@@ -1,6 +1,6 @@
.\" dhcpd.conf.5
.\"
-.\" Copyright (c) 2004-2008 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
@@ -28,7 +28,7 @@
.\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see
.\" ``http://www.nominum.com''.
.\"
-.\" $Id: dhcpd.conf.5,v 1.80.4.9 2009/07/23 21:43:35 sar Exp $
+.\" $Id: dhcpd.conf.5,v 1.80.4.10 2009/09/01 20:32:28 dhankins Exp $
.\"
.TH dhcpd.conf 5
.SH NAME
diff --git a/server/dhcpd.leases.5 b/server/dhcpd.leases.5
index 5900cf3a..4d75a834 100644
--- a/server/dhcpd.leases.5
+++ b/server/dhcpd.leases.5
@@ -1,6 +1,6 @@
.\" dhcpd.leases.5
.\"
-.\" Copyright (c) 2004 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
@@ -28,7 +28,7 @@
.\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see
.\" ``http://www.nominum.com''.
.\"
-.\" $Id: dhcpd.leases.5,v 1.11.60.2 2009/07/23 21:43:35 sar Exp $
+.\" $Id: dhcpd.leases.5,v 1.11.60.3 2009/09/01 20:32:28 dhankins Exp $
.\"
.TH dhcpd.leases 5
.SH NAME
diff --git a/server/failover.c b/server/failover.c
index 2da6f987..3c9be3a1 100644
--- a/server/failover.c
+++ b/server/failover.c
@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
-"$Id: failover.c,v 1.63.56.27 2009/07/23 21:43:35 sar Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n";
+"$Id: failover.c,v 1.63.56.28 2009/09/01 20:32:28 dhankins Exp $ Copyright (c) 2004-2009 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
diff --git a/server/mdb.c b/server/mdb.c
index 5172d4d8..8a2f32c8 100644
--- a/server/mdb.c
+++ b/server/mdb.c
@@ -3,7 +3,7 @@
Server-specific in-memory database support. */
/*
- * Copyright (c) 2004-2008 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: mdb.c,v 1.83.16.14 2009/07/23 21:43:35 sar Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n";
+"$Id: mdb.c,v 1.83.16.15 2009/09/01 20:32:28 dhankins Exp $ Copyright (c) 2004-2008 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"