diff options
author | Ted Lemon <source@isc.org> | 1999-02-03 19:41:21 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-02-03 19:41:21 +0000 |
commit | 3ec886e9313494ef914f9b46634b8f92185686eb (patch) | |
tree | 9aa2d9e74fc393cd8a267ba0bc3919dee678900d /client | |
parent | 9a51ecdab17e5d24d1a50f9ea1c855f30919c67a (diff) | |
download | isc-dhcp-3ec886e9313494ef914f9b46634b8f92185686eb.tar.gz |
Update copyright and version.
Diffstat (limited to 'client')
-rw-r--r-- | client/dhclient.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client/dhclient.c b/client/dhclient.c index 2eafe3d8..fb30a362 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -3,8 +3,8 @@ DHCP Client. */ /* - * Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium. - * All rights reserved. + * Copyright (c) 1995, 1996, 1997, 1998, 1999 + * The Internet Software Consortium. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -56,7 +56,7 @@ #ifndef lint static char ocopyright[] = -"$Id: dhclient.c,v 1.44.2.9 1999/02/03 18:56:15 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dhclient.c,v 1.44.2.10 1999/02/03 19:41:21 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -90,9 +90,9 @@ int no_daemon; int save_scripts; static char copyright[] = -"Copyright 1995, 1996, 1997, 1998 The Internet Software Consortium."; +"Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium."; static char arr [] = "All rights reserved."; -static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl8"; +static char message [] = "Internet Software Consortium DHCP Client V2.0b1pl9"; static char contrib [] = "\nPlease contribute if you find this software useful."; static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.html\n"; |