]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Tue, 31 Jan 2012 23:47:33 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Tue, 31 Jan 2012 23:47:33 +0000 (23:47 +0000)
27 files changed:
bin/named/client.c
bin/named/control.c
bin/named/include/named/client.h
bin/named/include/named/control.h
bin/named/include/named/server.h
bin/named/query.c
bin/named/server.c
bin/named/zoneconf.c
bin/rndc/rndc.c
bin/tests/system/filter-aaaa/ns1/root.db
bin/tests/system/filter-aaaa/ns1/signed.db.in
bin/tests/system/filter-aaaa/ns1/unsigned.db
bin/tests/system/filter-aaaa/ns4/root.db
bin/tests/system/filter-aaaa/ns4/signed.db.in
bin/tests/system/filter-aaaa/ns4/unsigned.db
bin/tests/system/filter-aaaa/tests.sh
bin/tests/system/inline/ns3/master3.db.in
bin/tests/system/zonechecks/clean.sh
bin/tests/system/zonechecks/ns1/named.conf
bin/tests/system/zonechecks/ns2/named.conf
bin/tests/system/zonechecks/setup.sh
bin/tests/system/zonechecks/tests.sh
lib/dns/include/dns/master.h
lib/dns/master.c
lib/dns/tests/master_test.c
make/rules.in
util/mksymtbl.pl

index 78281df7fbaa3d3a34d3725a8b1a48bc36dc33d7..2f4130c5ae63d9d9991333634cae4e290a3d2920 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: client.c,v 1.285 2012/01/31 06:58:38 each Exp $ */
+/* $Id: client.c,v 1.286 2012/01/31 23:47:30 tbox Exp $ */
 
 #include <config.h>
 
index 62008f533cfda37296936ad3c5fcb3f131fe8874..5d351553d673cae6c826a6596e1c6d4f0f2a4243 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009-2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 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: control.c,v 1.48 2012/01/31 03:35:39 each Exp $ */
+/* $Id: control.c,v 1.49 2012/01/31 23:47:31 tbox Exp $ */
 
 /*! \file */
 
index 05ec235da50dea1e24fe886ea291f977100bd3bc..d37bf1adbf24361a665be0a3edac2214498362a8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: client.h,v 1.95 2012/01/31 06:58:38 each Exp $ */
+/* $Id: client.h,v 1.96 2012/01/31 23:47:31 tbox Exp $ */
 
 #ifndef NAMED_CLIENT_H
 #define NAMED_CLIENT_H 1
index 1ababec6074fc323c59937605eb699e0ffae5f7c..550099c1d998e3b37ffd70e73cc62a0de6f7e324 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009-2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 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: control.h,v 1.37 2012/01/31 03:35:39 each Exp $ */
+/* $Id: control.h,v 1.38 2012/01/31 23:47:31 tbox Exp $ */
 
 #ifndef NAMED_CONTROL_H
 #define NAMED_CONTROL_H 1
index 62c36734d91be1419b5b3576a0d42358560766f4..45bcdc425bccaa591f1466c8e64c12f9721d58c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: server.h,v 1.117 2012/01/31 03:35:39 each Exp $ */
+/* $Id: server.h,v 1.118 2012/01/31 23:47:31 tbox Exp $ */
 
 #ifndef NAMED_SERVER_H
 #define NAMED_SERVER_H 1
index 3d97bc7ae3d4ef71c9a4b7598e0af447a9f9e1f6..53aa489b5dfe989a7f2696f1b5c5aff4e73a3776 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: query.c,v 1.382 2012/01/31 06:58:38 each Exp $ */
+/* $Id: query.c,v 1.383 2012/01/31 23:47:31 tbox Exp $ */
 
 /*! \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 69b51bf60976a2d9608388ae40e126c1a9ad8399..2074df1c663863c911386aea22ce7f0de29a385a 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: server.c,v 1.640 2012/01/31 03:35:39 each Exp $ */
+/* $Id: server.c,v 1.641 2012/01/31 23:47:31 tbox Exp $ */
 
 /*! \file */
 
@@ -8092,7 +8092,7 @@ ns_server_zonestatus(ns_server_t *server, char *args, isc_buffer_t *text) {
        hasraw = ISC_TF(raw != NULL);
        if (hasraw)
                CHECK(dns_zone_getdb(raw, &rawdb));
+
        /* Serial number */
        serial = dns_zone_getserial(hasraw ? raw : zone);
        snprintf(serbuf, sizeof(serbuf), "%d", serial);
@@ -8147,7 +8147,7 @@ ns_server_zonestatus(ns_server_t *server, char *args, isc_buffer_t *text) {
        }
 
        /* Next resign event */
-       if (secure && (zonetype == dns_zone_master || 
+       if (secure && (zonetype == dns_zone_master ||
             (zonetype == dns_zone_slave && hasraw)) &&
            ((dns_zone_getkeyopts(zone) & DNS_ZONEKEY_NORESIGN) == 0))
        {
index c5ce96d45a30ec13106413ce61142b797ee86055..fad1351217ee6d99c2dd96e832885c6719a48f05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: zoneconf.c,v 1.187 2012/01/31 01:13:09 each Exp $ */
+/* $Id: zoneconf.c,v 1.188 2012/01/31 23:47:31 tbox Exp $ */
 
 /*% */
 
index 67e521fc522d044466a3121664e2a2915534290e..3ccf27b6e2651e3a4e71d558e30b19def420c3ff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-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: rndc.c,v 1.140 2012/01/31 03:35:39 each Exp $ */
+/* $Id: rndc.c,v 1.141 2012/01/31 23:47:31 tbox Exp $ */
 
 /*! \file */
 
index df69781bee5d2e9fe86241e54b0b8daf9afbc2df..d485e733dd86d71b2d2cce855377b8f4e1543e97 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2010  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
@@ -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,v 1.3 2012/01/31 06:58:38 each Exp $
+; $Id: root.db,v 1.4 2012/01/31 23:47:32 tbox Exp $
 
 $TTL   120
 @              SOA     ns.utld hostmaster.ns.utld ( 1 3600 1200 604800 60 )
index a66503556aef6d95bcdb079dbe4344bf10ca290b..7b8ec518ba0dab0ec96dbf6856b0151842b0913c 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2010  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
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: signed.db.in,v 1.3 2012/01/31 06:58:38 each Exp $
+; $Id: signed.db.in,v 1.4 2012/01/31 23:47:32 tbox Exp $
 
 $TTL   120
 @              SOA     ns.utld.  hostmaster.ns.utld. ( 1 3600 1200 604800 60 )
index 71d1045a8389111a5262febea6fb896612284929..7f7e8e54c8bf4d45632b52cfc887c682dbc8a7f3 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2010  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
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: unsigned.db,v 1.3 2012/01/31 06:58:38 each Exp $
+; $Id: unsigned.db,v 1.4 2012/01/31 23:47:32 tbox Exp $
 
 $TTL   120
 @              SOA     ns.utld.  hostmaster.ns.utld. ( 1 3600 1200 604800 60 )
index df69781bee5d2e9fe86241e54b0b8daf9afbc2df..d485e733dd86d71b2d2cce855377b8f4e1543e97 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2010  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
@@ -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,v 1.3 2012/01/31 06:58:38 each Exp $
+; $Id: root.db,v 1.4 2012/01/31 23:47:32 tbox Exp $
 
 $TTL   120
 @              SOA     ns.utld hostmaster.ns.utld ( 1 3600 1200 604800 60 )
index a66503556aef6d95bcdb079dbe4344bf10ca290b..7b8ec518ba0dab0ec96dbf6856b0151842b0913c 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2010  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
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: signed.db.in,v 1.3 2012/01/31 06:58:38 each Exp $
+; $Id: signed.db.in,v 1.4 2012/01/31 23:47:32 tbox Exp $
 
 $TTL   120
 @              SOA     ns.utld.  hostmaster.ns.utld. ( 1 3600 1200 604800 60 )
index 7ff69b94ae7f5aa9b6364c2193eec876e2df4641..7f7e8e54c8bf4d45632b52cfc887c682dbc8a7f3 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2010  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
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: unsigned.db,v 1.3 2012/01/31 06:58:39 each Exp $
+; $Id: unsigned.db,v 1.4 2012/01/31 23:47:32 tbox Exp $
 
 $TTL   120
 @              SOA     ns.utld.  hostmaster.ns.utld. ( 1 3600 1200 604800 60 )
index 9df28c5137ae0b92e71a5cab89453b409bb1cbb4..7592de547a17a1ce06add5994402a9c672f0b2c2 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2010  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
@@ -14,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.3 2012/01/31 06:58:38 each Exp $
+# $Id: tests.sh,v 1.4 2012/01/31 23:47:31 tbox Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
index 658e7e083efb58bd09d9470c069619d23cb5851f..061fd3886aa6c8b8e761eebd3dbdf18890b8a9ef 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+; 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
@@ -12,7 +12,7 @@
 ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 ; PERFORMANCE OF THIS SOFTWARE.
 
-; $Id: master3.db.in,v 1.2 2012/01/31 01:13:09 each Exp $
+; $Id: master3.db.in,v 1.3 2012/01/31 23:47:32 tbox Exp $
 
 $TTL 300       ; 5 minutes
 @                      IN SOA  ns3 . (
index b5623b14533c16bc67fc05beb20fb3c1d06b43b6..3ea48c648abaa4f5fa272300a417dc99ea098d60 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 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
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: clean.sh,v 1.7 2012/01/31 03:35:39 each Exp $
+# $Id: clean.sh,v 1.8 2012/01/31 23:47:32 tbox Exp $
 
 rm -f *.out
 rm -f */named.memstats
index 26f61b44537fdd16e236059fbe8ed9a973457e1d..093b4326bb4f19139dbe9fc9d1ec62e1be15bf9e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+ * 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
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.2 2012/01/31 03:35:40 each Exp $ */
+/* $Id: named.conf,v 1.3 2012/01/31 23:47:32 tbox Exp $ */
 
 // NS1
 
index aebfbb4a5d295d5ca72b6825a245d65ff43688ee..27911d229b2e871fa9893ef7ada134b3421976ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+ * 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
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.2 2012/01/31 03:35:40 each Exp $ */
+/* $Id: named.conf,v 1.3 2012/01/31 23:47:32 tbox Exp $ */
 
 // NS2
 
index b740b3bfa57f1789ca0bd491048220a0ebac1a4b..a72fbdbbb5e9d5d91eecfe614460f6e9f26c3377 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+# 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
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: setup.sh,v 1.2 2012/01/31 03:35:39 each Exp $
+# $Id: setup.sh,v 1.3 2012/01/31 23:47:32 tbox Exp $
 
 sh clean.sh
 
index f41666d9c5a803cee7b337964ef9a4c3f6fc7a8e..8fa673a1a6cec7528a651bb9757bd6b82cd7ea53 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009, 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
@@ -14,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.7 2012/01/31 03:35:39 each Exp $
+# $Id: tests.sh,v 1.8 2012/01/31 23:47:32 tbox Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
index e931839bc5e662807911eea06eeeefedb0ea5e31..e76b0552636b57f982950f8f08f60eb780227459 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: master.h,v 1.56 2012/01/31 03:35:41 each Exp $ */
+/* $Id: master.h,v 1.57 2012/01/31 23:47:33 tbox Exp $ */
 
 #ifndef DNS_MASTER_H
 #define DNS_MASTER_H 1
index d942ec3b60c0de9e77ec4b77d9e6d5ec634c9c2a..7fd96a842d537e3083bb90e640b5fbe5a361e778 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: master.c,v 1.182 2012/01/31 03:35:40 each Exp $ */
+/* $Id: master.c,v 1.183 2012/01/31 23:47:32 tbox Exp $ */
 
 /*! \file */
 
index 6a7937b8ed84237f51160aabda702de69c220bcf..f3b19dfb6575a202f5b064427e1f3f87b3fce3a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2011, 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
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: master_test.c,v 1.8 2012/01/31 03:35:41 each Exp $ */
+/* $Id: master_test.c,v 1.9 2012/01/31 23:47:33 tbox Exp $ */
 
 /*! \file */
 
@@ -345,7 +345,7 @@ ATF_TC_BODY(master_includelist, tc) {
 
        dns_test_end();
 }
+
 /* Include failure test */
 ATF_TC(includefail);
 ATF_TC_HEAD(includefail, tc) {
index 9763ce6c84ed564f5781f97d077a6dd81a133c5c..eeb1a34572f0d587ae17abd9939e92a2510ca5c3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2009, 2011  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: rules.in,v 1.73 2012/01/31 04:08:07 marka Exp $
+# $Id: rules.in,v 1.74 2012/01/31 23:47:33 tbox Exp $
 
 ###
 ### Common Makefile rules for BIND 9.
index 1ad78be07d197be44c034a4debce53fcae26453c..e7fe61c9f061d2be208c15e5b26ae03cff0e3619 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 #
-# Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009, 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
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: mksymtbl.pl,v 1.5 2012/01/31 04:08:07 marka Exp $
+# $Id: mksymtbl.pl,v 1.6 2012/01/31 23:47:33 tbox Exp $
 
 use strict;
 use diagnostics;
 $^W = 1;
 
-my $rev = '$Id: mksymtbl.pl,v 1.5 2012/01/31 04:08:07 marka Exp $';
+my $rev = '$Id: mksymtbl.pl,v 1.6 2012/01/31 23:47:33 tbox Exp $';
 $rev =~ s/\$//g;
 $rev =~ s/,v//g;
 $rev =~ s/Id: //;