]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 14 Nov 2013 23:46:24 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 14 Nov 2013 23:46:24 +0000 (23:46 +0000)
bin/tests/system/views/ns2/named1.conf
bin/tests/system/views/ns4/named.conf
lib/dns/zt.c

index ef5e3a0df74dc7e7aacd972b395d6a785bc8e03f..1b3dfd6cb1a2ecd84dad944e9a0d0af4cf2faabb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index bf9d0e257c73e08f37b3732f704f2846a08cd14b..f191ca22370f88f2f9c35718786bb3c68d9f04eb 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2013  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * Copyright (C) 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
@@ -33,12 +32,12 @@ options {
 };
 
 key rndc_key {
-        secret "1234abcd8765";
-        algorithm hmac-sha256;
+       secret "1234abcd8765";
+       algorithm hmac-sha256;
 };
 
 controls {
-        inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
+       inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
 };
 
 zone "." {
index 7e58546ec2451947fe5b43bc9f62480929052b36..f2f3af2f2501604dae4f6c448a3487ac1dffcc1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any