]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add binary file copyright.
authorTed Lemon <source@isc.org>
Fri, 23 Apr 1999 22:07:38 +0000 (22:07 +0000)
committerTed Lemon <source@isc.org>
Fri, 23 Apr 1999 22:07:38 +0000 (22:07 +0000)
common/dlpi.c
common/inet.c

index f59bb0eaae430db2d42eb9206c7874b903e5322a..4acefbe78666ee07ae2f03e1cde6a96be9b44c3a 100644 (file)
  * to sleep.
  */
 
+#ifndef lint
+static char copyright[] =
+"$Id: dlpi.c,v 1.10 1999/04/23 22:06:29 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)
 
 #ifndef lint
 static char copyright[] =
-"$Id: dlpi.c,v 1.9 1999/03/16 06:37:48 mellon Exp $ Copyright (c) 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: dlpi.c,v 1.10 1999/04/23 22:06:29 mellon Exp $ Copyright (c) 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 static int strioctl PROTO ((int fd, int cmd, int timeout, int len, char *dp));
index c14694885af57085561cb242cb7fcb4139329622..49372e610fd50c96760c249205168c3bcd343dd7 100644 (file)
  * http://www.isc.org for more information.
  */
 
+#ifndef lint
+static char copyright[] =
+"$Id: inet.c,v 1.7 1999/04/23 22:07:38 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... */