diff --git a/bin/dnssec/dnssec-keyfromlabel.c b/bin/dnssec/dnssec-keyfromlabel.c index 5d85386a83..891f31fac5 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 4c6cedc419..d8df93820e 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 b4bd65a0bb..54ddbd2ca9 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 7031a0363a..874d1d32e3 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 0f1da427f3..0bd04d068c 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 6bfe31bd5e..876405e731 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 65ea678795..a679a2e9bb 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 143aa08956..6b55b6f278 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 f34aa0fbe5..02e0280b4b 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 b987e90c0a..99da4066b7 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 cd8cb19252..60933047d4 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 b72d5b2de6..27ceb9d0f3 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 36f5a25829..bdfc5db773 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 378acf6897..93f7fbf04b 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 0f5e38da6d..ba8770d2ce 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 2820926b99..bc8ecdfb3d 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 c74f9c8653..4574d2c356 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 e571986da3..13c431a71a 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