]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 18 Oct 2012 23:46:07 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 18 Oct 2012 23:46:07 +0000 (23:46 +0000)
bin/dig/dighost.c
bin/dig/include/dig/dig.h
bin/tests/system/tsig/ns1/example.db
lib/dns/message.c
lib/dns/zone.c

index c506da4a762ea1c4a1894063f88ea6395e5f4324..3c4b335d060ce83b6de728563596c779f9ccad16 100644 (file)
@@ -2502,7 +2502,7 @@ send_tcp_connect(dig_query_t *query) {
                send_tcp_connect(next);
                return;
        }
-       
+
        INSIST(query->sock == NULL);
        result = isc_socket_create(socketmgr,
                                   isc_sockaddr_pf(&query->sockaddr),
@@ -3100,7 +3100,7 @@ recv_done(isc_task_t *task, isc_event_t *event) {
                UNLOCK_LOOKUP;
                return;
        }
-       
+
        if (sevent->result != ISC_R_SUCCESS) {
                if (sevent->result == ISC_R_CANCELED) {
                        debug("in recv cancel handler");
index 8aca3d65fcebca7071d1e9f0eac30f25a1000630..f04440cfb5270de7d331a5fc7c2ba21d515631c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 3151b721db19779dd1dc4c9430e7d6c5a1a7a4fe..c19ca48d25d7a08d7290c0ebae2d4e3cd5d9a5d6 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2005-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2005-2007, 2009, 2012  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
index 6fc3a27d07175e7e20cf3fce562db636173dd814..ef0bf6591b5de962685c26d11ef70b547adfcf2b 100644 (file)
@@ -2115,7 +2115,7 @@ dns_message_renderend(dns_message_t *msg) {
         * If we're adding a OPT, TSIG or SIG(0) to a truncated message,
         * clear all rdatasets from the message except for the question
         * before adding the OPT, TSIG or SIG(0).  If the question doesn't
-         * fit, don't include it.
+        * fit, don't include it.
         */
        if ((msg->tsigkey != NULL || msg->sig0key != NULL || msg->opt) &&
            (msg->flags & DNS_MESSAGEFLAG_TC) != 0)
index 2a06e63e218caad246ff3a8af459d5a0b74f2598..bd3f5d1303b70fea1cde3c6ff8c84111dbb20948 100644 (file)
@@ -12455,7 +12455,7 @@ sync_secure_db(dns_zone_t *seczone, dns_db_t *secdb,
                ISC_LIST_UNLINK(diff->tuples, oldtuple, link);
                dns_difftuple_free(&oldtuple);
        }
-       
+
        if (newtuple != NULL) {
                ISC_LIST_UNLINK(diff->tuples, newtuple, link);
                *soatuple = newtuple;