diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-26 23:03:37 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-26 23:03:37 +0000 |
commit | 9b2c6ebcad4b7500a4fb6f89dcd04a814bc3e7ac (patch) | |
tree | ce238da7aeda10a6fb027da45e9314781c32d91e | |
parent | 845833effb5b45a25218fe288e1315cbf35a18d8 (diff) | |
download | FreeBSD-src-9b2c6ebcad4b7500a4fb6f89dcd04a814bc3e7ac.zip FreeBSD-src-9b2c6ebcad4b7500a4fb6f89dcd04a814bc3e7ac.tar.gz |
Change $FreeBSD$ placement.
-rw-r--r-- | contrib/isc-dhcp/common/tables.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/isc-dhcp/common/tables.c b/contrib/isc-dhcp/common/tables.c index 2accc57..6699d41 100644 --- a/contrib/isc-dhcp/common/tables.c +++ b/contrib/isc-dhcp/common/tables.c @@ -40,11 +40,11 @@ * Enterprises, see ``http://www.vix.com''. */ -/* $FreeBSD$ */ #ifndef lint static char copyright[] = -"$Id: tables.c,v 1.13.2.4 1999/04/24 16:46:44 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: tables.c,v 1.13.2.4 1999/04/24 16:46:44 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n" +"$FreeBSD$\n"; #endif /* not lint */ #include "dhcpd.h" |