diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-01-16 07:04:57 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-01-16 07:04:57 +0000 |
| commit | 5ad7270f30563f9e223343950b9d85f78b3be537 (patch) | |
| tree | d97161f30972714717408dbf20ff787d5e076488 /contrib/isc-dhcp/common/inet.c | |
| parent | 8a71375ab66e9385345261310d853884ee6c34ca (diff) | |
Notes
Diffstat (limited to 'contrib/isc-dhcp/common/inet.c')
| -rw-r--r-- | contrib/isc-dhcp/common/inet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/isc-dhcp/common/inet.c b/contrib/isc-dhcp/common/inet.c index 158440e35e7e..f4468673c5c5 100644 --- a/contrib/isc-dhcp/common/inet.c +++ b/contrib/isc-dhcp/common/inet.c @@ -4,7 +4,7 @@ way... */ /* - * 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 @@ -44,7 +44,7 @@ #ifndef lint static char copyright[] = -"$Id: inet.c,v 1.8.2.3 2001/06/21 16:59:00 mellon Exp $ Copyright (c) 1995-1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: inet.c,v 1.8.2.4 2002/11/17 02:26:58 dhankins Exp $ Copyright (c) 1995-2002 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" |
