]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Wed, 22 Jun 2016 23:45:21 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Wed, 22 Jun 2016 23:45:21 +0000 (23:45 +0000)
bin/named/client.c
bin/named/include/named/server.h
bin/tests/system/catz/ns1/named.conf
bin/tests/system/catz/ns2/named.conf.in
bin/tests/system/statschannel/server-json.pl
bin/tests/system/statschannel/traffic-json.pl
bin/tests/system/statschannel/traffic-xml.pl
lib/dns/include/dns/stats.h
lib/dns/stats.c
lib/isc/random.c

index 850d31816535154765941c6d71c8a0944b443210..55ab588e9ee237ef8f2287502455fa1497145af3 100644 (file)
@@ -1199,7 +1199,7 @@ client_send(ns_client_t *client) {
                }
 #endif /* HAVE_DNSTAP */
 
-               
+
                switch (isc_sockaddr_pf(&client->peeraddr)) {
                case AF_INET:
                        isc_stats_increment(ns_g_server->tcpoutstats4,
index 8cdfe79b316dcc381ae7f037d1d2b4f07220838c..18c4538e395407fc4a35c8eb35d6cc51b430a90c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2015  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2016  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 521d147a6766db91fcd603d1c1ebf61788a5f1d0..f4a628a31c515999c83a80ee5323eca4113e9d09 100644 (file)
@@ -64,6 +64,6 @@ zone "catalog4.example" {
 /* catalog5 is missing on purpose */
 
 key tsig_key. {
-        secret "LSAnCU+Z";
-        algorithm hmac-md5;
+       secret "LSAnCU+Z";
+       algorithm hmac-md5;
 };
index f2ea7cbbb12db94432aeb55d43c78d9ddd51c96e..b7662c181af5663ad0c806f304bae1d8dc112f45 100644 (file)
@@ -74,6 +74,6 @@ zone "catalog4.example" {
 };
 
 key tsig_key. {
-        secret "LSAnCU+Z";
-        algorithm hmac-md5;
+       secret "LSAnCU+Z";
+       algorithm hmac-md5;
 };
index 4ffe767d8e22a0a191ed36918c39511a53572a56..58c55df6598a28e54ea9723ffc04ea2aa4af21b7 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright (C) 2015  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015, 2016  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 a56929e51c8705d58f5d73ae764c3c638e2309b5..2e54ad9c05a406767f743b01b121746a20c5712f 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright (C) 2015  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015, 2016  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 81281b2ed6a86bb9a2ab482f77518514649a6cb6..f7622754cfed57f20aff36c34e99ee22c67f506e 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright (C) 2015  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015, 2016  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 eb31af77d8bec1b2857ca6c66d4796d5437e7d32..a0d71f94bcf359804dc6379fa997dd99e38ad736 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2012, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2012, 2014-2016  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 1f2ff849ff25c0ac66f3247b2838939c080a5c19..f500c65824a00bc2ff9a252683a0e382c461aeef 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009, 2012, 2016  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -299,7 +299,7 @@ void
 dns_rcodestats_increment(dns_stats_t *stats, dns_rcode_t code) {
        REQUIRE(DNS_STATS_VALID(stats) && stats->type == dns_statstype_rcode);
 
-        if (code <= dns_rcode_badcookie) 
+       if (code <= dns_rcode_badcookie)
                isc_stats_increment(stats->counters, (isc_statscounter_t)code);
 }
 
index 04fd80de0833d5985e11a1a247b52e41f7fb3bfe..584ca16f98218b548e54626918fad6f49978ed34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 2013, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any