From ddcf6c7d2bdd40e0024c8a5088b5c0210a426b7a Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Thu, 5 Oct 2017 23:45:49 +0000 Subject: [PATCH] update copyright notice / whitespace --- bin/named/unix/dlz_dlopen_driver.c | 2 +- bin/tests/system/addzone/ns3/named1.conf | 2 +- bin/tests/system/cds/checkmtime.pl | 7 +++++++ bin/tests/system/cds/checktime.pl | 6 ++++++ bin/tests/system/cds/clean.sh | 2 +- bin/tests/system/cds/mangle.pl | 7 +++++++ bin/tests/system/cds/prereq.sh | 2 +- bin/tests/system/cds/setup.sh | 2 +- bin/tests/system/cds/tests.sh | 2 +- lib/dns/include/dns/zt.h | 2 +- lib/dns/zt.c | 2 +- 11 files changed, 28 insertions(+), 8 deletions(-) diff --git a/bin/named/unix/dlz_dlopen_driver.c b/bin/named/unix/dlz_dlopen_driver.c index bbb93eeab6..49db360d7a 100644 --- a/bin/named/unix/dlz_dlopen_driver.c +++ b/bin/named/unix/dlz_dlopen_driver.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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/bin/tests/system/addzone/ns3/named1.conf b/bin/tests/system/addzone/ns3/named1.conf index 433322b35d..14ea730050 100644 --- a/bin/tests/system/addzone/ns3/named1.conf +++ b/bin/tests/system/addzone/ns3/named1.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 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/cds/checkmtime.pl b/bin/tests/system/cds/checkmtime.pl index a8f94f3da6..ea3fa5d27a 100644 --- a/bin/tests/system/cds/checkmtime.pl +++ b/bin/tests/system/cds/checkmtime.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl +# +# 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 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + my $target = shift; my $file = shift; my $mtime = time - (stat $file)[9]; diff --git a/bin/tests/system/cds/checktime.pl b/bin/tests/system/cds/checktime.pl index 1efd65373c..f51857f5a3 100644 --- a/bin/tests/system/cds/checktime.pl +++ b/bin/tests/system/cds/checktime.pl @@ -1,4 +1,10 @@ #!/usr/bin/perl +# +# 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 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. $target = shift; while (<>) { diff --git a/bin/tests/system/cds/clean.sh b/bin/tests/system/cds/clean.sh index 25798f2060..30b085b2a4 100644 --- a/bin/tests/system/cds/clean.sh +++ b/bin/tests/system/cds/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2012, 2014, 2016, 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/cds/mangle.pl b/bin/tests/system/cds/mangle.pl index a5660063c7..7c42df603f 100644 --- a/bin/tests/system/cds/mangle.pl +++ b/bin/tests/system/cds/mangle.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl +# +# 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 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + my $re = $ARGV[0]; shift; while (<>) { diff --git a/bin/tests/system/cds/prereq.sh b/bin/tests/system/cds/prereq.sh index 0eacf1db84..0de9fa3a87 100644 --- a/bin/tests/system/cds/prereq.sh +++ b/bin/tests/system/cds/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# 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/cds/setup.sh b/bin/tests/system/cds/setup.sh index 6437c0aa2e..94df3b2747 100644 --- a/bin/tests/system/cds/setup.sh +++ b/bin/tests/system/cds/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2012, 2014, 2016, 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/cds/tests.sh b/bin/tests/system/cds/tests.sh index 11e5605e88..ed399bd92a 100644 --- a/bin/tests/system/cds/tests.sh +++ b/bin/tests/system/cds/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2012, 2014, 2016, 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/lib/dns/include/dns/zt.h b/lib/dns/include/dns/zt.h index 592a43f4f2..6b2739f0d8 100644 --- a/lib/dns/include/dns/zt.h +++ b/lib/dns/include/dns/zt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2002, 2004-2007, 2011, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 1999-2002, 2004-2007, 2011, 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/dns/zt.c b/lib/dns/zt.c index 4c1e191833..9f24591c60 100644 --- a/lib/dns/zt.c +++ b/lib/dns/zt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2002, 2004-2007, 2011-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 1999-2002, 2004-2007, 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