From e7953a5eff80410c76c373d8702e44f29cebe384 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Tue, 17 Sep 2013 23:45:47 +0000 Subject: [PATCH] update copyright notice --- bin/dig/dighost.c | 4 ++-- bin/dig/nslookup.c | 2 +- bin/dig/nslookup.docbook | 3 ++- .../dnssec/ns3/siginterval.example.db.in | 2 +- bin/tests/system/dnssec/ns3/siginterval1.conf | 22 ++++++++++++++++--- bin/tests/system/dnssec/ns3/siginterval2.conf | 22 ++++++++++++++++--- bin/tests/system/dnssec/setup.sh | 2 +- lib/dns/include/dns/masterdump.h | 2 +- lib/dns/include/dns/rdata.h | 2 +- lib/dns/masterdump.c | 2 +- lib/dns/nsec3.c | 2 +- 11 files changed, 49 insertions(+), 16 deletions(-) diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index cb90361444..2b7b970322 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -1896,7 +1896,7 @@ next_origin(dig_query_t *query) { * about finding the next entry. */ return (ISC_FALSE); - + /* * Check for a absolute name or ndots being met. */ @@ -1908,7 +1908,7 @@ next_origin(dig_query_t *query) { (dns_name_isabsolute(name) || (int)dns_name_countlabels(name) > ndots)) return (ISC_FALSE); - + if (query->lookup->origin == NULL && !query->lookup->need_search) /* * Then we just did rootorg; there's nothing left. diff --git a/bin/dig/nslookup.c b/bin/dig/nslookup.c index ab8066656c..d5ef50b7f6 100644 --- a/bin/dig/nslookup.c +++ b/bin/dig/nslookup.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/dig/nslookup.docbook b/bin/dig/nslookup.docbook index 3f7d1f6fb8..dc9d857b4e 100644 --- a/bin/dig/nslookup.docbook +++ b/bin/dig/nslookup.docbook @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []>