]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Wed, 11 Apr 2012 23:45:52 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Wed, 11 Apr 2012 23:45:52 +0000 (23:45 +0000)
bin/named/builtin.c
bin/tests/system/dns64/tests.sh
lib/dns/include/dns/sdb.h
lib/dns/sdb.c

index 7f61be09eb1a5ab13f4feeae27db6ecc4b05f97a..ceafe5d61661da95c0bb70758983d1ff87612d6e 100644 (file)
@@ -116,7 +116,7 @@ dns64_rdata(unsigned char *v, size_t start, unsigned char *rdata) {
                        rdata[j++] = 1;
                        rdata[j++] = decimal[c];
                }
-       } 
+       }
        memcpy(&rdata[j], "\07in-addr\04arpa", 14);
        return (j + 14);
 }
index c776ea40d142a1f4da9c3ab924170bd28c78a167..1111c2f70a151a505ba5f652c094c651e1c00120 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2010, 2011  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010-2012  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
index 75dfd7e13abc8abe89f10cd9f449c7a86623020d..27519034f17129d795776cb4d124041cde3ed17e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009, 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -65,9 +65,9 @@ typedef isc_result_t
 typedef isc_result_t
 (*dns_sdblookup2func_t)(const dns_name_t *zone, const dns_name_t *name,
                        void *dbdata, dns_sdblookup_t *lookup,
-                       dns_clientinfomethods_t *methods,
-                       dns_clientinfo_t *clientinfo);
+                       dns_clientinfomethods_t *methods,
+                       dns_clientinfo_t *clientinfo);
+
 typedef isc_result_t
 (*dns_sdbauthorityfunc_t)(const char *zone, void *dbdata, dns_sdblookup_t *);
 
index 25f76364d5451d9fc83629bfcf369a6aa9ae8b10..3dd1c46e51b29e9cc617aa6185237031c618a8a4 100644 (file)
@@ -789,7 +789,7 @@ findnodeext(dns_db_t *db, dns_name_t *name, isc_boolean_t create,
                result = imp->methods->lookup2(&sdb->common.origin, name,
                                               sdb->dbdata, node, methods,
                                               clientinfo);
-       else 
+       else
                result = imp->methods->lookup(sdb->zone, namestr, sdb->dbdata,
                                              node, methods, clientinfo);
        MAYBE_UNLOCK(sdb);