]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 25 Jan 2012 23:46:49 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 25 Jan 2012 23:46:49 +0000 (23:46 +0000)
lib/dns/include/dns/zone.h
lib/dns/zone.c

index 29f210b5b549cd97c33ff05dd354327adc81008a..36b445c4526215645a98f96ceeaf775d905992c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: zone.h,v 1.200 2012/01/25 02:46:53 marka Exp $ */
+/* $Id: zone.h,v 1.201 2012/01/25 23:46:49 tbox Exp $ */
 
 #ifndef DNS_ZONE_H
 #define DNS_ZONE_H 1
index 273ee0603b795ac034de4206ebebd852a037bacc..3fbdca1059e4a7eb432f5f7e1e1cea083bd6934f 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.663 2012/01/25 02:46:53 marka Exp $ */
+/* $Id: zone.c,v 1.664 2012/01/25 23:46:49 tbox Exp $ */
 
 /*! \file */
 
@@ -15744,7 +15744,7 @@ dns_zone_link(dns_zone_t *zone, dns_zone_t *raw) {
        /* dns_zone_attach(raw, &zone->raw); */
        isc_refcount_increment(&raw->erefs, NULL);
        zone->raw = raw;
-       
+
        /* dns_zone_iattach(zone,  &raw->secure); */
        zone_iattach(zone, &raw->secure);