From: Tinderbox User Date: Thu, 14 Sep 2017 23:46:40 +0000 (+0000) Subject: update copyright notice / whitespace X-Git-Tag: v9.12.0b1~197 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f54a365aeb0741ea9ccecf8496df37a08701fd86;p=thirdparty%2Fbind9.git update copyright notice / whitespace --- diff --git a/bin/tests/system/dlzexternal/Makefile.in b/bin/tests/system/dlzexternal/Makefile.in index 2a1a6d14344..96686dc1685 100644 --- a/bin/tests/system/dlzexternal/Makefile.in +++ b/bin/tests/system/dlzexternal/Makefile.in @@ -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 diff --git a/bin/tests/system/dlzexternal/driver.c b/bin/tests/system/dlzexternal/driver.c index 5377c9c8dc1..bca969f80ba 100644 --- a/bin/tests/system/dlzexternal/driver.c +++ b/bin/tests/system/dlzexternal/driver.c @@ -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 diff --git a/lib/dns/ttl.c b/lib/dns/ttl.c index 223d389fcc9..1afca6426c4 100644 --- a/lib/dns/ttl.c +++ b/lib/dns/ttl.c @@ -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 diff --git a/lib/isc/win32/ntpaths.c b/lib/isc/win32/ntpaths.c index 08cd8953093..864ee158a7a 100644 --- a/lib/isc/win32/ntpaths.c +++ b/lib/isc/win32/ntpaths.c @@ -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));