]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Mon, 14 May 2012 23:45:48 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Mon, 14 May 2012 23:45:48 +0000 (23:45 +0000)
38 files changed:
bin/named/bind9.xsl
bin/named/query.c
bin/named/statschannel.c
bin/tests/system/conf.sh.in
bin/tests/system/filter-aaaa/clean.sh
bin/tests/system/filter-aaaa/filter-aaaa.c
bin/tests/system/filter-aaaa/ns1/named1.conf
bin/tests/system/filter-aaaa/ns1/named2.conf
bin/tests/system/filter-aaaa/ns2/named1.conf
bin/tests/system/filter-aaaa/ns2/named2.conf
bin/tests/system/filter-aaaa/ns3/named1.conf
bin/tests/system/filter-aaaa/ns3/named2.conf
bin/tests/system/filter-aaaa/ns4/named1.conf
bin/tests/system/filter-aaaa/ns4/named2.conf
bin/tests/system/filter-aaaa/setup.sh
bin/tests/system/rndc/tests.sh
bin/tests/system/statistics/ans4/ans.pl
bin/tests/system/statistics/clean.sh
bin/tests/system/statistics/ns1/named.conf
bin/tests/system/statistics/ns1/root.db
bin/tests/system/statistics/ns2/example.db
bin/tests/system/statistics/ns2/internal.db
bin/tests/system/statistics/ns2/named.conf
bin/tests/system/statistics/ns3/internal.db
bin/tests/system/statistics/ns3/named.conf
bin/tests/system/statistics/ns3/root.hint
bin/tests/system/statistics/tests.sh
lib/dns/adb.c
lib/dns/cache.c
lib/dns/db.c
lib/dns/ecdb.c
lib/dns/include/dns/cache.h
lib/dns/include/dns/db.h
lib/dns/include/dns/rbt.h
lib/dns/rbtdb.c
lib/isc/include/isc/stats.h
lib/isc/mem_api.c
lib/isc/stats.c

index 4b9837c15498d6b5ed2509671e08254bbbbdf26c..1024eba7cf2afcb34600acc4b56b48c8cafcdf00 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- - Copyright (C) 2006-2009  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2006-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
index eb9639ec8244059d4de59b059e75dd6ef8d613a2..a096df037d766ffc20f67e4b949b4f568f8326df 100644 (file)
@@ -5720,7 +5720,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
                                client->query.dboptions, client->now,
                                &node, fname, &cm, &ci, rdataset, sigrdataset);
 
-       if (db == client->view->cachedb) 
+       if (db == client->view->cachedb)
                update_cachestats(client->view->cache, result);
 
  resume:
index 7331c16976fd8015d7db2126d3e1364dc6d94fa2..122a077a3364ee597a2f43bb975d69df471ac5b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2008-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 b146b0dce22a9079fa525bdea538723b68692450..021ebb43f2dc194d10efc47d1446e5139a6616f6 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# 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
index 65231d97d6176a3154339be0243454639c8f5faa..f73a54275f575c52a42d0a756a1f69395023ffbc 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
index 71bbc216ae1da0318de5977617f3402e97674aed..dc9108fe93cff3b32c1e1af966cbf85a2145d2e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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 6282121cd904b5baa775494172eb376e08e85d4b..9e4e9f1600c31000fcc91ec38bf65c83ab7af75c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  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
index 2e3960058606ccc9c282078974cb122b52878a55..f9743b5520dfdf228fa6a4fad0d00554328c28d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  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
index 620ce210d57cc52c9c5b4bd35fb840c3e8cf3a8d..226b469220d318a42e1500fa61227faaf3fcfc44 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  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
index 3e6d9b361feffda581d67771d8b090db3c74ee3f..6cb096f6d57527eb34b90820811a3492e69b2cfd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  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
index 4fff9ea5c810cb50bbabca7a5061cc7372701646..83547c10f757867b93e710fd08d3156a7ef9100e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  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
index c77285523a6e06a6699f6b376dcda56f2221b0a6..4e027d6f308919ef38908e4eaaa9b793c3827bb1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  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
index 94b6c15a31a418434e773da4ca55273c6b87fbbc..81e3ed1d57f6398154c0c4bf89806053f081f41e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  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
index cef92b8ba4424ff74dd1c537aa91d814cd93cd14..5031c51a01638974c4b756d86eb69fe747697046 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010  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
index 3e196925e71ed9ae2b7268928f5ab208fcbb6474..44147b0a029b63e7b4ad4682dd14217a855f2c3d 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
index 8549397ddf7c6849a2a85516af6b10a1f3434d44..1ae31d98b0841ccdf2939b9e810d5face621d2f6 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# 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
index 0938d6987628bea4758ec62207a2b9fa2c08cc07..a45449dea74c03164ae584e507b98d6f8abe0c52 100644 (file)
@@ -1,7 +1,6 @@
 #!/usr/bin/perl -w
 #
