]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Fri, 21 Jul 2017 23:46:06 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Fri, 21 Jul 2017 23:46:06 +0000 (23:46 +0000)
18 files changed:
bin/dnssec/dnssec-keyfromlabel.c
bin/tests/makejournal.c
lib/dns/dns64.c
lib/dns/dnssec.c
lib/dns/include/dns/client.h
lib/dns/master.c
lib/dns/nsec3.c
lib/dns/nta.c
lib/dns/private.c
lib/dns/rbt.c
lib/dns/rdata/generic/keydata_65533.c
lib/dns/rrl.c
lib/dns/tests/dbdiff_test.c
lib/dns/tests/update_test.c
lib/isc/inet_pton.c
lib/isc/powerpc/include/isc/atomic.h
lib/lwres/lwinetpton.c
lib/samples/resolve.c

index 5d85386a83e2301142e57f5b7abfdc38ed7a8d5b..891f31fac550bfda8f670e16ff7de7480fa34c5b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012, 2014-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2007-2012, 2014-2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index 4c6cedc41947bb8fb84b545c9af7f664ea93b6a0..d8df93820e9f9c869175ba4fde0867ecd18a5460 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2015, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2013, 2015-2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index b4bd65a0bbaf6066d836802afe53fd6726da0c24..54ddbd2ca9aa90c9941cf09df956f96846654fe2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010, 2011, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2010, 2011, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index 7031a0363aa50167a73e1bb4a2b7e49c181abb5a..874d1d32e38187114a73ceb41ed9c38769f1312f 100644 (file)
@@ -2003,17 +2003,17 @@ dns_dnssec_syncupdate(dns_dnsseckeylist_t *keys, dns_dnsseckeylist_t *rmkeys,
                    syncdelete(key->key, now)) {
                        if (exists(cds, &cdsrdata1))
                                RETERR(delrdata(&cdsrdata1, diff, origin,
-                                               cds->ttl, mctx));
+                                               cds->ttl, mctx));
                        if (exists(cds, &cdsrdata2))
                                RETERR(delrdata(&cdsrdata2, diff, origin,
-                                               cds->ttl, mctx));
+                                               cds->ttl, mctx));
                }
 
                if (dns_rdataset_isassociated(cdnskey) &&
                    syncdelete(key->key, now)) {
                        if (exists(cdnskey, &cdnskeyrdata))
                                RETERR(delrdata(&cdnskeyrdata, diff, origin,
-                                               cdnskey->ttl, mctx));
+                                               cdnskey->ttl, mctx));
                }
        }
 
@@ -2044,16 +2044,16 @@ dns_dnssec_syncupdate(dns_dnsseckeylist_t *keys, dns_dnsseckeylist_t *rmkeys,
                                                 &cdsrdata2));
                        if (exists(cds, &cdsrdata1))
                                RETERR(delrdata(&cdsrdata1, diff, origin,
-                                               cds->ttl, mctx));
+                                               cds->ttl, mctx));
                        if (exists(cds, &cdsrdata2))
                                RETERR(delrdata(&cdsrdata2, diff, origin,
-                                               cds->ttl, mctx));
+                                               cds->ttl, mctx));
                }
 
                if (dns_rdataset_isassociated(cdnskey)) {
                        if (exists(cdnskey, &cdnskeyrdata))
                                RETERR(delrdata(&cdnskeyrdata, diff, origin,
-                                               cdnskey->ttl, mctx));
+                                               cdnskey->ttl, mctx));
                }
        }
 
index 0f1da427f3f45c1d6695f94da27df63882b1d3bd..0bd04d068c033217f056b39be4d5d3fa04db817c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2013, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2013, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index 6bfe31bd5e97c1c001885b1fa2504bd543b49284..876405e731358a30ba689e5417f566b06575a55a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2009, 2011-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 1999-2009, 2011-2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index 65ea678795963fb03d5f1c351a022487812bb26b..a679a2e9bba6d2a0360205acddfa336e99714e0c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006, 2008-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006, 2008-2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -377,7 +377,7 @@ match_nsec3param(const dns_rdata_nsec3_t *nsec3,
  */
 static isc_result_t
 delnsec3(dns_db_t *db, dns_dbversion_t *version, const dns_name_t *name,
-         const dns_rdata_nsec3param_t *nsec3param, dns_diff_t *diff)
+        const dns_rdata_nsec3param_t *nsec3param, dns_diff_t *diff)
 {
        dns_dbnode_t *node = NULL ;
        dns_difftuple_t *tuple = NULL;
index 143aa089563cfeddbcd6529dc394e64663b1ab92..6b55b6f2787e80c86f33f89612ce9b363cd004a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2014-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2014-2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index f34aa0fbe58b221cba2f9e71f3258952ca8a7430..02e0280b4b7ce9079ccc9c0fb32085f022a5a1db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2011, 2012, 2015, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2011, 2012, 2015-2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index b987e90c0ae5a86f7e8a4b3236fead354550539c..99da4066b7f827dcd3ceabfa9c765def6ddd37db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2005, 2007-2009, 2011-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 1999-2005, 2007-2009, 2011-2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index cd8cb19252d0d63caa63ffc616de8376ac18d8d0..60933047d4832b2d7058b38c374bc7e3f14d5aa6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2011-2013, 2015, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2011-2013, 2015-2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index b72d5b2de690057c1a429da82c32d98cca259334..27ceb9d0f3f16ff2944bceb0481842837b09b5dc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2012-2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index 36f5a2582966eb5963fae6161450f6ea2b859035..bdfc5db7739bee9eba0dd65e91abf71445bb3f49 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011, 2012, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2011, 2012, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index 378acf689739e55c8c54b9f50e4c90765eac1b41..93f7fbf04bf2174ffb31ec32ec71ce4d8a707948 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2011, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index 0f5e38da6dc9beec3a244e4661ef90e5c94d8396..ba8770d2ce40c7a7849d05a646c3bf4f153df133 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2005, 2007, 2013, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 1996-2005, 2007, 2013, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index 2820926b9926f6eda245cd4dc2015f7b17dbb726..bc8ecdfb3db0050e48f018bd614c656cf31648dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005, 2007, 2009, 2011, 2012, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2005, 2007, 2009, 2011, 2012, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index c74f9c86536b6e37cb0c2f37b8d135eb30ee90e5..4574d2c356f552226588541e36036cf9aeedbda0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2001, 2004, 2005, 2007, 2011-2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 1996-2001, 2004, 2005, 2007, 2011-2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index e571986da3ac3d242a78ad35dc4206adc1641c91..13c431a71a07579ca5e5d0793fec85111e370346 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2012-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2012-2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this