From 421f833b67ee7b4a67507784927af06e5964e54e Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Mon, 4 Sep 2017 23:46:16 +0000 Subject: [PATCH] update copyright notice / whitespace --- bin/named/include/named/types.h | 2 +- bin/named/server.c | 4 ++-- bin/python/dnssec-checkds.py.in | 2 +- bin/python/dnssec-coverage.py.in | 2 +- bin/python/dnssec-keymgr.py.in | 2 +- bin/tests/system/cookie/ns4/named.conf | 2 +- bin/tests/system/cookie/ns4/root.hint | 2 +- bin/tests/system/cookie/ns5/named.conf | 2 +- bin/tests/system/cookie/ns5/root.hint | 2 +- bin/tests/system/cookie/ns6/named.conf | 2 +- bin/tests/system/cookie/ns6/root.hint | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bin/named/include/named/types.h b/bin/named/include/named/types.h index 336472abdf..dd6828e58b 100644 --- a/bin/named/include/named/types.h +++ b/bin/named/include/named/types.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2001, 2004-2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 1999-2001, 2004-2009, 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 diff --git a/bin/named/server.c b/bin/named/server.c index c6d607229c..9815331b71 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -8213,8 +8213,8 @@ load_configuration(const char *filename, ns_server_t *server, unsigned int usedlength; for (element = cfg_list_first(obj); - element != NULL; - element = cfg_list_next(element)) + element != NULL; + element = cfg_list_next(element)) { obj = cfg_listelt_value(element); str = cfg_obj_asstring(obj); diff --git a/bin/python/dnssec-checkds.py.in b/bin/python/dnssec-checkds.py.in index 420e862c43..615dcdb181 100644 --- a/bin/python/dnssec-checkds.py.in +++ b/bin/python/dnssec-checkds.py.in @@ -1,6 +1,6 @@ #!@PYTHON@ ############################################################################ -# Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012-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/python/dnssec-coverage.py.in b/bin/python/dnssec-coverage.py.in index ef546b1141..8b7a93dc95 100644 --- a/bin/python/dnssec-coverage.py.in +++ b/bin/python/dnssec-coverage.py.in @@ -1,6 +1,6 @@ #!@PYTHON@ ############################################################################ -# Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013-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/python/dnssec-keymgr.py.in b/bin/python/dnssec-keymgr.py.in index 82d1c8a18a..561e41a981 100644 --- a/bin/python/dnssec-keymgr.py.in +++ b/bin/python/dnssec-keymgr.py.in @@ -1,6 +1,6 @@ #!@PYTHON@ ############################################################################ -# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 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/bin/tests/system/cookie/ns4/named.conf b/bin/tests/system/cookie/ns4/named.conf index bd3230a332..439117bb6d 100644 --- a/bin/tests/system/cookie/ns4/named.conf +++ b/bin/tests/system/cookie/ns4/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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/cookie/ns4/root.hint b/bin/tests/system/cookie/ns4/root.hint index 2d75a29cf3..dfb0a86a4d 100644 --- a/bin/tests/system/cookie/ns4/root.hint +++ b/bin/tests/system/cookie/ns4/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 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/cookie/ns5/named.conf b/bin/tests/system/cookie/ns5/named.conf index 480052ecfb..7c8fc90025 100644 --- a/bin/tests/system/cookie/ns5/named.conf +++ b/bin/tests/system/cookie/ns5/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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/cookie/ns5/root.hint b/bin/tests/system/cookie/ns5/root.hint index 2d75a29cf3..dfb0a86a4d 100644 --- a/bin/tests/system/cookie/ns5/root.hint +++ b/bin/tests/system/cookie/ns5/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 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/cookie/ns6/named.conf b/bin/tests/system/cookie/ns6/named.conf index 59d4ae1e9c..9c9750da4c 100644 --- a/bin/tests/system/cookie/ns6/named.conf +++ b/bin/tests/system/cookie/ns6/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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/cookie/ns6/root.hint b/bin/tests/system/cookie/ns6/root.hint index 2d75a29cf3..dfb0a86a4d 100644 --- a/bin/tests/system/cookie/ns6/root.hint +++ b/bin/tests/system/cookie/ns6/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 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