From: Tinderbox User Date: Fri, 21 Jul 2017 23:46:06 +0000 (+0000) Subject: update copyright notice / whitespace X-Git-Tag: v9.12.0a1~186 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=9ab5ec1d7221ac6c175e6df9f8a69d195eed0899;p=thirdparty%2Fbind9.git update copyright notice / whitespace --- diff --git a/bin/dnssec/dnssec-keyfromlabel.c b/bin/dnssec/dnssec-keyfromlabel.c index 5d85386a83e..891f31fac55 100644 --- a/bin/dnssec/dnssec-keyfromlabel.c +++ b/bin/dnssec/dnssec-keyfromlabel.c @@ -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 diff --git a/bin/tests/makejournal.c b/bin/tests/makejournal.c index 4c6cedc4194..d8df93820e9 100644 --- a/bin/tests/makejournal.c +++ b/bin/tests/makejournal.c @@ -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 diff --git a/lib/dns/dns64.c b/lib/dns/dns64.c index b4bd65a0bba..54ddbd2ca9a 100644 --- a/lib/dns/dns64.c +++ b/lib/dns/dns64.c @@ -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 diff --git a/lib/dns/dnssec.c b/lib/dns/dnssec.c index 7031a0363aa..874d1d32e38 100644 --- a/lib/dns/dnssec.c +++ b/lib/dns/dnssec.c @@ -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)); } } diff --git a/lib/dns/include/dns/client.h b/lib/dns/include/dns/client.h index 0f1da427f3f..0bd04d068c0 100644 --- a/lib/dns/include/dns/client.h +++ b/lib/dns/include/dns/client.h @@ -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 diff --git a/lib/dns/master.c b/lib/dns/master.c index 6bfe31bd5e9..876405e7313 100644 --- a/lib/dns/master.c +++ b/lib/dns/master.c @@ -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 diff --git a/lib/dns/nsec3.c b/lib/dns/nsec3.c index 65ea6787959..a679a2e9bba 100644 --- a/lib/dns/nsec3.c +++ b/lib/dns/nsec3.c @@ -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; diff --git a/lib/dns/nta.c b/lib/dns/nta.c index 143aa089563..6b55b6f2787 100644 --- a/lib/dns/nta.c +++ b/lib/dns/nta.c @@ -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 diff --git a/lib/dns/private.c b/lib/dns/private.c index f34aa0fbe58..02e0280b4b7 100644 --- a/lib/dns/private.c +++ b/lib/dns/private.c @@ -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 diff --git a/lib/dns/rbt.c b/lib/dns/rbt.c index b987e90c0ae..99da4066b7f 100644 --- a/lib/dns/rbt.c +++ b/lib/dns/rbt.c @@ -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 diff --git a/lib/dns/rdata/generic/keydata_65533.c b/lib/dns/rdata/generic/keydata_65533.c index cd8cb19252d..60933047d48 100644 --- a/lib/dns/rdata/generic/keydata_65533.c +++ b/lib/dns/rdata/generic/keydata_65533.c @@ -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 diff --git a/lib/dns/rrl.c b/lib/dns/rrl.c index b72d5b2de69..27ceb9d0f3f 100644 --- a/lib/dns/rrl.c +++ b/lib/dns/rrl.c @@ -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 diff --git a/lib/dns/tests/dbdiff_test.c b/lib/dns/tests/dbdiff_test.c index 36f5a258296..bdfc5db7739 100644 --- a/lib/dns/tests/dbdiff_test.c +++ b/lib/dns/tests/dbdiff_test.c @@ -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 diff --git a/lib/dns/tests/update_test.c b/lib/dns/tests/update_test.c index 378acf68973..93f7fbf04bf 100644 --- a/lib/dns/tests/update_test.c +++ b/lib/dns/tests/update_test.c @@ -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 diff --git a/lib/isc/inet_pton.c b/lib/isc/inet_pton.c index 0f5e38da6dc..ba8770d2ce4 100644 --- a/lib/isc/inet_pton.c +++ b/lib/isc/inet_pton.c @@ -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 diff --git a/lib/isc/powerpc/include/isc/atomic.h b/lib/isc/powerpc/include/isc/atomic.h index 2820926b992..bc8ecdfb3db 100644 --- a/lib/isc/powerpc/include/isc/atomic.h +++ b/lib/isc/powerpc/include/isc/atomic.h @@ -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 diff --git a/lib/lwres/lwinetpton.c b/lib/lwres/lwinetpton.c index c74f9c86536..4574d2c356f 100644 --- a/lib/lwres/lwinetpton.c +++ b/lib/lwres/lwinetpton.c @@ -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 diff --git a/lib/samples/resolve.c b/lib/samples/resolve.c index e571986da3a..13c431a71a0 100644 --- a/lib/samples/resolve.c +++ b/lib/samples/resolve.c @@ -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