]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Tue, 24 Jan 2017 23:45:30 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Tue, 24 Jan 2017 23:45:30 +0000 (23:45 +0000)
CHANGES
bin/tools/mdig.c
bin/tools/mdig.docbook
lib/dns/openssl_link.c
lib/isc/win32/socket.c

diff --git a/CHANGES b/CHANGES
index 03004716921d73f691023ce929d31798e0043c4a..968961ab32331ed4ac047e850105917331eec903 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
 4560.  [bug]           mdig: add -m option to enable memory debugging rather
                        than having it on all the time. [RT #44509]
 
-4559.  [bug]           openssl_link.c didn't compile if ISC_MEM_TRACKLINES
+4559.  [bug]           openssl_link.c didn't compile if ISC_MEM_TRACKLINES
                        was turned off.  [RT #44509]
 
 4558.  [bug]           Synthesised CNAME before matching DNAME was still
index 08a47b475084b55e41c14393332d73d8504d8c3d..2c9229f287420e53ba1cf55e849b02071d6e2720 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 a650732883a59c7f73f41a8d3534ce3c6591ae0f..0d8dc025cfbeea1e1d6d842f79f21866d52e8baf 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE book [
 <!ENTITY mdash "&#8212;">]>
 <!--
- - 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
@@ -31,6 +31,7 @@
     <copyright>
       <year>2015</year>
       <year>2016</year>
+      <year>2017</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index 4e0976edab44d9e4c89500ccb4511359af857a3e..7f744899376dac897adf0cec12ba92bb525b2a51 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 1999-2012, 2014-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 1999-2012, 2014-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 cc133cb764d24692b48009f6ee0924611a2b5008..dc059c794576e8a09dff8bae64f57687976d2311 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2000-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
@@ -3083,7 +3083,7 @@ isc__socket_send(isc_socket_t *sock, isc_region_t *region,
 isc_result_t
 isc__socket_sendto(isc_socket_t *sock, isc_region_t *region,
                   isc_task_t *task, isc_taskaction_t action, void *arg,
-                  const isc_sockaddr_t *address, struct in6_pktinfo *pktinfo)
+                 const isc_sockaddr_t *address, struct in6_pktinfo *pktinfo)
 {
        isc_socketevent_t *dev;
        isc_socketmgr_t *manager;
@@ -3135,7 +3135,7 @@ isc__socket_sendv(isc_socket_t *sock, isc_bufferlist_t *buflist,
 isc_result_t
 isc__socket_sendtov(isc_socket_t *sock, isc_bufferlist_t *buflist,
                    isc_task_t *task, isc_taskaction_t action, void *arg,
-                   const isc_sockaddr_t *address, struct in6_pktinfo *pktinfo)
+                  const isc_sockaddr_t *address, struct in6_pktinfo *pktinfo)
 {
        return (isc_socket_sendtov2(sock, buflist, task, action, arg, address,
                                    pktinfo, 0));
@@ -3144,7 +3144,7 @@ isc__socket_sendtov(isc_socket_t *sock, isc_bufferlist_t *buflist,
 isc_result_t
 isc__socket_sendtov2(isc_socket_t *sock, isc_bufferlist_t *buflist,
                     isc_task_t *task, isc_taskaction_t action, void *arg,
-                    const isc_sockaddr_t *address, struct in6_pktinfo *pktinfo,
+                   const isc_sockaddr_t *address, struct in6_pktinfo *pktinfo,
                     unsigned int flags)
 {
        isc_socketevent_t *dev;
@@ -3201,7 +3201,7 @@ isc__socket_sendtov2(isc_socket_t *sock, isc_bufferlist_t *buflist,
 isc_result_t
 isc__socket_sendto2(isc_socket_t *sock, isc_region_t *region,
                    isc_task_t *task,
-                   const isc_sockaddr_t *address, struct in6_pktinfo *pktinfo,
+                  const isc_sockaddr_t *address, struct in6_pktinfo *pktinfo,
                    isc_socketevent_t *event, unsigned int flags)
 {
        isc_result_t ret;