From d03bc586b95ffdc6ade3af4ef420ec880012575d Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Tue, 14 Feb 2012 23:47:15 +0000 Subject: [PATCH] update copyright notice --- bin/tests/system/masterformat/clean.sh | 4 ++-- bin/tests/system/masterformat/ns1/compile.sh | 4 ++-- bin/tests/system/masterformat/ns1/large.db.in | 4 ++-- bin/tests/system/masterformat/ns1/named.conf | 4 ++-- bin/tests/system/masterformat/ns2/named.conf | 4 ++-- bin/tests/system/masterformat/setup.sh | 4 ++-- lib/dns/resolver.c | 8 ++++---- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bin/tests/system/masterformat/clean.sh b/bin/tests/system/masterformat/clean.sh index b826048023..d8eca35b92 100755 --- a/bin/tests/system/masterformat/clean.sh +++ b/bin/tests/system/masterformat/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2005, 2007, 2011 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2005, 2007, 2011, 2012 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 @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.11 2012/02/13 23:46:23 marka Exp $ +# $Id: clean.sh,v 1.12 2012/02/14 23:47:15 tbox Exp $ rm -f named-compilezone rm -f ns1/example.db.raw* diff --git a/bin/tests/system/masterformat/ns1/compile.sh b/bin/tests/system/masterformat/ns1/compile.sh index 886ea5e577..02ae0b06b2 100755 --- a/bin/tests/system/masterformat/ns1/compile.sh +++ b/bin/tests/system/masterformat/ns1/compile.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2007, 2011 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2005-2007, 2011, 2012 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 @@ -12,7 +12,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: compile.sh,v 1.10 2012/02/13 23:46:24 marka Exp $ +# $Id: compile.sh,v 1.11 2012/02/14 23:47:15 tbox Exp $ ../named-compilezone -D -F raw -o example.db.raw example \ example.db > /dev/null 2>&1 diff --git a/bin/tests/system/masterformat/ns1/large.db.in b/bin/tests/system/masterformat/ns1/large.db.in index 13cc81d2fb..b97f12ab89 100644 --- a/bin/tests/system/masterformat/ns1/large.db.in +++ b/bin/tests/system/masterformat/ns1/large.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2005, 2007 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2012 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 @@ -12,7 +12,7 @@ ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; PERFORMANCE OF THIS SOFTWARE. -; $Id: large.db.in,v 1.2 2012/02/13 23:46:24 marka Exp $ +; $Id: large.db.in,v 1.3 2012/02/14 23:47:15 tbox Exp $ $TTL 1D diff --git a/bin/tests/system/masterformat/ns1/named.conf b/bin/tests/system/masterformat/ns1/named.conf index 8471f8ce9e..6232b6aac9 100644 --- a/bin/tests/system/masterformat/ns1/named.conf +++ b/bin/tests/system/masterformat/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2007, 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005, 2007, 2011, 2012 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 @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.8 2012/02/13 23:46:24 marka Exp $ */ +/* $Id: named.conf,v 1.9 2012/02/14 23:47:15 tbox Exp $ */ // NS1 diff --git a/bin/tests/system/masterformat/ns2/named.conf b/bin/tests/system/masterformat/ns2/named.conf index 45c21e94b7..07c2c828b2 100644 --- a/bin/tests/system/masterformat/ns2/named.conf +++ b/bin/tests/system/masterformat/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2007, 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005, 2007, 2011, 2012 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 @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.7 2012/02/13 23:46:24 marka Exp $ */ +/* $Id: named.conf,v 1.8 2012/02/14 23:47:15 tbox Exp $ */ // NS2 diff --git a/bin/tests/system/masterformat/setup.sh b/bin/tests/system/masterformat/setup.sh index fce032bbbe..beac865a2f 100755 --- a/bin/tests/system/masterformat/setup.sh +++ b/bin/tests/system/masterformat/setup.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2007, 2011 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2005-2007, 2011, 2012 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 @@ -12,7 +12,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.10 2012/02/13 23:46:23 marka Exp $ +# $Id: setup.sh,v 1.11 2012/02/14 23:47:15 tbox Exp $ rm -f named-compilezone ln -s $CHECKZONE named-compilezone diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 1711058dad..cf647f9ca8 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resolver.c,v 1.447 2012/02/14 00:22:54 marka Exp $ */ +/* $Id: resolver.c,v 1.448 2012/02/14 23:47:15 tbox Exp $ */ /*! \file */ @@ -5513,7 +5513,7 @@ noanswer_response(fetchctx_t *fctx, dns_name_t *oqname, log_ns_ttl(fctx, "noanswer_response"); if (ns_rdataset != NULL && dns_name_equal(&fctx->domain, ns_name) && - !dns_name_equal(ns_name, dns_rootname)) + !dns_name_equal(ns_name, dns_rootname)) trim_ns_ttl(fctx, ns_name, ns_rdataset); /* @@ -6210,7 +6210,7 @@ answer_response(fetchctx_t *fctx) { log_ns_ttl(fctx, "answer_response"); if (ns_rdataset != NULL && dns_name_equal(&fctx->domain, ns_name) && - !dns_name_equal(ns_name, dns_rootname)) + !dns_name_equal(ns_name, dns_rootname)) trim_ns_ttl(fctx, ns_name, ns_rdataset); return (result);