]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Thu, 9 Jul 2015 23:46:11 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 9 Jul 2015 23:46:11 +0000 (23:46 +0000)
37 files changed:
bin/named/config.c
bin/named/server.c
bin/tests/system/ditch.pl
bin/tests/system/fetchlimit/Makefile.in
bin/tests/system/fetchlimit/ans4/ans.pl
bin/tests/system/fetchlimit/clean.sh
bin/tests/system/fetchlimit/lameserver/ans4/ans.pl
bin/tests/system/fetchlimit/lameserver/clean.sh
bin/tests/system/fetchlimit/lameserver/ns1/named.conf
bin/tests/system/fetchlimit/lameserver/ns1/root.db
bin/tests/system/fetchlimit/lameserver/ns2/example.db
bin/tests/system/fetchlimit/lameserver/ns2/named.conf
bin/tests/system/fetchlimit/lameserver/ns3/named1.conf
bin/tests/system/fetchlimit/lameserver/ns3/named2.conf
bin/tests/system/fetchlimit/lameserver/ns3/named3.conf
bin/tests/system/fetchlimit/lameserver/ns3/root.hint
bin/tests/system/fetchlimit/lameserver/setup.sh
bin/tests/system/fetchlimit/lameserver/tests.sh
bin/tests/system/fetchlimit/ns1/named.conf
bin/tests/system/fetchlimit/ns1/root.db
bin/tests/system/fetchlimit/ns2/example.db
bin/tests/system/fetchlimit/ns2/named.conf
bin/tests/system/fetchlimit/ns3/named1.conf
bin/tests/system/fetchlimit/ns3/named2.conf
bin/tests/system/fetchlimit/ns3/named3.conf
bin/tests/system/fetchlimit/ns3/root.hint
bin/tests/system/fetchlimit/setup.sh
bin/tests/system/fetchlimit/tests.sh
bin/tests/system/resolver/tests.sh
lib/dns/include/dns/adb.h
lib/dns/include/dns/log.h
lib/dns/include/dns/resolver.h
lib/dns/include/dns/stats.h
lib/dns/log.c
lib/isc/include/isc/util.h
lib/isccfg/include/isccfg/cfg.h
lib/isccfg/include/isccfg/grammar.h

index f61f0a856526e6ec1a1f3be66cd3321bcad9a13f..cab6f1fd0db87b5837f203aafdd04a2d2aaba143 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index ed301afe5fcfa698e6e1fa6047e0e1ae9fd385a7..d7d1a59fc16c4e146df8d044fd45cd0175e387b0 100644 (file)
@@ -2791,7 +2791,7 @@ configure_view(dns_view_t *view, cfg_obj_t *config, cfg_obj_t *vconfig,
                freq = cfg_obj_asuint32(obj2);
 
                obj2 = cfg_tuple_get(obj, "low");
-               low = (double) cfg_obj_asfixedpoint(obj2) / 100.0; 
+               low = (double) cfg_obj_asfixedpoint(obj2) / 100.0;
 
                obj2 = cfg_tuple_get(obj, "high");
                high = (double) cfg_obj_asfixedpoint(obj2) / 100.0;
@@ -5178,7 +5178,7 @@ load_configuration(const char *filename, ns_server_t *server,
                        isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL,
                                      NS_LOGMODULE_SERVER, ISC_LOG_ERROR,
                                      "'recursive-clients %d' too low when "
-                                     "running with %d worker threads", 
+                                     "running with %d worker threads",
                                      server->recursionquota.max, ns_g_cpus);
                        CHECK(ISC_R_RANGE);
                }
