From db69d5d53cbffd6cc7419807e767792eef3bc593 Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Thu, 6 Jan 2011 23:47:00 +0000 Subject: [PATCH] update copyright notice --- bin/named/zoneconf.c | 4 ++-- bin/tests/dst/gsstest.c | 4 ++-- bin/tests/system/tsiggss/ns1/named.conf | 4 ++-- lib/dns/Makefile.in | 4 ++-- lib/dns/include/dns/ssu.h | 4 ++-- lib/dns/ssu.c | 6 +++--- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bin/named/zoneconf.c b/bin/named/zoneconf.c index ac1d5518ee..7254eece04 100644 --- a/bin/named/zoneconf.c +++ b/bin/named/zoneconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2011 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: zoneconf.c,v 1.169 2011/01/06 23:24:38 each Exp $ */ +/* $Id: zoneconf.c,v 1.170 2011/01/06 23:47:00 tbox Exp $ */ /*% */ diff --git a/bin/tests/dst/gsstest.c b/bin/tests/dst/gsstest.c index 30be5d0b4a..e88c3c2396 100755 --- a/bin/tests/dst/gsstest.c +++ b/bin/tests/dst/gsstest.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006, 2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2006, 2007, 2009-2011 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: gsstest.c,v 1.12 2011/01/06 23:24:38 each Exp $ */ +/* $Id: gsstest.c,v 1.13 2011/01/06 23:47:00 tbox Exp $ */ #include diff --git a/bin/tests/system/tsiggss/ns1/named.conf b/bin/tests/system/tsiggss/ns1/named.conf index d428b91add..645d578d9b 100644 --- a/bin/tests/system/tsiggss/ns1/named.conf +++ b/bin/tests/system/tsiggss/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2011 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.5 2011/01/06 23:24:38 each Exp $ */ +/* $Id: named.conf,v 1.6 2011/01/06 23:47:00 tbox Exp $ */ controls { }; diff --git a/lib/dns/Makefile.in b/lib/dns/Makefile.in index e162cc2a14..20a91b2a54 100644 --- a/lib/dns/Makefile.in +++ b/lib/dns/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1998-2003 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.174 2011/01/06 23:24:38 each Exp $ +# $Id: Makefile.in,v 1.175 2011/01/06 23:47:00 tbox Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/include/dns/ssu.h b/lib/dns/include/dns/ssu.h index 7020ede2b7..fbe01c3d66 100644 --- a/lib/dns/include/dns/ssu.h +++ b/lib/dns/include/dns/ssu.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2008, 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2008, 2010, 2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001, 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: ssu.h,v 1.27 2011/01/06 23:24:38 each Exp $ */ +/* $Id: ssu.h,v 1.28 2011/01/06 23:47:00 tbox Exp $ */ #ifndef DNS_SSU_H #define DNS_SSU_H 1 diff --git a/lib/dns/ssu.c b/lib/dns/ssu.c index 405afdbe01..83aa679361 100644 --- a/lib/dns/ssu.c +++ b/lib/dns/ssu.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2008, 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2008, 2010, 2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -17,7 +17,7 @@ /*! \file */ /* - * $Id: ssu.c,v 1.37 2011/01/06 23:24:38 each Exp $ + * $Id: ssu.c,v 1.38 2011/01/06 23:47:00 tbox Exp $ * Principal Author: Brian Wellington */ @@ -489,7 +489,7 @@ dns_ssutable_checkrules(dns_ssutable_t *table, dns_name_t *signer, break; case DNS_SSUMATCHTYPE_EXTERNAL: if (!dns_ssu_external_match(rule->identity, signer, - name, tcpaddr, type, key, + name, tcpaddr, type, key, table->mctx)) continue; break;