From 341b9d40a16158b12155e0db7e800df648b6a1e7 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Fri, 23 Apr 1999 22:07:38 +0000 Subject: [PATCH] Add binary file copyright. --- common/dlpi.c | 7 ++++++- common/inet.c | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/common/dlpi.c b/common/dlpi.c index f59bb0eaa..4acefbe78 100644 --- a/common/dlpi.c +++ b/common/dlpi.c @@ -68,6 +68,11 @@ * 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) @@ -108,7 +113,7 @@ #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)); diff --git a/common/inet.c b/common/inet.c index c14694885..49372e610 100644 --- a/common/inet.c +++ b/common/inet.c @@ -21,6 +21,11 @@ * 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... */ -- 2.47.3