2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-02 07:15:44 +00:00

Update copyright message.

This commit is contained in:
Ted Lemon
2000-05-03 06:32:09 +00:00
parent f39c1b92aa
commit 4338d782ce

View File

@@ -43,11 +43,11 @@
#ifndef lint #ifndef lint
static char ocopyright[] = 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 #endif
static char copyright[] = 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 arr [] = "All rights reserved.";
static char message [] = "Internet Software Consortium DHCP Server"; static char message [] = "Internet Software Consortium DHCP Server";
static char contrib [] = "\nPlease contribute if you find this software useful."; static char contrib [] = "\nPlease contribute if you find this software useful.";