]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Fri, 27 Apr 2012 04:03:10 +0000 (04:03 +0000)
committerTinderbox User <tbox@isc.org>
Fri, 27 Apr 2012 04:03:10 +0000 (04:03 +0000)
bin/named/query.c
util/commit-arm.sh

index c681a57549f821d2282dedf47a99dec00087c668..abf28eee93c0451a82e4f3695458675c9c09194f 100644 (file)
@@ -1447,7 +1447,7 @@ query_addadditional(void *arg, dns_name_t *name, dns_rdatatype_t qtype) {
                         * There's an A; check whether we're filtering AAAA
                         */
 #ifdef ALLOW_FILTER_AAAA_ON_V4
-                       if (have_a && 
+                       if (have_a &&
                            (client->filter_aaaa == dns_v4_aaaa_break_dnssec ||
                            (client->filter_aaaa == dns_v4_aaaa_filter &&
                             (!WANTDNSSEC(client) || sigrdataset == NULL ||
index dbdcafe9875390332cf75015ffa33f26b39ee2b0..6797acea22084ce1fc795e3da423c80091e902d0 100644 (file)
@@ -1,3 +1,19 @@
+# Copyright (C) 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
+# copyright notice and this permission notice appear in all copies.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+# AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+# PERFORMANCE OF THIS SOFTWARE.
+
+# $Id$
+
 ps=`git log -1 --date=raw --pretty=format:%ad -- doc/arm/Bv9ARM.pdf | awk '{print $1;}'`
 for f in doc/arm/*.html
 do