2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

update copyright notice

This commit is contained in:
Automatic Updater 2012-02-01 23:46:51 +00:00
parent 79242b4b2b
commit fe910f9d17
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: server.c,v 1.642 2012/02/01 21:28:39 marka Exp $ */
/* $Id: server.c,v 1.643 2012/02/01 23:46:51 tbox Exp $ */
/*! \file */
@ -8271,8 +8271,8 @@ ns_server_zonestatus(ns_server_t *server, char *args, isc_buffer_t *text) {
int i;
isc_mem_t *mctx = dns_zone_getmctx(hasraw ? raw : zone);
for (i = 0; i < nfiles; i++)
if (incfiles[i] != NULL)
for (i = 0; i < nfiles; i++)
if (incfiles[i] != NULL)
isc_mem_free(mctx, incfiles[i]);
isc_mem_free(mctx, incfiles);
}

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2005, 2007, 2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2005, 2007, 2011, 2012 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.11 2012/02/01 22:07:23 marka Exp $
# $Id: tests.sh,v 1.12 2012/02/01 23:46:51 tbox Exp $
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh