mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +00:00
update copyright notice / whitespace
This commit is contained in:
parent
82354deeb1
commit
393135d693
@ -6466,7 +6466,7 @@ add32(dns_rbtdb_t *rbtdb, dns_rbtnode_t *rbtnode, rbtdb_version_t *rbtversion,
|
|||||||
newheader, link);
|
newheader, link);
|
||||||
INSIST(rbtdb->heaps != NULL);
|
INSIST(rbtdb->heaps != NULL);
|
||||||
result = isc_heap_insert(rbtdb->heaps[idx],
|
result = isc_heap_insert(rbtdb->heaps[idx],
|
||||||
newheader);
|
newheader);
|
||||||
if (result != ISC_R_SUCCESS) {
|
if (result != ISC_R_SUCCESS) {
|
||||||
free_rdataset(rbtdb,
|
free_rdataset(rbtdb,
|
||||||
rbtdb->common.mctx,
|
rbtdb->common.mctx,
|
||||||
|
@ -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
|
* 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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/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
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user