From 2cf1d5b0986d38e60db88a7b2360798e539d7636 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Sun, 12 Jan 2014 23:46:23 +0000 Subject: [PATCH] update copyright notice --- bin/named/include/named/query.h | 2 +- bin/named/query.c | 2 +- bin/python/dnssec-coverage.8 | 2 +- bin/python/dnssec-coverage.html | 2 +- bin/tests/system/resolver/clean.sh | 2 +- bin/tests/system/resolver/ns4/tld1.db | 2 +- bin/tests/system/resolver/ns4/tld2.db | 2 +- bin/tests/system/resolver/ns5/named.conf | 2 +- bin/tests/system/resolver/ns6/example.net.db.in | 2 +- bin/tests/system/resolver/ns6/named.conf | 2 +- bin/tests/system/resolver/ns7/named1.conf | 2 +- bin/tests/system/resolver/ns7/named2.conf | 2 +- bin/tests/system/resolver/tests.sh | 2 +- lib/dns/include/dns/db.h | 2 +- lib/dns/include/dns/rdataset.h | 2 +- lib/dns/include/dns/resolver.h | 2 +- lib/dns/include/dns/view.h | 2 +- lib/dns/resolver.c | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/bin/named/include/named/query.h b/bin/named/include/named/query.h index 7843e8ffe6..c71c8de9b2 100644 --- a/bin/named/include/named/query.h +++ b/bin/named/include/named/query.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2010, 2011, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2010, 2011, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/named/query.c b/bin/named/query.c index 514c2ebbaa..4d2262e232 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -3826,7 +3826,7 @@ query_prefetch(ns_client_t *client, dns_name_t *qname, ns_client_t *dummy = NULL; if (client->view->prefetch_trigger == 0U || - rdataset->ttl > client->view->prefetch_trigger || + rdataset->ttl > client->view->prefetch_trigger || (rdataset->attributes & DNS_RDATASETATTR_PREFETCH) == 0) return; diff --git a/bin/python/dnssec-coverage.8 b/bin/python/dnssec-coverage.8 index 4da338e42d..6c2e8a5206 100644 --- a/bin/python/dnssec-coverage.8 +++ b/bin/python/dnssec-coverage.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC") .\" .\" Permission to use, copy, modify, and/or distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above diff --git a/bin/python/dnssec-coverage.html b/bin/python/dnssec-coverage.html index d129f9b74c..dbbb6ab050 100644 --- a/bin/python/dnssec-coverage.html +++ b/bin/python/dnssec-coverage.html @@ -1,5 +1,5 @@