]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Sat, 21 Dec 2013 23:46:16 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Sat, 21 Dec 2013 23:46:16 +0000 (23:46 +0000)
bin/tests/system/checkconf/clean.sh
bin/tests/system/checkconf/warn-keydir.conf

index c7da3d2b210ae91adff588ad7383422289ff4842..dde871319176cacc09f7a49583c1d779a8be6966 100644 (file)
@@ -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
index 3ee81182113fc673c3d8696acc1372313d37a4c1..c537a3a25d01472c12f1fa5c661ed8b1310fef7e 100644 (file)
  * key-directory defined but doesn't exist.
  */
 options {
-        directory ".";
+       directory ".";
 };
 
 zone dummy {
        type master;
        file "xxxx";
-        key-directory "test.keydir";
+       key-directory "test.keydir";
 };