]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add object file copyrights.
authorTed Lemon <source@isc.org>
Sat, 24 Apr 1999 16:48:10 +0000 (16:48 +0000)
committerTed Lemon <source@isc.org>
Sat, 24 Apr 1999 16:48:10 +0000 (16:48 +0000)
common/dlpi.c
common/inet.c

index a493a3c966bb56c3a226797a5577086a9a41787d..d5f238eba4e7619aae418ec4cd889a582b378d16 100644 (file)
  * to sleep.
  */
 
+#ifndef lint
+static char copyright[] =
+"$Id: dlpi.c,v 1.2.2.7 1999/04/24 16:48:10 mellon Exp $ Copyright (c) 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+#endif /* not lint */
+
 #include "dhcpd.h"
 
 #if defined (USE_DLPI_SEND) || defined (USE_DLPI_RECEIVE)
index 9f43950c3f60b2b0c1e7bd4f53a5adbe905c2498..527afbb8b7087ab0df941eb92e33bda2d10f7687 100644 (file)
  * Enterprises, see ``http://www.vix.com''.
  */
 
+#ifndef lint
+static char copyright[] =
+"$Id: inet.c,v 1.5.2.2 1999/04/24 16:48:10 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+#endif /* not lint */
+
 #include "dhcpd.h"
 
 /* Return just the network number of an internet address... */