From 772bc9542d2b2b6d7450354ab2bd4c953a9eb9ae Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Fri, 1 Sep 2017 23:46:54 +0000 Subject: [PATCH] update copyright notice / whitespace --- bin/tests/system/cookie/bad-cookie-badsha256.conf | 2 +- bin/tests/system/cookie/good-cookie-sha1.conf | 2 +- bin/tests/system/cookie/tests.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/tests/system/cookie/bad-cookie-badsha256.conf b/bin/tests/system/cookie/bad-cookie-badsha256.conf index 701a4a9de0..3ccf77199c 100644 --- a/bin/tests/system/cookie/bad-cookie-badsha256.conf +++ b/bin/tests/system/cookie/bad-cookie-badsha256.conf @@ -8,5 +8,5 @@ options { cookie-algorithm sha256; - cookie-secret "ebc7701beabb4a40c57d140eeb6733fafba4272f"; // 160 bits + cookie-secret "ebc7701beabb4a40c57d140eeb6733fafba4272f"; // 160 bits }; diff --git a/bin/tests/system/cookie/good-cookie-sha1.conf b/bin/tests/system/cookie/good-cookie-sha1.conf index 1de15ed79c..82a1f35818 100644 --- a/bin/tests/system/cookie/good-cookie-sha1.conf +++ b/bin/tests/system/cookie/good-cookie-sha1.conf @@ -8,5 +8,5 @@ options { cookie-algorithm sha1; - cookie-secret "ebc7701beabb4a40c57d140eeb6733fafba4272f"; // 160 bits + cookie-secret "ebc7701beabb4a40c57d140eeb6733fafba4272f"; // 160 bits }; diff --git a/bin/tests/system/cookie/tests.sh b/bin/tests/system/cookie/tests.sh index 8695ffff80..d720de0d20 100755 --- a/bin/tests/system/cookie/tests.sh +++ b/bin/tests/system/cookie/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 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