From: Ted Lemon Date: Tue, 22 Dec 1998 22:57:05 +0000 (+0000) Subject: Add request for contributions and URL. X-Git-Tag: V2-BETA-1-PATCH-7~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d79882ee1b6d0f8f4153050b49617a635e2ba960;p=thirdparty%2Fdhcp.git Add request for contributions and URL. --- diff --git a/server/dhcpd.c b/server/dhcpd.c index 929300d8d..f05b957c1 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -42,13 +42,15 @@ #ifndef lint static char ocopyright[] = -"$Id: dhcpd.c,v 1.45.2.5 1998/12/21 04:20:47 mellon Exp $ Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium."; +"$Id: dhcpd.c,v 1.45.2.6 1998/12/22 22:57:05 mellon Exp $ Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium."; #endif static char copyright[] = "Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium."; static char arr [] = "All rights reserved."; static char message [] = "Internet Software Consortium DHCP Server V2.0b1pl7 "; +static char contrib [] = "Please contribute if you find this software useful."; +static char url [] = "For info: http://www.isc.org/dhcp-contrib.html"; #include "dhcpd.h" @@ -169,6 +171,8 @@ int main (argc, argv, envp) note (message); note (copyright); note (arr); + note (contrib); + note (url); } /* Default to the DHCP/BOOTP port. */