From c32a681ef2b5698aa79627229f1468c19e6d80df Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Tue, 17 Sep 2013 23:45:29 +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/diff.c | 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 +- lib/dns/zone.c | 20 ++++++++--------- 13 files changed, 60 insertions(+), 27 deletions(-) diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index 61feec92ab..94b4182077 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -1900,7 +1900,7 @@ next_origin(dig_query_t *query) { * about finding the next entry. */ return (ISC_FALSE); - + /* * Check for a absolute name or ndots being met. */ @@ -1912,7 +1912,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 1d23f2faaa..cf64e58998 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" []>