summaryrefslogtreecommitdiff
path: root/contrib/isc-dhcp/common/print.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-01-16 07:04:57 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-01-16 07:04:57 +0000
commit5ad7270f30563f9e223343950b9d85f78b3be537 (patch)
treed97161f30972714717408dbf20ff787d5e076488 /contrib/isc-dhcp/common/print.c
parent8a71375ab66e9385345261310d853884ee6c34ca (diff)
Notes
Diffstat (limited to 'contrib/isc-dhcp/common/print.c')
-rw-r--r--contrib/isc-dhcp/common/print.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/isc-dhcp/common/print.c b/contrib/isc-dhcp/common/print.c
index 49f10762c0d7..691f365d5cb2 100644
--- a/contrib/isc-dhcp/common/print.c
+++ b/contrib/isc-dhcp/common/print.c
@@ -3,7 +3,7 @@
Turn data structures into printable text. */
/*
- * Copyright (c) 1995-2001 Internet Software Consortium.
+ * Copyright (c) 1995-2002 Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
-"$Id: print.c,v 1.53.2.6 2002/04/26 20:17:06 murray Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
+"$Id: print.c,v 1.53.2.7 2002/11/17 02:26:59 dhankins Exp $ Copyright (c) 1995-2002 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"