]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 3 Nov 2011 23:46:26 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 3 Nov 2011 23:46:26 +0000 (23:46 +0000)
bin/named/server.c
bin/tests/system/tkey/clean.sh
bin/tests/system/tkey/ns1/named.conf.in
bin/tests/system/tkey/tests.sh

index c3bbd05cc8d285707f6a98c3292a75e602835988..79169b85f70fbe5d51570e5407aa116332d9796b 100644 (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)
index 57ef956754467ce686953345337210f3827d38e0..732557ea728375c406aa9faf81fa6c3894cee87c 100644 (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*
index 5452b826d2e69e86c577f5cd0507ebb2b45ed43b..7f235200dc2e27be70a3aaca8a8015c2e49bd40e 100644 (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 */ };
 
index c9d98c41c6d3a7e9c4b0dd7f665d47e31501b930..c445aa90c8871e78d9262bfd5afa2380ce727e20 100644 (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