From: Tinderbox User Date: Sat, 21 Dec 2013 23:46:16 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.10.0a2~148 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=9c61ab2c991c4d8eaee726729682e6efd5b37181;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/tests/system/checkconf/clean.sh b/bin/tests/system/checkconf/clean.sh index c7da3d2b210..dde87131917 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 3ee81182113..c537a3a25d0 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"; };