]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyrights
authorMark Andrews <marka@isc.org>
Thu, 29 May 2014 23:42:32 +0000 (09:42 +1000)
committerMark Andrews <marka@isc.org>
Thu, 29 May 2014 23:42:32 +0000 (09:42 +1000)
bin/tests/rbt_test.c
bin/tests/system/dns64/tests.sh
bin/tests/system/rpz/ns6/hints
lib/dns/rbt.c
lib/dns/tests/rbt_serialize_test.c
lib/isc/include/isc/hash.h
util/copyrights

index 66e5dd7cb9e9b7c09ffba3a80e0f144727124c5b..1da23c051942d68a8cd75f9b9103d14d6a3d17ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 51907a765ee37011110273925033bfa738281250..26808d9b7372989eeebf441c3be9d61e792b42e5 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2010-2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010-2014  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 7d20df052948da59007076bf3ba53bfc1d49941f..1e6b4cef2fa51528ecc7b79244924676a15e12a6 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2011-2013  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2014  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 4cefa8833e5ce2b62fb585778546e971f64ee9ea..32ddbde999e8b4eba29d9d8fff2989abefa9d6f8 100644 (file)
@@ -1455,7 +1455,7 @@ dns_rbt_findnode(dns_rbt_t *rbt, dns_name_t *name, dns_name_t *foundname,
 
                if (compared == dns_namereln_none) {
 #ifdef DNS_RBT_USEHASH
-                       /*
+                       /*
                         * Here, current is pointing at a subtree root
                         * node. We try to find a matching node using
                         * the hashtable. We can get one of 3 results
@@ -3017,9 +3017,9 @@ printnodename(dns_rbtnode_t *node, isc_boolean_t quoted, FILE *f) {
        dns_name_format(&name, buffer, sizeof(buffer));
 
        if (quoted)
-               fprintf(f, "\"%s\"", buffer);
+               fprintf(f, "\"%s\"", buffer);
        else
-               fprintf(f, "%s", buffer);
+               fprintf(f, "%s", buffer);
 }
 
 static void
@@ -3030,7 +3030,7 @@ print_text_helper(dns_rbtnode_t *root, dns_rbtnode_t *parent,
        dns_rbt_indent(f, depth);
 
        if (root != NULL) {
-               printnodename(root, ISC_TRUE, f);
+               printnodename(root, ISC_TRUE, f);
                fprintf(f, " (%s, %s", direction,
                        IS_RED(root) ? "RED" : "BLACK");
 
@@ -3040,7 +3040,7 @@ print_text_helper(dns_rbtnode_t *root, dns_rbtnode_t *parent,
 
                        fprintf(f, " (BAD parent pointer! -> ");
                        if (PARENT(root) != NULL)
-                               printnodename(PARENT(root), ISC_TRUE, f);
+                               printnodename(PARENT(root), ISC_TRUE, f);
                        else
                                fprintf(f, "NULL");
                        fprintf(f, ")");
index 80b5125d92110cea74705fd85a22303d931e840b..59ec34dbcef1c843ff3b0c5fab8586c92e80ff66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2014  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 3dec1d9946abb0ea9d5d725e3f0c769a6676ab28..1eeba87dd72d7fbf79a65670cefc87ec75affa29 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009, 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index c0adebd65bf3e0e6ac2b68d90bce5462167e99a0..bcd6c0768de9303f5e97fb6cd43b5a3035b30c0f 100644 (file)
 ./bin/tests/rbt/win32/t_rbt.vcxproj.filters.in X       2013
 ./bin/tests/rbt/win32/t_rbt.vcxproj.in         X       2013
 ./bin/tests/rbt/win32/t_rbt.vcxproj.user       X       2013
-./bin/tests/rbt_test.c                         C       1999,2000,2001,2004,2005,2007,2009,2011,2012
+./bin/tests/rbt_test.c                         C       1999,2000,2001,2004,2005,2007,2009,2011,2012,2014
 ./bin/tests/rbt_test.out                       X       1999,2000,2001
 ./bin/tests/rbt_test.txt                       SH      1999,2000,2001,2004,2007,2012
 ./bin/tests/rdata_test.c                       C       1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2011,2012,2014
 ./bin/tests/system/dns64/ns2/rpz.db            ZONE    2013
 ./bin/tests/system/dns64/prereq.sh             SH      2014
 ./bin/tests/system/dns64/setup.sh              SH      2010,2012,2014
-./bin/tests/system/dns64/tests.sh              SH      2010,2011,2012,2013
+./bin/tests/system/dns64/tests.sh              SH      2010,2011,2012,2013,2014
 ./bin/tests/system/dnssec/README               TXT.BRIEF       2000,2001,2002,2004,2011
 ./bin/tests/system/dnssec/clean.sh             SH      2000,2001,2002,2004,2007,2008,2009,2010,2011,2012,2013,2014
 ./bin/tests/system/dnssec/dnssec_update_test.pl        PERL    2002,2004,2007,2010,2012
 ./bin/tests/system/rpz/ns5/named.args          X       2013
 ./bin/tests/system/rpz/ns5/named.conf          CONF-C  2012,2013
 ./bin/tests/system/rpz/ns5/tld5.db             ZONE    2013
+./bin/tests/system/rpz/ns6/hints               ZONE    2014
+./bin/tests/system/rpz/ns6/named.conf          CONF-C  2014
 ./bin/tests/system/rpz/prereq.sh               SH      2014
 ./bin/tests/system/rpz/qperf.sh                        SH      2012,2013
 ./bin/tests/system/rpz/rpz.c                   C       2011,2012,2013
 ./lib/dns/tests/mkraw.pl                       PERL    2011,2012
 ./lib/dns/tests/nsec3_test.c                   C       2012,2014
 ./lib/dns/tests/private_test.c                 C       2011,2012
+./lib/dns/tests/rbt_serialize_test.c           C       2014
 ./lib/dns/tests/rbt_test.c                     C       2012,2013,2014
 ./lib/dns/tests/rdata_test.c                   C       2012,2013
 ./lib/dns/tests/rdataset_test.c                        C       2012
 ./lib/isc/include/isc/file.h                   C       2000,2001,2004,2005,2006,2007,2009,2011,2012
 ./lib/isc/include/isc/formatcheck.h            C       2000,2001,2004,2005,2006,2007
 ./lib/isc/include/isc/fsaccess.h               C       2000,2001,2004,2005,2006,2007,2009
-./lib/isc/include/isc/hash.h                   C       2003,2004,2005,2006,2007,2009,2013
+./lib/isc/include/isc/hash.h                   C       2003,2004,2005,2006,2007,2009,2013,2014
 ./lib/isc/include/isc/heap.h                   C       1997,1998,1999,2000,2001,2004,2005,2006,2007,2009,2012
 ./lib/isc/include/isc/hex.h                    C       2000,2001,2004,2005,2006,2007,2008
 ./lib/isc/include/isc/hmacmd5.h                        C       2000,2001,2004,2005,2006,2007,2009,2014