]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Tue, 22 Jul 2008 23:45:33 +0000 (23:45 +0000)
committerAutomatic Updater <source@isc.org>
Tue, 22 Jul 2008 23:45:33 +0000 (23:45 +0000)
bin/named/interfacemgr.c
bin/named/lwresd.c
bin/tests/sig0_test.c
bin/tests/sock_test.c
lib/dns/xfrin.c

index 8070ee8b5a9383b05ac9b2430d0a510342704e6e..ef4d51135dae13e9fccb0d88e9828a3edb5f8762 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2006, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006-2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: interfacemgr.c,v 1.59.2.5.8.22 2008/07/22 04:00:37 marka Exp $ */
+/* $Id: interfacemgr.c,v 1.59.2.5.8.23 2008/07/22 23:45:33 tbox Exp $ */
 
 #include <config.h>
 
@@ -83,7 +83,7 @@ ns_interfacemgr_create(isc_mem_t *mctx, isc_taskmgr_t *taskmgr,
        mgr->generation = 1;
        mgr->listenon4 = NULL;
        mgr->listenon6 = NULL;
-       
+
        ISC_LIST_INIT(mgr->interfaces);
 
        /*
@@ -313,7 +313,7 @@ ns_interface_accepttcp(ns_interface_t *ifp) {
                goto tcp_listen_failure;
        }
 
-       /* 
+       /*
         * If/when there a multiple filters listen to the
         * result.
         */
@@ -500,7 +500,7 @@ setup_locals(ns_interfacemgr_t *mgr, isc_interface_t *interface) {
        unsigned int prefixlen;
 
        family = interface->address.family;
-       
+
        elt.type = dns_aclelementtype_ipprefix;
        elt.negative = ISC_FALSE;
        elt.u.ip_prefix.address = interface->address;
@@ -651,7 +651,7 @@ do_scan(ns_interfacemgr_t *mgr, ns_listenlist_t *ext_listen,
        {
                isc_interface_t interface;
                ns_listenlist_t *ll;
-               unsigned int family; 
+               unsigned int family;
 
                result = isc_interfaceiter_current(iter, &interface);
                if (result != ISC_R_SUCCESS)
@@ -827,7 +827,7 @@ do_scan(ns_interfacemgr_t *mgr, ns_listenlist_t *ext_listen,
                UNEXPECTED_ERROR(__FILE__, __LINE__,
                                 "interface iteration failed: %s",
                                 isc_result_totext(result));
-       else 
+       else
                result = ISC_R_SUCCESS;
  cleanup_iter:
        isc_interfaceiter_destroy(&iter);
@@ -858,7 +858,7 @@ ns_interfacemgr_scan0(ns_interfacemgr_t *mgr, ns_listenlist_t *ext_listen,
 
        /*
         * Warn if we are not listening on any interface, unless
-        * we're in lwresd-only mode, in which case that is to 
+        * we're in lwresd-only mode, in which case that is to
         * be expected.
         */
        if (ext_listen == NULL &&
index 8b2b1718a9bdb584554468a4628be85aa0a62e04..92a39d2cd499fc48598338c4867346a5791714dc 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2004, 2006  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
  * copyright notice and this permission notice appear in all copies.
  *
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: lwresd.c,v 1.37.2.2.2.9 2008/07/22 04:00:37 marka Exp $ */
+/* $Id: lwresd.c,v 1.37.2.2.2.10 2008/07/22 23:45:33 tbox Exp $ */
 
 /*
  * Main program for the Lightweight Resolver Daemon.
@@ -223,7 +223,7 @@ ns_lwresd_parseeresolvconf(isc_mem_t *mctx, cfg_parser_t *pctx,
                        for (i = 0; i < lwc->searchnxt; i++) {
                                CHECK(buffer_putstr(&b, "\t\t\""));
                                CHECK(buffer_putstr(&b, lwc->search[i]));
-                               CHECK(buffer_putstr(&b, "\";\n"));
+                               CHECK(buffer_putstr(&b, "\";\n"));
                        }
                        CHECK(buffer_putstr(&b, "\t};\n"));
                }
index 0a29dabef9d053ec95682a061854e132b02f7a0c..bda08317935a0c787991fff72754c895cbaaf099 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 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: sig0_test.c,v 1.9.12.9 2008/07/22 04:00:37 marka Exp $ */
+/* $Id: sig0_test.c,v 1.9.12.10 2008/07/22 23:45:33 tbox Exp $ */
 
 #include <config.h>
 
index 028202a5a25a37e84f63841b51972c23d05256f8..93cc24a11af4d6d21eecb73a6bed97939bd254b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-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: sock_test.c,v 1.47.12.8 2008/07/22 04:00:37 marka Exp $ */
+/* $Id: sock_test.c,v 1.47.12.9 2008/07/22 23:45:33 tbox Exp $ */
 
 #include <config.h>
 
index a96922b5e7fcfa06d48150941e6cc7abf6e85128..20d50d7de10a7f6c0bf8ef7b00827cce71c94cd2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: xfrin.c,v 1.124.2.4.2.22 2008/07/22 04:00:37 marka Exp $ */
+/* $Id: xfrin.c,v 1.124.2.4.2.23 2008/07/22 23:45:33 tbox Exp $ */
 
 #include <config.h>
 
@@ -246,7 +246,7 @@ static isc_result_t
 axfr_init(dns_xfrin_ctx_t *xfr) {
        isc_result_t result;
 
-       xfr->is_ixfr = ISC_FALSE;
+       xfr->is_ixfr = ISC_FALSE;
 
        if (xfr->db != NULL)
                dns_db_detach(&xfr->db);
@@ -886,8 +886,8 @@ render(dns_message_t *msg, isc_mem_t *mctx, isc_buffer_t *buf) {
        CHECK(dns_message_renderend(msg));
        result = ISC_R_SUCCESS;
  failure:
-       if (cleanup_cctx)
-               dns_compress_invalidate(&cctx);
+       if (cleanup_cctx)
+               dns_compress_invalidate(&cctx);
        return (result);
 }