index 6c48d82b5914a60884fc9c1587f511e9d4be616f..1e6ad491d4d2ceb7261f1387a7ab39776876de0a 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright (C) 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015  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 dd6912d5c3aac08d234093af8f03f5e5c6e167cf..5540f3631815a9a9bb28068bb6e6cd0a414a9854 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015  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 d844502702b3efd283223be68b8b5b1d870db7ad..7e6e0c59e8640aaf29b52b563aa43bcaab2f5fcc 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-# Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015  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 4976b3ae986fa962ede9b50f94911ad3a9687e6c..73ed8c8aeadf44e6034875bda7c85f1f2f406b50 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015  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 d844502702b3efd283223be68b8b5b1d870db7ad..7e6e0c59e8640aaf29b52b563aa43bcaab2f5fcc 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-# Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015  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 d1c822f2ea368e311fe632df2ae97b08cfbf8918..515c670fb6a4d273c44f4bca93f7142b2b10638d 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015  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 4354b46e3bd352c87d6346595f744f868b5afee8..27b5c885facef040f102364fe43901752ada0770 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2015  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 cd74861619df1524784c78148fb4fd61e86bc762..b433cd8d04edf87711e42df62d0f61d735455e2a 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2015  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 128155420eefd582e338646655887b8fa31cc725..1197da4b553878c72d504291703a6432763ba726 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2015  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 b276181ffe2f3e1212b9ed1bd942cb53690a6f38..2a5667a714d9359599804db38c753f24ac12b1f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2015  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 e4a50391111c684fafcf973467a040aa30b77f4c..95e138ecba4a5728509441b943974a7faed9847e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2015  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 2a405129285335f83cd91f568e065e1f1ddc2f61..3a4d43ac6e1fec85271b9f3f3aaf54213613f10a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2015  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 e017e420f43c5803300aceb3ab142166a83f3767..94bf0b9a4137e561567c05726917d5aace04b1e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2015  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 2b369268d34f5862256272c1f5b24e501b7efb54..1680d8e15260e409860b7296af827c160e7612de 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2015  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 89772208a2ef52f4208b2e688ed674400141e6d6..6f30b29fc2388f154022ac101c4525de2394f648 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015  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 e6e53be8895cba97ad6bdff0f83fbd2fe1a048ee..0a4b5b5bd3c3e26548c0987fa03ed1113657b842 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015  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 4354b46e3bd352c87d6346595f744f868b5afee8..27b5c885facef040f102364fe43901752ada0770 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2015  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 cd74861619df1524784c78148fb4fd61e86bc762..b433cd8d04edf87711e42df62d0f61d735455e2a 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2015  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 128155420eefd582e338646655887b8fa31cc725..1197da4b553878c72d504291703a6432763ba726 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2015  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 b276181ffe2f3e1212b9ed1bd942cb53690a6f38..2a5667a714d9359599804db38c753f24ac12b1f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2015  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 e4a50391111c684fafcf973467a040aa30b77f4c..95e138ecba4a5728509441b943974a7faed9847e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2015  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 2a405129285335f83cd91f568e065e1f1ddc2f61..3a4d43ac6e1fec85271b9f3f3aaf54213613f10a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2015  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 e017e420f43c5803300aceb3ab142166a83f3767..94bf0b9a4137e561567c05726917d5aace04b1e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2015  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 2b369268d34f5862256272c1f5b24e501b7efb54..1680d8e15260e409860b7296af827c160e7612de 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2015  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 89772208a2ef52f4208b2e688ed674400141e6d6..6f30b29fc2388f154022ac101c4525de2394f648 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015  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 83534e6501cf20c70cc8f675197f641bceded2e6..bf3c63c44b3f3de839a0b6cb264093280b1a24d2 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015  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 e461d854b6894cbf6da3e5f7b84db872bf93b5aa..19a5ed5b35810b57630562f9a6af5a72829c3584 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2009-2014  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009-2015  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 571e859ec1bc171392819f34c35649eb447597c0..12dd1190c3ca8e6e9a73c4b459809f674f0dffa5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008, 2011, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008, 2011, 2013-2015  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 4b0e75b19f2dfbc8a2384e6f5bfcd0ecc9718b85..e7670f806e413c124e8a6149b55497f76e5dd3e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009, 2011-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2011-2015  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 61fd4ed91e50d172e9f6fd01791c40d686d01261..5ea2279eec370bf0f3224b05b9ef8431769c5dbd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2012, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2012, 2014, 2015  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
@@ -634,7 +634,7 @@ dns_resolver_getquotaresponse(dns_resolver_t *resolver, dns_quotatype_t which);
  * are exceeded. If 'which' is set to quotatype "zone", then the
  * result specified in 'resp' will be used when the fetches-per-zone
  * quota is exceeded by a fetch.  If 'which' is set to quotatype "server",
- * then the reuslt specified in 'resp' will be used when the 
+ * then the reuslt specified in 'resp' will be used when the
  * fetches-per-server quota has been exceeded for all the
  * authoritative servers for a zone.  Valid choices are
  * DNS_R_DROP or DNS_R_SERVFAIL.
index 8ae5de59048ba305e6c1dc255c1deeb0ba60123f..b033163db68247d2effbe4216366c2cd4f41b628 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2012, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 05a83e1496f4babb6230129a2d777ce4463c97eb..7ebe015749b7166786578d70f6eda0c914a580a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009, 2011-2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2011-2015  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 0c1e94562f09ed05ebd71a04dbf93c8a7b313042..6baf786bdeab5a18668dbdca8e4a5cac9b693ac7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2010-2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2010-2012, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index f2aa48a2a30a9a2767ec360a7dbfe1b2b7e0e4b2..123521779453d036906e61d68c824c758bcb06b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2010, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2010, 2013-2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 2c0f9beea4f224b5ea5bd88b51bbbd6fccd77ce2..2196730c976e781f8ee732b96c968f8cac9fb3fc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2011, 2014  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011, 2014, 2015  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2002, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any