mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:10:00 -04:00
update copyright notice
This commit is contained in:
parent
5f0d1e7b82
commit
e085624e0f
3 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2004, 2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: clean.sh,v 1.17 2010/11/30 02:27:07 each Exp $
|
||||
# $Id: clean.sh,v 1.18 2010/11/30 23:46:55 tbox Exp $
|
||||
|
||||
#
|
||||
# Clean up after zone transfer tests.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2004, 2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: tests.sh,v 1.29 2010/11/30 02:27:07 each Exp $
|
||||
# $Id: tests.sh,v 1.30 2010/11/30 23:46:55 tbox Exp $
|
||||
|
||||
SYSTEMTESTTOP=..
|
||||
. $SYSTEMTESTTOP/conf.sh
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zone.c,v 1.575 2010/11/30 02:27:08 each Exp $ */
|
||||
/* $Id: zone.c,v 1.576 2010/11/30 23:46:55 tbox Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -3639,7 +3639,7 @@ exit_check(dns_zone_t *zone) {
|
|||
}
|
||||
|
||||
static isc_boolean_t
|
||||
zone_check_ns(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *version,
|
||||
zone_check_ns(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *version,
|
||||
dns_name_t *name, isc_boolean_t logit)
|
||||
{
|
||||
isc_result_t result;
|
||||
|
|
|
|||
Loading…
Reference in a new issue