update copyright notice

This commit is contained in:
Automatic Updater
2011-11-03 23:46:26 +00:00
parent 94d0b4bd41
commit 0b85ae70e9
4 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: server.c,v 1.627 2011/11/03 23:05:30 each Exp $ */
/* $Id: server.c,v 1.628 2011/11/03 23:46:26 tbox Exp $ */
/*! \file */
@@ -6149,7 +6149,7 @@ ns_server_togglequerylog(ns_server_t *server, char *args) {
value = ISC_TRUE;
else if (strcasecmp(ptr, "no") == 0 || strcasecmp(ptr, "off") == 0)
value = ISC_FALSE;
else
else
return (ISC_R_NOTFOUND);
if (server->log_queries == value)

View File

@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: clean.sh,v 1.7 2011/11/03 22:06:21 each Exp $
# $Id: clean.sh,v 1.8 2011/11/03 23:46:26 tbox Exp $
rm -f dig.out.* random.data ns1/named.conf
rm -f K* ns1/K*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2007, 2009, 2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf.in,v 1.9 2011/11/03 22:06:21 each Exp $ */
/* $Id: named.conf.in,v 1.10 2011/11/03 23:46:26 tbox Exp $ */
controls { /* empty */ };

View File

@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2009, 2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.10 2011/11/03 22:06:21 each Exp $
# $Id: tests.sh,v 1.11 2011/11/03 23:46:26 tbox Exp $
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh