]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 13 Oct 2011 22:48:24 +0000 (22:48 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 13 Oct 2011 22:48:24 +0000 (22:48 +0000)
bin/named/query.c
bin/tests/system/forward/ns5/named.conf
bin/tests/system/forward/ns5/root.db
bin/tests/system/forward/tests.sh
lib/dns/include/dns/log.h
lib/dns/log.c
lib/dns/tests/dbversion_test.c

index c78a3128d0109aa03fb0fed446d2b6390cee75e3..2d6c91323f5676f8ce47ef83305670370e77cccb 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: query.c,v 1.374 2011/10/13 01:32:32 vjs Exp $ */
+/* $Id: query.c,v 1.375 2011/10/13 22:48:23 tbox Exp $ */
 
 /*! \file */
 
@@ -5686,7 +5686,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
                                                       fname, NULL);
                                RUNTIME_CHECK(result == ISC_R_SUCCESS);
                        }
-                       rpz_clean(&zone, &db, &node, NULL);
+                       rpz_clean(&zone, &db, &node, NULL);
                        if (rpz_st->m.rdataset != NULL) {
                                query_putrdataset(client, &rdataset);
                                rdataset = rpz_st->m.rdataset;
index 90f56092b24d726e5ee6f7f69ded0d2d4a7c1d66..960a242d40874d0d61aa80012acac4f1cf30a472 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 2011  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 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.2 2011/10/12 00:18:11 marka Exp $ */
+/* $Id: named.conf,v 1.3 2011/10/13 22:48:23 tbox Exp $ */
 
 controls { /* empty */ };
 
index 8a60eab823d1ea22a783564ff8cae58c0e3ef616..20f8d551b3e547f7c30f16c2e089eafc0f324744 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000, 2001  Internet Software Consortium.
+; Copyright (C) 2011  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
@@ -13,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: root.db,v 1.2 2011/10/12 00:18:11 marka Exp $
+; $Id: root.db,v 1.3 2011/10/13 22:48:23 tbox Exp $
 
 $TTL 300
 .                      IN SOA  gson.nominum.com. a.root.servers.nil. (
index 2c47971f1ffa2b00d9a020251805983ce1cd116f..10bb24e2e57abd48362d64ff072583169a47f088 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2011  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: tests.sh,v 1.8 2011/10/12 00:18:11 marka Exp $
+# $Id: tests.sh,v 1.9 2011/10/13 22:48:23 tbox Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
index e211a48808d9256740f22cd9d2b23237eea8e4e8..2060a33c6f723a8cd6ac217d3e46abda2d37eff7 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) 1999-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.h,v 1.46 2011/10/13 01:32:34 vjs Exp $ */
+/* $Id: log.h,v 1.47 2011/10/13 22:48:24 tbox Exp $ */
 
 /*! \file dns/log.h
  * \author  Principal Authors: DCL */
index 001ca8c995d17940f020aded0d0be0b9096abee0..e6fbb53a44e6331585bb980b0dc6c8159b3fc6bc 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) 1999-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: log.c,v 1.48 2011/10/13 01:32:33 vjs Exp $ */
+/* $Id: log.c,v 1.49 2011/10/13 22:48:24 tbox Exp $ */
 
 /*! \file */
 
index 33d47f9c90d269c8e458066974ccfe9cda111b97..3b1f795d9c1a1048cef51c36458565f8a143f175 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dbversion_test.c,v 1.4 2011/10/13 13:13:52 marka Exp $ */
+/* $Id: dbversion_test.c,v 1.5 2011/10/13 22:48:24 tbox Exp $ */
 
 /*! \file */
 
@@ -44,7 +44,7 @@ static char tempname[11] = "dtXXXXXXXX";
 
 static void
 callback(const char *file, int line, isc_assertiontype_t type,
-         const char *cond)
+        const char *cond)
 {
        UNUSED(file); UNUSED(line); UNUSED(type); UNUSED(cond);
        if (strcmp(tempname, "dtXXXXXXXX"))
@@ -60,12 +60,12 @@ static void
 setup_db() {
        isc_result_t result;
        result = dns_db_create(mctx, "rbt", dns_rootname, dns_dbtype_zone,
-                               dns_rdataclass_in, 0, NULL, &db1);
+                              dns_rdataclass_in, 0, NULL, &db1);
        ATF_REQUIRE_EQ(result, ISC_R_SUCCESS);
        dns_db_newversion(db1, &v1);
 
        result = dns_db_create(mctx, "rbt", dns_rootname, dns_dbtype_zone,
-                               dns_rdataclass_in, 0, NULL, &db2);
+                              dns_rdataclass_in, 0, NULL, &db2);
        ATF_REQUIRE_EQ(result, ISC_R_SUCCESS);
        dns_db_newversion(db2, &v2);
 }
@@ -103,7 +103,7 @@ attachversion(isc_assertioncallback_t callback) {
 
        result = dns_test_begin(NULL, ISC_FALSE);
        ATF_REQUIRE_EQ(result, ISC_R_SUCCESS);
-       
+
        setup_db();
 
        isc_assertion_setcallback(callback);
@@ -126,7 +126,7 @@ ATF_TC_HEAD(attachversion, tc) {
 ATF_TC_BODY(attachversion, tc) {
 
        UNUSED(tc);
-       
+
        attachversion(NULL);
 }
 
@@ -147,7 +147,7 @@ closeversion(isc_assertioncallback_t callback) {
 
        result = dns_test_begin(NULL, ISC_FALSE);
        ATF_REQUIRE_EQ(result, ISC_R_SUCCESS);
-       
+
        setup_db();
 
        isc_assertion_setcallback(callback);
@@ -203,7 +203,7 @@ find(isc_assertioncallback_t callback) {
        if (callback != NULL)
                atf_tc_fail("dns_db_find did not assert");
        ATF_REQUIRE_EQ(result, DNS_R_NXDOMAIN);
-       
+
        close_db();
 
        dns_test_end();
@@ -256,7 +256,7 @@ allrdatasets(isc_assertioncallback_t callback) {
 
        dns_db_detachnode(db1, &node);
        ATF_REQUIRE_EQ(node, NULL);
-       
+
        close_db();
 
        dns_test_end();
@@ -311,7 +311,7 @@ findrdataset(isc_assertioncallback_t callback) {
 
        dns_db_detachnode(db1, &node);
        ATF_REQUIRE_EQ(node, NULL);
-       
+
        close_db();
 
        dns_test_end();
@@ -366,7 +366,7 @@ deleterdataset(isc_assertioncallback_t callback) {
 
        dns_db_detachnode(db1, &node);
        ATF_REQUIRE_EQ(node, NULL);
-       
+
        close_db();
 
        dns_test_end();
@@ -428,7 +428,7 @@ subtract(isc_assertioncallback_t callback) {
 
        dns_db_detachnode(db1, &node);
        ATF_REQUIRE_EQ(node, NULL);
-       
+
        close_db();
 
        dns_test_end();
@@ -441,7 +441,7 @@ ATF_TC_HEAD(subtractrdataset, tc) {
 ATF_TC_BODY(subtractrdataset, tc) {
 
        UNUSED(tc);
-       
+
        subtract(NULL);
 }
 
@@ -538,7 +538,7 @@ addrdataset(isc_assertioncallback_t callback) {
 
        dns_db_detachnode(db1, &node);
        ATF_REQUIRE_EQ(node, NULL);
-       
+
        close_db();
 
        dns_test_end();