2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 15:45:25 +00:00

update copyright notice / whitespace

This commit is contained in:
Tinderbox User
2017-09-14 23:46:40 +00:00
parent 741fe699dc
commit f54a365aeb
4 changed files with 4 additions and 4 deletions

View 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 # 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 # License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View File

@@ -80,7 +80,7 @@ isc_ntpaths_init(void) {
strlcpy(ns_defaultpidfile, namedBase, sizeof(ns_defaultpidfile)); strlcpy(ns_defaultpidfile, namedBase, sizeof(ns_defaultpidfile));
strlcat(ns_defaultpidfile, "\\etc\\named.pid", strlcat(ns_defaultpidfile, "\\etc\\named.pid",
sizeof(ns_defaultpidfile)); sizeof(ns_defaultpidfile));
strlcpy(ns_lockfile, namedBase, sizeof(ns_lockfile)); strlcpy(ns_lockfile, namedBase, sizeof(ns_lockfile));
strlcat(ns_lockfile, "\\etc\\named.lock", sizeof(ns_lockfile)); strlcat(ns_lockfile, "\\etc\\named.lock", sizeof(ns_lockfile));