From 16a6c249b50523eb240837addb6de2d7a22dc6b7 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Tue, 3 Oct 2017 23:48:38 +0000 Subject: [PATCH] update copyright notice / whitespace --- bin/named/server.c | 4 ++-- bin/python/dnssec-checkds.docbook | 3 ++- bin/tests/nsecify.c | 2 +- bin/tests/rwlock_test.c | 2 +- bin/tests/system/checkconf/dnssec.3 | 20 ++++++++++---------- doc/arm/Bv9ARM-book.xml | 2 +- lib/bind9/check.c | 10 +++++----- lib/dns/gssapictx.c | 2 +- lib/dns/rdata/any_255/tsig_250.c | 2 +- lib/dns/rdata/ch_3/a_1.c | 2 +- lib/dns/rdata/generic/afsdb_18.c | 2 +- lib/dns/rdata/generic/cert_37.c | 2 +- lib/dns/rdata/generic/csync_62.c | 2 +- lib/dns/rdata/generic/ds_43.c | 2 +- lib/dns/rdata/generic/hip_55.c | 2 +- lib/dns/rdata/generic/ipseckey_45.c | 2 +- lib/dns/rdata/generic/key_25.c | 2 +- lib/dns/rdata/generic/l32_105.c | 2 +- lib/dns/rdata/generic/l64_106.c | 2 +- lib/dns/rdata/generic/loc_29.c | 2 +- lib/dns/rdata/generic/lp_107.c | 2 +- lib/dns/rdata/generic/mx_15.c | 2 +- lib/dns/rdata/generic/naptr_35.c | 2 +- lib/dns/rdata/generic/nid_104.c | 2 +- lib/dns/rdata/generic/nsec3param_51.c | 2 +- lib/dns/rdata/generic/nxt_30.c | 2 +- lib/dns/rdata/generic/rrsig_46.c | 2 +- lib/dns/rdata/generic/rt_21.c | 2 +- lib/dns/rdata/generic/sig_24.c | 2 +- lib/dns/rdata/generic/sink_40.c | 2 +- lib/dns/rdata/generic/soa_6.c | 2 +- lib/dns/rdata/generic/sshfp_44.c | 2 +- lib/dns/rdata/generic/tkey_249.c | 2 +- lib/dns/rdata/generic/tlsa_52.c | 2 +- lib/dns/rdata/generic/uri_256.c | 2 +- lib/dns/rdata/in_1/a6_38.c | 2 +- lib/dns/rdata/in_1/kx_36.c | 2 +- lib/dns/rdata/in_1/nsap_22.c | 2 +- lib/dns/rdata/in_1/px_26.c | 2 +- lib/dns/rdata/in_1/wks_11.c | 2 +- lib/isc/httpd.c | 2 +- lib/isc/log.c | 2 +- lib/isc/unix/ifiter_ioctl.c | 2 +- 43 files changed, 58 insertions(+), 57 deletions(-) diff --git a/bin/named/server.c b/bin/named/server.c index 4e78b0e74b..2cace79e35 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -5148,8 +5148,8 @@ load_configuration(const char *filename, ns_server_t *server, maps[i] = NULL; /* - * If bind.keys exists, load it. If "dnssec-validation auto" - * is turned on, the root key found there will be used as a + * If bind.keys exists, load it. If "dnssec-validation auto" + * is turned on, the root key found there will be used as a * default trust anchor. */ obj = NULL; diff --git a/bin/python/dnssec-checkds.docbook b/bin/python/dnssec-checkds.docbook index a5ef011918..182f3202f5 100644 --- a/bin/python/dnssec-checkds.docbook +++ b/bin/python/dnssec-checkds.docbook @@ -1,5 +1,5 @@