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:
parent
52cfbde0bd
commit
d03bc586b9
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/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
|
# Permission to use, copy, modify, and/or distribute this software for any
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# 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
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: clean.sh,v 1.11 2012/02/13 23:46:23 marka Exp $
|
# $Id: clean.sh,v 1.12 2012/02/14 23:47:15 tbox Exp $
|
||||||
|
|
||||||
rm -f named-compilezone
|
rm -f named-compilezone
|
||||||
rm -f ns1/example.db.raw*
|
rm -f ns1/example.db.raw*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 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
|
# Permission to use, copy, modify, and/or distribute this software for any
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: compile.sh,v 1.10 2012/02/13 23:46:24 marka Exp $
|
# $Id: compile.sh,v 1.11 2012/02/14 23:47:15 tbox Exp $
|
||||||
|
|
||||||
../named-compilezone -D -F raw -o example.db.raw example \
|
../named-compilezone -D -F raw -o example.db.raw example \
|
||||||
example.db > /dev/null 2>&1
|
example.db > /dev/null 2>&1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; Copyright (C) 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
|
; Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC")
|
||||||
;
|
;
|
||||||
; Permission to use, copy, modify, and/or distribute this software for any
|
; Permission to use, copy, modify, and/or distribute this software for any
|
||||||
; purpose with or without fee is hereby granted, provided that the above
|
; purpose with or without fee is hereby granted, provided that the above
|
||||||
@ -12,7 +12,7 @@
|
|||||||
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
; PERFORMANCE OF THIS SOFTWARE.
|
; PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
; $Id: large.db.in,v 1.2 2012/02/13 23:46:24 marka Exp $
|
; $Id: large.db.in,v 1.3 2012/02/14 23:47:15 tbox Exp $
|
||||||
|
|
||||||
$TTL 1D
|
$TTL 1D
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 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
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
@ -14,7 +14,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: named.conf,v 1.8 2012/02/13 23:46:24 marka Exp $ */
|
/* $Id: named.conf,v 1.9 2012/02/14 23:47:15 tbox Exp $ */
|
||||||
|
|
||||||
// NS1
|
// NS1
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 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
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
@ -14,7 +14,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: named.conf,v 1.7 2012/02/13 23:46:24 marka Exp $ */
|
/* $Id: named.conf,v 1.8 2012/02/14 23:47:15 tbox Exp $ */
|
||||||
|
|
||||||
// NS2
|
// NS2
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 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
|
# Permission to use, copy, modify, and/or distribute this software for any
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: setup.sh,v 1.10 2012/02/13 23:46:23 marka Exp $
|
# $Id: setup.sh,v 1.11 2012/02/14 23:47:15 tbox Exp $
|
||||||
|
|
||||||
rm -f named-compilezone
|
rm -f named-compilezone
|
||||||
ln -s $CHECKZONE named-compilezone
|
ln -s $CHECKZONE named-compilezone
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC")
|
* Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC")
|
||||||
* Copyright (C) 1999-2003 Internet Software Consortium.
|
* Copyright (C) 1999-2003 Internet Software Consortium.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: resolver.c,v 1.447 2012/02/14 00:22:54 marka Exp $ */
|
/* $Id: resolver.c,v 1.448 2012/02/14 23:47:15 tbox Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@ -5513,7 +5513,7 @@ noanswer_response(fetchctx_t *fctx, dns_name_t *oqname,
|
|||||||
log_ns_ttl(fctx, "noanswer_response");
|
log_ns_ttl(fctx, "noanswer_response");
|
||||||
|
|
||||||
if (ns_rdataset != NULL && dns_name_equal(&fctx->domain, ns_name) &&
|
if (ns_rdataset != NULL && dns_name_equal(&fctx->domain, ns_name) &&
|
||||||
!dns_name_equal(ns_name, dns_rootname))
|
!dns_name_equal(ns_name, dns_rootname))
|
||||||
trim_ns_ttl(fctx, ns_name, ns_rdataset);
|
trim_ns_ttl(fctx, ns_name, ns_rdataset);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -6210,7 +6210,7 @@ answer_response(fetchctx_t *fctx) {
|
|||||||
log_ns_ttl(fctx, "answer_response");
|
log_ns_ttl(fctx, "answer_response");
|
||||||
|
|
||||||
if (ns_rdataset != NULL && dns_name_equal(&fctx->domain, ns_name) &&
|
if (ns_rdataset != NULL && dns_name_equal(&fctx->domain, ns_name) &&
|
||||||
!dns_name_equal(ns_name, dns_rootname))
|
!dns_name_equal(ns_name, dns_rootname))
|
||||||
trim_ns_ttl(fctx, ns_name, ns_rdataset);
|
trim_ns_ttl(fctx, ns_name, ns_rdataset);
|
||||||
|
|
||||||
return (result);
|
return (result);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user