-# Copyright (C) 2004, 2007, 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000, 2001  Internet Software Consortium.
+# 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
index 0755060851970e4edc69b1978d8755ff9ac594d9..c5392f222b00715592aaffe7fcb37f8ec7074c91 100644 (file)
@@ -1,7 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000, 2001  Internet Software Consortium.
+# 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
index 247e59c94eda7b897c12b943f634158c76d2ae48..f95ff98b1bcabde04aad146b8365c90e71a1f69f 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * 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
index f28b0ad8999e7cfd1d21877665c183483b715e3b..5887630f971be9084310575ea65de8aeaf241be6 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000, 2001  Internet Software Consortium.
+; 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
index db2c9b64b217f4db1d86e6f51508a4886e2b2a2d..8eb67f4a81ebbac9a827e40f2c6a618d16d8b06b 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000, 2001  Internet Software Consortium.
+; 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
index 8f27e43e3905574f8f028e6f6342717e054f2905..56f9485d1629b5212030b7217a03dc2732add872 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000, 2001  Internet Software Consortium.
+; 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
index e9cf3e90b18eaf8d1b3edb13f4b683fde287f611..44a48b5557c1228356bb38caadc0e0efebba78f1 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * 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
index c5ecc7c64e548263d4d3c15516d35c36adf2fc1d..5e0130a74f1580e8649c51dc64e18c8b09a20431 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000, 2001  Internet Software Consortium.
+; 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
index abbe5ca53a25c1dc8c0f3bd5929c0b4b7fc05a90..98f6cf5a0747790dc8b3a47f2ec9e95ec99ea7f6 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 2000, 2001  Internet Software Consortium.
+ * 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
index 7a325e08d03cf53e096003179c6a7c515fb1d64c..88e5c6c5b89e0378b40bd23b35c8afaeeb1c1317 100644 (file)
@@ -1,5 +1,4 @@
-; Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
-; Copyright (C) 2000, 2001  Internet Software Consortium.
+; 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
index 1315017a6345ee7004ac18a5191ea708b4fda30b..2a2642b40bfff6009917b04b03ccf5c6232602bd 100644 (file)
@@ -1,7 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000, 2001  Internet Software Consortium.
+# 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
index 608fb3a37cad43df2f212b2cd5cc4fa017b810c4..d65d44a176d9f12ea6be160cf178c9aefad998a7 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
index b63996ed18f3264b87a0832da80709e35e0adabb..4174aca54f3a01f071e2af5c811491b5ed85ee05 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
index 6c0f05da47d3b9fd8c218394be915e864b76c10a..6a3307770471d75b0835192964697837f2b5f9c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009, 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index e890503162032d39bc763866b8f6159a636a36d1..e96f1c78b637e103d81d0ac0b0314686de5bcb13 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2011  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
index a73916b813572c0d8c680f4aeb1d50345cba2532..cfef0cffd087179fdffef3317fc6b674e30e1e84 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) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index af4696579818e051656ba6472b0c0beae994c617..16faa3353e4b0f6adb19542038b5bb01c1b74c32 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
index d0a1ef9818284d1d40950cf5ea5f5729cb91ecd6..d597d9e19e64d0caeb20d2380aeab68bbbf2f757 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 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
index 4241df7d8044adb5a32de7d0c40c583d1e545d1f..7ef80070e4d319fd01ca73caed5d3549792305d6 100644 (file)
@@ -719,7 +719,7 @@ update_cachestats(dns_rbtdb_t *rbtdb, isc_result_t result) {
                                    dns_cachestatscounter_hits);
                break;
        default:
-               isc_stats_increment(rbtdb->cachestats, 
+               isc_stats_increment(rbtdb->cachestats,
                                    dns_cachestatscounter_misses);
        }
 }
@@ -9408,11 +9408,11 @@ expire_header(dns_rbtdb_t *rbtdb, rdatasetheader_t *header,
 
                switch (reason) {
                case expire_ttl:
-                       isc_stats_increment(rbtdb->cachestats, 
+                       isc_stats_increment(rbtdb->cachestats,
                                            dns_cachestatscounter_deletettl);
                        break;
                case expire_lru:
-                       isc_stats_increment(rbtdb->cachestats, 
+                       isc_stats_increment(rbtdb->cachestats,
                                            dns_cachestatscounter_deletelru);
                        break;
                default:
index 4dd739ccd20bc85dfe80b4af9e7bfdf5c6764519..30e2240d3b4151e9ff5f543ca6d820522fb25ac5 100644 (file)
@@ -118,7 +118,7 @@ isc_stats_dump(isc_stats_t *stats, isc_stats_dumper_t dump_fn, void *arg,
 
 void
 isc_stats_set(isc_stats_t *stats, isc_uint64_t val,
-              isc_statscounter_t counter);
+             isc_statscounter_t counter);
 /*%<
  * Set the given counter to the specfied value.
  *
@@ -128,7 +128,7 @@ isc_stats_set(isc_stats_t *stats, isc_uint64_t val,
 
 void
 isc_stats_set(isc_stats_t *stats, isc_uint64_t val,
-              isc_statscounter_t counter);
+             isc_statscounter_t counter);
 /*%<
  * Set the given counter to the specfied value.
  *
index 3eeebf13de71c2e2cfb173552922695a78689692..a5f1fdd066e4ce74eb139b5954938dcffe61a064 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 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 a2b2a662e820fa50872e51fbce8016a028f8b26c..44a6a575821c5a2fda4c89c0aa416a8b51e47272 100644 (file)
@@ -328,7 +328,7 @@ isc_stats_dump(isc_stats_t *stats, isc_stats_dumper_t dump_fn,
 void
 isc_stats_set(isc_stats_t *stats, isc_uint64_t val,
              isc_statscounter_t counter)
-{ 
+{
        REQUIRE(ISC_STATS_VALID(stats));
        REQUIRE(counter < stats->ncounters);