diff options
author | Ted Lemon <source@isc.org> | 1996-08-27 09:55:50 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1996-08-27 09:55:50 +0000 |
commit | cadbf9921813fce3ffa3f7113979a62c2044e256 (patch) | |
tree | 6b7131548cfb858c59a2ec183e2ec7a937543f4f /common/packet.c | |
parent | 04a23783202d20221b85f03d363fa692a44059ba (diff) | |
download | isc-dhcp-cadbf9921813fce3ffa3f7113979a62c2044e256.tar.gz |
Put file version in copyright string
Diffstat (limited to 'common/packet.c')
-rw-r--r-- | common/packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/packet.c b/common/packet.c index 9edb8243..2d6238b4 100644 --- a/common/packet.c +++ b/common/packet.c @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"@(#) Copyright (c) 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: packet.c,v 1.11 1996/08/27 09:53:14 mellon Exp $ Copyright (c) 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" |