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

index a49357a2889de354a9c82cf458d4e296f9d06e95..2777ca359ea412514ba3015106de6ad5b2b2810a 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.67 2009/04/21 00:41:02 jinmei Exp $ */
+/* $Id: sdb.c,v 1.68 2009/04/21 23:48:04 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 b4099ed9964a26f2c93ea0a23b859ee21d469cb9..163791a9288c2efd5b1a90d6f54b7e4f52ade973 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.19 2009/04/21 00:41:02 jinmei Exp $ */
+/* $Id: sdlz.c,v 1.20 2009/04/21 23:48:04 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);
                                        }