mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 06:50:02 -04:00
update copyright notice
This commit is contained in:
parent
efb4a66305
commit
4b3033fd16
3 changed files with 5 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
|
||||
[<!ENTITY mdash "—">]>
|
||||
<!--
|
||||
- Copyright (C) 2004-2011, 2013 Internet Systems Consortium, Inc. ("ISC")
|
||||
- Copyright (C) 2004-2011, 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
- Copyright (C) 2000-2003 Internet Software Consortium.
|
||||
-
|
||||
- Permission to use, copy, modify, and/or distribute this software for any
|
||||
|
|
@ -47,6 +47,7 @@
|
|||
<year>2010</year>
|
||||
<year>2011</year>
|
||||
<year>2013</year>
|
||||
<year>2014</year>
|
||||
<holder>Internet Systems Consortium, Inc. ("ISC")</holder>
|
||||
</copyright>
|
||||
<copyright>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2004, 2005, 2007, 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2001, 2002 Internet Software Consortium.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
|
|
@ -107,7 +107,7 @@ bind9_getaddresses(const char *hostname, in_port_t port,
|
|||
|
||||
result = isc_netscope_pton(AF_INET6, d + 1,
|
||||
&in6, &zone);
|
||||
|
||||
|
||||
if (result != ISC_R_SUCCESS)
|
||||
return (result);
|
||||
#else
|
||||
|
|
|
|||
|
|
@ -13149,7 +13149,7 @@ save_nsec3param(dns_zone_t *zone, nsec3paramlist_t *nsec3list) {
|
|||
nsec3p = next)
|
||||
{
|
||||
next = ISC_LIST_NEXT(nsec3p, link);
|
||||
|
||||
|
||||
if (nsec3p->length == rdata.length + 1 &&
|
||||
memcmp(rdata.data, nsec3p->data + 1,
|
||||
nsec3p->length - 1) == 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue