]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Wed, 1 Oct 2014 23:45:24 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Wed, 1 Oct 2014 23:45:24 +0000 (23:45 +0000)
FAQ.xml
bin/dig/dighost.c
bin/nsupdate/nsupdate.c

diff --git a/FAQ.xml b/FAQ.xml
index 6a5b77e1c3704e32acc1f85fe0e53889a063fde4..9c56f8123f7e2dee45d9101fb64ff43be5a22fb4 100644 (file)
--- a/FAQ.xml
+++ b/FAQ.xml
@@ -1,7 +1,7 @@
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
        "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []>
 <!--
- - Copyright (C) 2004-2010, 2013  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2010, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003  Internet Software Consortium.
  -
  - Permission to use, copy, modify, and/or distribute this software for any
@@ -31,6 +31,7 @@
       <year>2009</year>
       <year>2010</year>
       <year>2013</year>
+      <year>2014</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
     <copyright>
index aeded9e42778e8d10d3ad607ab0424ca37a8c057..c9e048e20a96b4f32e9c4752311087bb7d80fbbe 100644 (file)
@@ -5309,10 +5309,10 @@ sigchase_td(dns_message_t *msg)
                isc_buffer_init(&b, buf, sizeof(buf));
                result = dns_rcode_totext(msg->rcode, &b);
                check_result(result, "dns_rcode_totext failed");
-               printf("error response code %.*s\n", 
+               printf("error response code %.*s\n",
                       (int)isc_buffer_usedlength(&b), buf);
                error_message = msg;
-               return; 
+               return;
        }
 
        if ((result = dns_message_firstname(msg, DNS_SECTION_ANSWER))
index ef9fcae7106fc6e1b7b39011eaca77e1487613f6..da11f938ad6924c9ce08ab1f3e902869ec0e3922 100644 (file)
@@ -1921,8 +1921,8 @@ evaluate_checknames(char *cmdline) {
            strcasecmp(word, "on") == 0) {
                checknames = ISC_TRUE;
        } else if (strcasecmp(word, "no") == 0 ||
-                strcasecmp(word, "false") == 0 ||
-                strcasecmp(word, "off") == 0) {
+                strcasecmp(word, "false") == 0 ||
+                strcasecmp(word, "off") == 0) {
                checknames = ISC_FALSE;
        } else {
                fprintf(stderr, "incorrect check-names directive: %s\n", word);