]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix conflict between binary file copyright/Id and banner copyright.
authorTed Lemon <source@isc.org>
Tue, 22 Dec 1998 22:38:15 +0000 (22:38 +0000)
committerTed Lemon <source@isc.org>
Tue, 22 Dec 1998 22:38:15 +0000 (22:38 +0000)
client/dhclient.c

index 0faa5b497c4e88c8fa0b65542fe9992df45f0d34..5ed92c7cbf7383ee426faa0b7bfcb6aea47344d2 100644 (file)
@@ -55,8 +55,8 @@
  */
 
 #ifndef lint
-static char copyright[] =
-"$Id: dhclient.c,v 1.44.2.5 1998/12/22 22:23:59 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+static char ocopyright[] =
+"$Id: dhclient.c,v 1.44.2.6 1998/12/22 22:38:15 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"