From e676a596869d8a80a644c99a848afb53d1c5975e Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 20 Feb 2014 10:53:11 +1100 Subject: [PATCH] update copyrights --- bin/check/check-tool.c | 4 +- bin/check/check-tool.h | 2 +- bin/check/named-checkzone.c | 2 +- bin/check/named-checkzone.docbook | 3 +- bin/named/include/named/client.h | 2 +- bin/named/update.c | 2 +- bin/tests/system/checkconf/bad-maxttlmap.conf | 10 ++-- bin/tests/system/checkconf/clean.sh | 2 +- bin/tests/system/checkconf/maxttl-bad.db | 2 +- bin/tests/system/checkconf/maxttl.db | 2 +- bin/tests/system/checkzone/clean.sh | 2 +- bin/tests/system/checkzone/tests.sh | 2 +- bin/tests/system/nsupdate/ns1/max-ttl.db | 3 +- bin/tests/system/nsupdate/ns1/named.conf | 2 +- bin/tests/system/sit/clean.sh | 14 +++++ bin/tests/system/sit/ns1/example.db | 14 +++++ bin/tests/system/sit/ns1/named.conf | 6 +- bin/tests/system/sit/ns1/root.hint | 3 +- bin/tests/system/sit/ns2/root.db | 14 +++++ bin/tests/system/sit/prereq.sh.in | 14 +++++ bin/tests/system/sit/tests.sh | 3 +- lib/dns/include/dns/adb.h | 2 +- lib/dns/include/dns/master.h | 4 +- lib/dns/include/dns/peer.h | 2 +- lib/dns/include/dns/stats.h | 2 +- lib/dns/include/dns/zone.h | 2 +- lib/dns/master.c | 10 ++-- lib/isc/aes.c | 2 +- lib/isc/include/isc/aes.h | 2 +- lib/isc/tests/aes_test.c | 4 +- util/bindkeys.pl | 2 +- util/copyrights | 57 ++++++++++++------- 32 files changed, 134 insertions(+), 63 deletions(-) diff --git a/bin/check/check-tool.c b/bin/check/check-tool.c index 88223d0077..83ef5e85a1 100644 --- a/bin/check/check-tool.c +++ b/bin/check/check-tool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -642,7 +642,7 @@ check_ttls(dns_zone_t *zone, dns_ttl_t maxttl) { if (result == ISC_R_NOMORE) result = ISC_R_SUCCESS; CHECK(result); - + dns_rdatasetiter_destroy(&rdsiter); dns_db_detachnode(db, &node); } diff --git a/bin/check/check-tool.h b/bin/check/check-tool.h index 5ea53c483e..2262903e22 100644 --- a/bin/check/check-tool.h +++ b/bin/check/check-tool.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) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/check/named-checkzone.c b/bin/check/named-checkzone.c index b973f79934..598a20e497 100644 --- a/bin/check/named-checkzone.c +++ b/bin/check/named-checkzone.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/check/named-checkzone.docbook b/bin/check/named-checkzone.docbook index 61baf5f03f..f969eff4f2 100644 --- a/bin/check/named-checkzone.docbook +++ b/bin/check/named-checkzone.docbook @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []>