summaryrefslogtreecommitdiff
path: root/contrib/isc-dhcp/common
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/isc-dhcp/common')
-rw-r--r--contrib/isc-dhcp/common/dhcp-options.52
-rw-r--r--contrib/isc-dhcp/common/dispatch.c2
-rw-r--r--contrib/isc-dhcp/common/parse.c2
-rw-r--r--contrib/isc-dhcp/common/tables.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/isc-dhcp/common/dhcp-options.5 b/contrib/isc-dhcp/common/dhcp-options.5
index 9bb7f94d96871..8cd2eb9967e18 100644
--- a/contrib/isc-dhcp/common/dhcp-options.5
+++ b/contrib/isc-dhcp/common/dhcp-options.5
@@ -29,7 +29,7 @@
.\" ``http://www.nominum.com''.
.\"
.\" $Id: dhcp-options.5,v 1.19.2.10 2003/02/23 03:27:42 dhankins Exp $
-.\" $FreeBSD$
+.\" $FreeBSD: src/contrib/isc-dhcp/common/dhcp-options.5,v 1.7 2004/06/26 10:37:41 mbr Exp $
.\"
.TH dhcpd-options 5
.SH NAME
diff --git a/contrib/isc-dhcp/common/dispatch.c b/contrib/isc-dhcp/common/dispatch.c
index 326ed1f07028b..798403ed986d5 100644
--- a/contrib/isc-dhcp/common/dispatch.c
+++ b/contrib/isc-dhcp/common/dispatch.c
@@ -35,7 +35,7 @@
#ifndef lint
static char copyright[] =
"$Id: dispatch.c,v 1.63.2.4 2004/06/10 17:59:16 dhankins Exp $ Copyright (c) 2004 Internet Systems Consortium. All rights reserved.\n"
-"$FreeBSD$\n";
+"$FreeBSD: src/contrib/isc-dhcp/common/dispatch.c,v 1.6 2004/07/06 15:15:14 des Exp $\n";
#endif /* not lint */
#include "dhcpd.h"
diff --git a/contrib/isc-dhcp/common/parse.c b/contrib/isc-dhcp/common/parse.c
index 90f01c3f78998..61099b414e40e 100644
--- a/contrib/isc-dhcp/common/parse.c
+++ b/contrib/isc-dhcp/common/parse.c
@@ -35,7 +35,7 @@
#ifndef lint
static char copyright[] =
"$Id: parse.c,v 1.104.2.17 2004/06/17 20:54:38 dhankins Exp $ Copyright (c) 2004 Internet Systems Consortium. All rights reserved.\n"
-"$FreeBSD$";
+"$FreeBSD: src/contrib/isc-dhcp/common/parse.c,v 1.2 2004/06/26 23:17:27 mbr Exp $";
#endif /* not lint */
#include "dhcpd.h"
diff --git a/contrib/isc-dhcp/common/tables.c b/contrib/isc-dhcp/common/tables.c
index 6de6d6f091bde..9e6b29a41b80b 100644
--- a/contrib/isc-dhcp/common/tables.c
+++ b/contrib/isc-dhcp/common/tables.c
@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
-"$FreeBSD$"
+"$FreeBSD: src/contrib/isc-dhcp/common/tables.c,v 1.11 2004/06/26 10:37:41 mbr Exp $"
"$Id: tables.c,v 1.51.2.8 2004/06/10 17:59:21 dhankins Exp $ Copyright (c) 2004 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */