]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Fri, 20 Jan 2017 23:45:34 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Fri, 20 Jan 2017 23:45:34 +0000 (23:45 +0000)
bin/dig/dig.docbook
bin/tests/system/digdelv/ns3/named.conf
bin/tests/system/digdelv/tests.sh
doc/arm/notes.xml

index 6651af9b5100692c8d936acb29a921f1a5bce7a6..a134e811dd30e40babef8b3480ada1fecd6b35db 100644 (file)
            <para>
              Specify EDNS option with code point <option>code</option>
              and optionally payload of <option>value</option> as a
-             hexadecimal string.  <option>code</option> can be 
+             hexadecimal string.  <option>code</option> can be
              either an EDNS option name (for example,
              <literal>NSID</literal> or <literal>ECS</literal>),
              or an arbitrary numeric value.  <option>+noednsopt</option>
index 0fda0754f18ffa4c99022c09d357fe1df7fd52f0..fcd2abc6dda7264a3b3fc51fdb0bb27072d714fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2015-2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index 713042d4742bf30e4ced1dd1625765001d84afeb..594f74fc9e97de13075ffcad7024ff64640fdcd0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015-2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 1070c4e9ee46e27f0381a5b94132327b96fbe5dd..d17535d3fa83a8e480a5d32d4556c330b7929675 100644 (file)
       <listitem>
        <para>
          <command>dig +ednsopt</command> now accepts the names
-         for EDNS options in addition to numeric values. For example, 
+         for EDNS options in addition to numeric values. For example,
          an EDNS Client-Subnet option could be sent using
          <command>dig +ednsopt=ecs:...</command>. Thanks to
          John Worley of Secure64 for the contribution. [RT #44461]