]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 2 May 2013 23:46:13 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 2 May 2013 23:46:13 +0000 (23:46 +0000)
lib/dns/include/dns/rbt.h
lib/dns/rbtdb.c

index ef9f5e5f9873ac2682b6480d9d86e5a08b8033fc..bc34421486cbdc33219b7d97c0cb3c1dcfbec8ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2012, 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
index e70342859c15df10fdf110651c2dbc8cfcec47f1..34898decf8cbd265443e950630b3fa588cee36a1 100644 (file)
@@ -7207,7 +7207,7 @@ endload(dns_db_t *db, dns_rdatacallbacks_t *callbacks) {
  * by the void *data pointer in the dns_rbtnode
  */
 static isc_result_t
-rbt_datawriter(FILE *rbtfile, unsigned char *data, isc_uint32_t serial, 
+rbt_datawriter(FILE *rbtfile, unsigned char *data, isc_uint32_t serial,
                isc_sha1_t *sha1) {
        rdatasetheader_t newheader;
        rdatasetheader_t *header = (rdatasetheader_t *) data, *next;