2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 23:25:38 +00:00

update copyright notice / whitespace

This commit is contained in:
Tinderbox User
2017-07-21 23:46:06 +00:00
parent bd9d540b9f
commit 9ab5ec1d72
18 changed files with 24 additions and 24 deletions

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View File

@@ -2003,17 +2003,17 @@ dns_dnssec_syncupdate(dns_dnsseckeylist_t *keys, dns_dnsseckeylist_t *rmkeys,
syncdelete(key->key, now)) { syncdelete(key->key, now)) {
if (exists(cds, &cdsrdata1)) if (exists(cds, &cdsrdata1))
RETERR(delrdata(&cdsrdata1, diff, origin, RETERR(delrdata(&cdsrdata1, diff, origin,
cds->ttl, mctx)); cds->ttl, mctx));
if (exists(cds, &cdsrdata2)) if (exists(cds, &cdsrdata2))
RETERR(delrdata(&cdsrdata2, diff, origin, RETERR(delrdata(&cdsrdata2, diff, origin,
cds->ttl, mctx)); cds->ttl, mctx));
} }
if (dns_rdataset_isassociated(cdnskey) && if (dns_rdataset_isassociated(cdnskey) &&
syncdelete(key->key, now)) { syncdelete(key->key, now)) {
if (exists(cdnskey, &cdnskeyrdata)) if (exists(cdnskey, &cdnskeyrdata))
RETERR(delrdata(&cdnskeyrdata, diff, origin, 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)); &cdsrdata2));
if (exists(cds, &cdsrdata1)) if (exists(cds, &cdsrdata1))
RETERR(delrdata(&cdsrdata1, diff, origin, RETERR(delrdata(&cdsrdata1, diff, origin,
cds->ttl, mctx)); cds->ttl, mctx));
if (exists(cds, &cdsrdata2)) if (exists(cds, &cdsrdata2))
RETERR(delrdata(&cdsrdata2, diff, origin, RETERR(delrdata(&cdsrdata2, diff, origin,
cds->ttl, mctx)); cds->ttl, mctx));
} }
if (dns_rdataset_isassociated(cdnskey)) { if (dns_rdataset_isassociated(cdnskey)) {
if (exists(cdnskey, &cdnskeyrdata)) if (exists(cdnskey, &cdnskeyrdata))
RETERR(delrdata(&cdnskeyrdata, diff, origin, RETERR(delrdata(&cdnskeyrdata, diff, origin,
cdnskey->ttl, mctx)); cdnskey->ttl, mctx));
} }
} }

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * 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 * 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 static isc_result_t
delnsec3(dns_db_t *db, dns_dbversion_t *version, const dns_name_t *name, 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_dbnode_t *node = NULL ;
dns_difftuple_t *tuple = NULL; dns_difftuple_t *tuple = NULL;

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this