mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
update copyright notice
This commit is contained in:
parent
db8369d873
commit
25633bca23
2 changed files with 3 additions and 2 deletions
|
|
@ -7173,7 +7173,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
|
|||
associated = dns_rdataset_isassociated(rdataset);
|
||||
section = nxrewrite ? DNS_SECTION_ADDITIONAL :
|
||||
DNS_SECTION_AUTHORITY;
|
||||
|
||||
|
||||
result = query_addsoa(client, db, version, ISC_UINT32_MAX,
|
||||
associated, section);
|
||||
if (result != ISC_R_SUCCESS) {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004-2007, 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2003 Internet Software Consortium.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
|
|||
Loading…
Reference in a new issue