]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Thu, 14 Sep 2017 23:46:40 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 14 Sep 2017 23:46:40 +0000 (23:46 +0000)
bin/tests/system/dlzexternal/Makefile.in
bin/tests/system/dlzexternal/driver.c
lib/dns/ttl.c
lib/isc/win32/ntpaths.c

index 2a1a6d14344518d81e474d9f154071956ec294b1..96686dc1685fb7f02f6c3cbbfab384ff1e416fe2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011, 2012, 2014-2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011, 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 5377c9c8dc1dc963c97de1cc6aae173d4fb8ca8e..bca969f80ba0ac701f9f518ef403d93a1caeebc9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2011-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 223d389fcc9378669ef8ae857d89fd2dffb6c6f7..1afca6426c424e770f29d9d55e816fd81cada328 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2011-2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 1999-2001, 2004, 2005, 2007, 2011-2014, 2016, 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 08cd8953093b5fac01bb503ab0e2bd01c7985911..864ee158a7a7ef25498b720ec0c436a5da91a4ac 100644 (file)
@@ -80,7 +80,7 @@ isc_ntpaths_init(void) {
 
        strlcpy(ns_defaultpidfile, namedBase, sizeof(ns_defaultpidfile));
        strlcat(ns_defaultpidfile, "\\etc\\named.pid",
-               sizeof(ns_defaultpidfile));
+               sizeof(ns_defaultpidfile));
 
        strlcpy(ns_lockfile, namedBase, sizeof(ns_lockfile));
        strlcat(ns_lockfile, "\\etc\\named.lock", sizeof(ns_lockfile));