update copyright notice

This commit is contained in:
Automatic Updater 2008-10-28 23:47:06 +00:00
parent 910f7d361f
commit 14c86fa67a

View file

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dig.c,v 1.224 2008/10/28 03:32:59 marka Exp $ */
/* $Id: dig.c,v 1.225 2008/10/28 23:47:06 tbox Exp $ */
/*! \file */
@ -642,8 +642,8 @@ printgreeting(int argc, char **argv, dig_lookup_t *lookup) {
if (first) {
snprintf(append, sizeof(append),
";; global options:%s%s\n",
short_form ? " +short" : "",
printcmd ? " +cmd" : "");
short_form ? " +short" : "",
printcmd ? " +cmd" : "");
first = ISC_FALSE;
remaining = sizeof(lookup->cmdline) -
strlen(lookup->cmdline) - 1;