]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Fri, 14 Nov 2008 23:47:33 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Fri, 14 Nov 2008 23:47:33 +0000 (23:47 +0000)
bin/named/server.c
lib/dns/dnssec.c
lib/dns/include/dns/Makefile.in
lib/dns/validator.c
lib/isc/include/isc/Makefile.in

index 53a44859c73aa85df710d53a2ecb94c6b2f94dce..31b27614931dc945bffdd391e574a4888f2793d8 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: server.c,v 1.519 2008/11/14 04:57:04 marka Exp $ */
+/* $Id: server.c,v 1.520 2008/11/14 23:47:32 tbox Exp $ */
 
 /*! \file */
 
@@ -5095,7 +5095,7 @@ ns_server_status(ns_server_t *server, isc_buffer_t *text) {
        n = snprintf((char *)isc_buffer_used(text),
                     isc_buffer_availablelength(text),
                     "version: %s%s%s%s\n"
-#ifdef ISC_PLATFORM_USETHREADS 
+#ifdef ISC_PLATFORM_USETHREADS
                     "CPUs found: %u\n"
                     "worker threads: %u\n"
 #endif
@@ -5109,7 +5109,7 @@ ns_server_status(ns_server_t *server, isc_buffer_t *text) {
                     "tcp clients: %d/%d\n"
                     "server is up and running",
                     ns_g_version, ob, alt, cb,
-#ifdef ISC_PLATFORM_USETHREADS 
+#ifdef ISC_PLATFORM_USETHREADS
                     ns_g_cpus_detected, ns_g_cpus,
 #endif
                     zonecount, ns_g_debuglevel, xferrunning, xferdeferred,
index 2ffe8f856c9dba8f98411ba1080b7a97cedc3cd1..f06d715c4d32f15879e02446ca1187549b9dfb05 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
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: dnssec.c,v 1.92 2008/11/14 22:53:46 marka Exp $
+ * $Id: dnssec.c,v 1.93 2008/11/14 23:47:33 tbox Exp $
  */
 
 /*! \file */
@@ -431,7 +431,7 @@ dns_dnssec_verify2(dns_name_t *name, dns_rdataset_t *set, dst_key_t *key,
        dns_fixedname_init(&fnewname);
        labels = dns_name_countlabels(name) - 1;
        RUNTIME_CHECK(dns_name_downcase(name, dns_fixedname_name(&fnewname),
-                                       NULL) == ISC_R_SUCCESS);
+                                       NULL) == ISC_R_SUCCESS);
        if (labels - sig.labels > 0)
                dns_name_split(dns_fixedname_name(&fnewname), sig.labels + 1,
                               NULL, dns_fixedname_name(&fnewname));
@@ -511,9 +511,9 @@ cleanup_struct:
        dns_rdata_freestruct(&sig);
 
        if (ret == ISC_R_SUCCESS && labels - sig.labels > 0) {
-               if (wild != NULL) 
+               if (wild != NULL)
                        RUNTIME_CHECK(dns_name_concatenate(dns_wildcardname,
-                                                dns_fixedname_name(&fnewname),
+                                                dns_fixedname_name(&fnewname),
                                                 wild, NULL) == ISC_R_SUCCESS);
                ret = DNS_R_FROMWILDCARD;
        }
@@ -829,7 +829,7 @@ dns_dnssec_verifymessage(isc_buffer_t *source, dns_message_t *msg,
        RETERR(dst_context_create(key, mctx, &ctx));
 
        /*
-        * Digest the SIG(0) record, except for the signature.
+        * Digest the SIG(0) record, except for the signature.
         */
        dns_rdata_toregion(&rdata, &r);
        r.length -= sig.siglen;
index d3a5eddb6a03d0f5497a2e5ba10604e9c00111f4..e9e049e29825a63d999be77f04a2bdadddeb0ca8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2003  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: Makefile.in,v 1.54 2008/11/14 05:24:11 marka Exp $
+# $Id: Makefile.in,v 1.55 2008/11/14 23:47:33 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 27f158d66b8ed77cc34b632f7ac2912e00b0a0f6..39c17d573d3f236c3a8437bbcf9f2f9e1cc06709 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: validator.c,v 1.163 2008/11/14 22:53:46 marka Exp $ */
+/* $Id: validator.c,v 1.164 2008/11/14 23:47:33 tbox Exp $ */
 
 #include <config.h>
 
@@ -1546,7 +1546,7 @@ get_key(dns_validator_t *val, dns_rdata_rrsig_t *siginfo) {
                        return (DNS_R_CONTINUE);
        } else {
                /*
-                * SOA and NS RRsets can only be signed by a key with   
+                * SOA and NS RRsets can only be signed by a key with
                 * the same name.
                 */
                if (val->event->rdataset->type == dns_rdatatype_soa ||
index 71627902f88dd52466dc19c237cd195716d7e070..236865df714e0b950e220be1e51fa3718a6545df 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-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
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.63 2008/11/14 05:24:11 marka Exp $
+# $Id: Makefile.in,v 1.64 2008/11/14 23:47:33 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@