From 9c61ab2c991c4d8eaee726729682e6efd5b37181 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Sat, 21 Dec 2013 23:46:16 +0000 Subject: [PATCH] update copyright notice --- bin/tests/system/checkconf/clean.sh | 2 +- bin/tests/system/checkconf/warn-keydir.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/tests/system/checkconf/clean.sh b/bin/tests/system/checkconf/clean.sh index c7da3d2b21..dde8713191 100644 --- a/bin/tests/system/checkconf/clean.sh +++ b/bin/tests/system/checkconf/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/bin/tests/system/checkconf/warn-keydir.conf b/bin/tests/system/checkconf/warn-keydir.conf index 3ee8118211..c537a3a25d 100644 --- a/bin/tests/system/checkconf/warn-keydir.conf +++ b/bin/tests/system/checkconf/warn-keydir.conf @@ -18,11 +18,11 @@ * key-directory defined but doesn't exist. */ options { - directory "."; + directory "."; }; zone dummy { type master; file "xxxx"; - key-directory "test.keydir"; + key-directory "test.keydir"; };