]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Tue, 22 Jun 2010 23:46:34 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Tue, 22 Jun 2010 23:46:34 +0000 (23:46 +0000)
bin/named/config.c
bin/named/query.c
bin/tests/system/testsock6.pl
lib/bind9/check.c

index 2bb195332ab0c5e5c18492e3986093deaab658f8..240be043ea87061d4b03bec916c9c98f449984c8 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.c,v 1.106.4.3 2010/06/22 04:02:39 marka Exp $ */
+/* $Id: config.c,v 1.106.4.4 2010/06/22 23:46:34 tbox Exp $ */
 
 /*! \file */
 
@@ -161,7 +161,7 @@ options {\n\
 "
 #ifdef ALLOW_FILTER_AAAA_ON_V4
 "      filter-aaaa-on-v4 no;\n\
-       filter-aaaa { any; };\n\
+       filter-aaaa { any; };\n\
 "
 #endif
 
index 15dd9b98bf5298cb4594ed8ee7ef5bf324d41a75..cbf0061d988217ff199f1322923b90e7d2caf4ea 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: query.c,v 1.335.8.4 2010/06/22 04:02:39 marka Exp $ */
+/* $Id: query.c,v 1.335.8.5 2010/06/22 23:46:34 tbox Exp $ */
 
 /*! \file */
 
@@ -4670,7 +4670,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
                    is_v4_client(client) &&
                    ns_client_checkaclsilent(client, NULL,
                                             client->view->v4_aaaa_acl,
-                                            ISC_TRUE) == ISC_R_SUCCESS) 
+                                            ISC_TRUE) == ISC_R_SUCCESS)
                        filter_aaaa = ISC_TRUE;
                else
                        filter_aaaa = ISC_FALSE;
index e481eba165e0575878e095bf2401ec06e08ba0b7..aeb3a877ccca1bb9f028aea8a71a2525cd6d560f 100644 (file)
@@ -1,7 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000, 2001  Internet Software Consortium.
+# Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: testsock6.pl,v 1.2.2.3 2010/06/22 04:02:40 marka Exp $
+# $Id: testsock6.pl,v 1.2.2.4 2010/06/22 23:46:34 tbox Exp $
 
 # Test whether the interfaces on 10.53.0.* are up.
 
@@ -47,7 +46,7 @@ foreach $addr ($ARGV) {
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: testsock6.pl,v 1.2.2.3 2010/06/22 04:02:40 marka Exp $
+# $Id: testsock6.pl,v 1.2.2.4 2010/06/22 23:46:34 tbox Exp $
 
 # Test whether the interfaces on 10.53.0.* are up.
 
index fd074bab85b5080702eda5714b05e7e360116827..85f1c81586a45eda8835a4bb8e30dd3af067fc89 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: check.c,v 1.114.4.3 2010/06/22 04:02:44 marka Exp $ */
+/* $Id: check.c,v 1.114.4.4 2010/06/22 23:46:34 tbox Exp $ */
 
 /*! \file */
 
@@ -518,8 +518,8 @@ check_filteraaaa(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions,
        else if (cfg_obj_isboolean(obj))
                filter = cfg_obj_asboolean(obj) ? dns_v4_aaaa_filter :
                                                  dns_v4_aaaa_ok;
-       else 
-               filter = dns_v4_aaaa_break_dnssec;      /* break-dnssec */      
+       else
+               filter = dns_v4_aaaa_break_dnssec;      /* break-dnssec */
 
        if (viewname == NULL) {
                viewname = "";