From: Ted Lemon Date: Sat, 24 Apr 1999 16:48:10 +0000 (+0000) Subject: Add object file copyrights. X-Git-Tag: V2-BETA-1-PATCH-27~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25c25e6843729514958df3c706dd604c97cbddc2;p=thirdparty%2Fdhcp.git Add object file copyrights. --- diff --git a/common/dlpi.c b/common/dlpi.c index a493a3c96..d5f238eba 100644 --- a/common/dlpi.c +++ b/common/dlpi.c @@ -82,6 +82,11 @@ * 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) diff --git a/common/inet.c b/common/inet.c index 9f43950c3..527afbb8b 100644 --- a/common/inet.c +++ b/common/inet.c @@ -40,6 +40,11 @@ * 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... */