]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Tue, 21 Apr 2009 23:47:18 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Tue, 21 Apr 2009 23:47:18 +0000 (23:47 +0000)
lib/dns/sdb.c
lib/dns/sdlz.c

index 15d54ec2b947a0d323ba87f702629d54d4563578..03fca9ed63e66d6e84f96c88ed9bc8862d9dbfaf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 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: sdb.c,v 1.66.48.1 2009/04/21 00:42:21 jinmei Exp $ */
+/* $Id: sdb.c,v 1.66.48.2 2009/04/21 23:47:18 tbox Exp $ */
 
 /*! \file */
 
@@ -882,7 +882,7 @@ find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version,
                                        dns_rdataset_disassociate(rdataset);
                                        if (sigrdataset != NULL &&
                                            dns_rdataset_isassociated
-                                                       (sigrdataset)) {
+                                                       (sigrdataset)) {
                                                dns_rdataset_disassociate
                                                                (sigrdataset);
                                        }
index 52df721ee0c45afb5d707e692cd3e63ee535823e..89cd0eea2a704f5af9b8f24465489c6c0c21da13 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2005-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2005-2009  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -50,7 +50,7 @@
  * USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: sdlz.c,v 1.18.50.1 2009/04/21 00:42:21 jinmei Exp $ */
+/* $Id: sdlz.c,v 1.18.50.2 2009/04/21 23:47:18 tbox Exp $ */
 
 /*! \file */
 
@@ -846,7 +846,7 @@ find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version,
                                        dns_rdataset_disassociate(rdataset);
                                        if (sigrdataset != NULL &&
                                            dns_rdataset_isassociated
-                                                       (sigrdataset)) {
+                                                       (sigrdataset)) {
                                                dns_rdataset_disassociate
                                                        (sigrdataset);
                                        }