]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 18 Nov 2009 23:48:07 +0000 (23:48 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 18 Nov 2009 23:48:07 +0000 (23:48 +0000)
bin/tests/system/pending/ns1/root.db.in
bin/tests/system/pending/ns2/named.conf
bin/tests/system/pending/ns2/sign.sh
bin/tests/system/pending/ns3/named.conf
bin/tests/system/pending/prereq.sh
bin/tests/system/pending/tests.sh
lib/dns/resolver.c

index d32be8a76ce75db33af2ad2c4836518fdf7a1a85..a53b09ac7f8419dbd89108e03b9f5e703ad25c22 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2009  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
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: root.db.in,v 1.2 2009/11/17 23:55:18 marka Exp $
+; $Id: root.db.in,v 1.3 2009/11/18 23:48:06 tbox Exp $
 
 $TTL 30
 .                      IN SOA  marka.isc.org. a.root.servers.nil. (
index 5ed012459fad13f5410b89d5c63c5298f5b1b0b9..cb63caa6e00f1fb7557bf3bd8eb1d23c6715b71a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2006-2008  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000-2002  Internet Software Consortium.
+ * Copyright (C) 2009  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
@@ -15,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.2 2009/11/17 23:55:18 marka Exp $ */
+/* $Id: named.conf,v 1.3 2009/11/18 23:48:06 tbox Exp $ */
 
 // NS2
 
index ea8af0a8a51cc2429bfab651bd95e3b62f3ba988..3bd1102f852284e0c1aa1daa933249c31bb1f71b 100644 (file)
@@ -1,7 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2004, 2006-2009  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000-2003  Internet Software Consortium.
+# Copyright (C) 2009  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
@@ -15,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: sign.sh,v 1.2 2009/11/17 23:55:18 marka Exp $
+# $Id: sign.sh,v 1.3 2009/11/18 23:48:07 tbox Exp $
 
 SYSTEMTESTTOP=../..
 . $SYSTEMTESTTOP/conf.sh
index 6d39ae9b876b72e5d76f9fbe578d9af7b10d1cc1..659746a4b74f9fcec53d398dccede76430843c93 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2006-2008  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000-2002  Internet Software Consortium.
+ * Copyright (C) 2009  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
@@ -15,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.2 2009/11/17 23:55:18 marka Exp $ */
+/* $Id: named.conf,v 1.3 2009/11/18 23:48:07 tbox Exp $ */
 
 // NS2
 
index 1e1b22ad5eefa57c03861dcec4918d9a47e9795e..b05b622ed7ee62014a0667f6de9367ac3edc6b4b 100644 (file)
@@ -1,7 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2006, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000-2002  Internet Software Consortium.
+# Copyright (C) 2009  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
@@ -15,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: prereq.sh,v 1.2 2009/11/17 23:55:18 marka Exp $
+# $Id: prereq.sh,v 1.3 2009/11/18 23:48:06 tbox Exp $
 
 ../../../tools/genrandom 400 random.data
 
index 58019a9d4857c5e92c4535d0bc49a8f0cf46c556..e56b4079dc69717166ec98473ae93d98ca02beb5 100644 (file)
@@ -1,7 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000-2002  Internet Software Consortium.
+# Copyright (C) 2009  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
@@ -15,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: tests.sh,v 1.2 2009/11/17 23:55:18 marka Exp $
+# $Id: tests.sh,v 1.3 2009/11/18 23:48:06 tbox Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
index eac42b8b5bbe89c94e08d7b524dacdfb9e272714..4381d039135c36ee2c24e04f2354924e6a440631 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resolver.c,v 1.412 2009/11/17 23:55:18 marka Exp $ */
+/* $Id: resolver.c,v 1.413 2009/11/18 23:48:07 tbox Exp $ */
 
 /*! \file */
 
@@ -4408,14 +4408,14 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adbaddrinfo_t *addrinfo,
                        if (rdataset->trust == dns_trust_additional &&
                            sigrdataset == NULL && EXTERNAL(rdataset))
                                continue;
-                               
+
                        /*
-                         * XXXMPA: If we store as "answer" after validating
-                         * then we need to do bailiwick processing and
-                         * also need to track whether RRsets are in or
-                         * out of bailiwick.  This will require a another 
-                         * pending trust level.
-                         *
+                        * XXXMPA: If we store as "answer" after validating
+                        * then we need to do bailiwick processing and
+                        * also need to track whether RRsets are in or
+                        * out of bailiwick.  This will require a another
+                        * pending trust level.
+                        *
                         * Cache this rdataset/sigrdataset pair as
                         * pending data.  Track whether it was additional
                         * or not.