]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Only one binary file copyright required.
authorTed Lemon <source@isc.org>
Sun, 25 Apr 1999 13:17:17 +0000 (13:17 +0000)
committerTed Lemon <source@isc.org>
Sun, 25 Apr 1999 13:17:17 +0000 (13:17 +0000)
common/dlpi.c

index 4acefbe78666ee07ae2f03e1cde6a96be9b44c3a..b02522efd2c678cda712d2b43b9fe3943981478f 100644 (file)
@@ -70,7 +70,7 @@
 
 #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";
+"$Id: dlpi.c,v 1.11 1999/04/25 13:17:17 mellon Exp $ Copyright (c) 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -111,11 +111,6 @@ static char copyright[] =
 #  define ABS(x) ((x) >= 0 ? (x) : 0-(x))
 # endif
 
-#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 */
-
 static int strioctl PROTO ((int fd, int cmd, int timeout, int len, char *dp));
 
 #define DLPI_MAXDLBUF          8192    /* Buffer size */