]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Sat, 11 Jul 2009 23:47:17 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Sat, 11 Jul 2009 23:47:17 +0000 (23:47 +0000)
bin/named/control.c
doc/misc/Makefile.in
lib/dns/zone.c

index b6b7c73be4e43e667062a5219a5376096a8120c7..ac1ec4217dad87d15782de5a9d8edd01e6dc813c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: control.c,v 1.33.266.1 2009/07/11 04:23:52 marka Exp $ */
+/* $Id: control.c,v 1.33.266.2 2009/07/11 23:47:17 tbox Exp $ */
 
 /*! \file */
 
@@ -56,7 +56,7 @@ command_compare(const char *text, const char *command) {
 
 /*%
  * This function is called to process the incoming command
- * when a control channel message is received.  
+ * when a control channel message is received.
  */
 isc_result_t
 ns_control_docommand(isccc_sexpr_t *message, isc_buffer_t *text) {
index 50dd6e03b892ec3193e97e17839dc51c4163b94f..24ef3bc96aa032e45eb1c571f4584a56c086f739 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.7.252.1 2009/07/11 00:14:51 marka Exp $
+# $Id: Makefile.in,v 1.7.252.2 2009/07/11 23:47:17 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 712ee8a4dfae72635bb3fe6654441587531324c2..925fd35afeee74079bb2bc62a2ce22e8abe7de79 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.483.36.8 2009/07/11 04:23:53 marka Exp $ */
+/* $Id: zone.c,v 1.483.36.9 2009/07/11 23:47:17 tbox Exp $ */
 
 /*! \file */
 
@@ -1481,7 +1481,7 @@ dns_zone_loadnew(dns_zone_t *zone) {
 isc_result_t
 dns_zone_loadandthaw(dns_zone_t *zone) {
        isc_result_t result;
-               
+
        result = zone_load(zone, DNS_ZONELOADFLAG_THAW);
        switch (result) {
        case DNS_R_CONTINUE: