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

index 76ad0de604db2c44bff39836ff6309c138e47b4e..e25471e0ba960f83d8d60dc66e87c62005852a52 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";
 };
index d81c467160990150d9067218a293907a9bc0055c..86941b24c2aa2a1e4cfdaa05d6a3c46f62f8ddba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any