From 393135d693bf264faabfcac2c947e2fae0e7412c Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Mon, 27 Nov 2017 23:46:24 +0000 Subject: [PATCH] update copyright notice / whitespace --- lib/dns/rbtdb.c | 2 +- lib/isc/heap.c | 2 +- util/checklibs.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index f0ef2f0b49..b72b910096 100644 --- a/lib/dns/rbtdb.c +++ b/lib/dns/rbtdb.c @@ -6466,7 +6466,7 @@ add32(dns_rbtdb_t *rbtdb, dns_rbtnode_t *rbtnode, rbtdb_version_t *rbtversion, newheader, link); INSIST(rbtdb->heaps != NULL); result = isc_heap_insert(rbtdb->heaps[idx], - newheader); + newheader); if (result != ISC_R_SUCCESS) { free_rdataset(rbtdb, rbtdb->common.mctx, diff --git a/lib/isc/heap.c b/lib/isc/heap.c index 1a5db9df0e..6db7d0d25d 100644 --- a/lib/isc/heap.c +++ b/lib/isc/heap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2001, 2004-2007, 2010-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 1997-2001, 2004-2007, 2010-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/util/checklibs.sh b/util/checklibs.sh index 5b88ea6933..b9bab6ded1 100755 --- a/util/checklibs.sh +++ b/util/checklibs.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 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