From: Ted Lemon Date: Wed, 3 May 2000 06:32:09 +0000 (+0000) Subject: Update copyright message. X-Git-Tag: V3-BETA-2-PATCH-1~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4338d782cee11254f330b9b96a5fef49d3d46de1;p=thirdparty%2Fdhcp.git Update copyright message. --- diff --git a/server/dhcpd.c b/server/dhcpd.c index 305c8f21b..acf1941a9 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -43,11 +43,11 @@ #ifndef lint static char ocopyright[] = -"$Id: dhcpd.c,v 1.89 2000/05/02 00:11:49 mellon Exp $ Copyright 1995-2000 The Internet Software Consortium."; +"$Id: dhcpd.c,v 1.90 2000/05/03 06:32:09 mellon Exp $ Copyright 1995-2000 The Internet Software Consortium."; #endif static char copyright[] = -"Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium."; +"Copyright 1995-2000 The Internet Software Consortium."; static char arr [] = "All rights reserved."; static char message [] = "Internet Software Consortium DHCP Server"; static char contrib [] = "\nPlease contribute if you find this software useful.";