summaryrefslogtreecommitdiff
path: root/common/packet.c
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2005-03-03 16:55:25 +0000
committerDavid Hankins <dhankins@isc.org>2005-03-03 16:55:25 +0000
commit245d59b1905ccd2a97f5e255c2116712c048abaa (patch)
tree5ab5b99e4e42c444d2311c35b98da87f147da461 /common/packet.c
parent683552956d9e7299fdc9a93a7a0e90f652cf44c0 (diff)
downloadisc-dhcp-245d59b1905ccd2a97f5e255c2116712c048abaa.tar.gz
- README, RELNOTES, version update to 3.0.3b1.V3-0-3-BETA-1
- Copyright updates in files changed between 3.0.2 and 3.0.3. LICENSE was updated on an earlier commit (for custom release to PBSG I think).
Diffstat (limited to 'common/packet.c')
-rw-r--r--common/packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/packet.c b/common/packet.c
index a302f1fb..a1c66279 100644
--- a/common/packet.c
+++ b/common/packet.c
@@ -3,7 +3,7 @@
Packet assembly code, originally contributed by Archie Cobbs. */
/*
- * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2005 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
@@ -33,7 +33,7 @@
#ifndef lint
static char copyright[] =
-"$Id: packet.c,v 1.40.2.5 2005/02/22 20:54:24 dhankins Exp $ Copyright (c) 2004 Internet Systems Consortium. All rights reserved.\n";
+"$Id: packet.c,v 1.40.2.6 2005/03/03 16:55:23 dhankins Exp $ Copyright (c) 2004-2005 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"