From c65ab74d31bf4685bbe0cdc6ceafa464801f43bf Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Fri, 25 Jun 2010 23:46:33 +0000 Subject: [PATCH] update copyright notice --- bin/named/control.c | 4 ++-- bin/named/include/named/control.h | 4 ++-- bin/named/server.c | 4 ++-- bin/rndc/rndc.c | 4 ++-- bin/tests/system/dnssec/ns1/sign.sh | 4 ++-- bin/tests/system/dnssec/ns4/named.conf | 4 ++-- lib/dns/keytable.c | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bin/named/control.c b/bin/named/control.c index f81689788d..60cdbba799 100644 --- a/bin/named/control.c +++ b/bin/named/control.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 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: control.c,v 1.36.50.1 2010/06/25 03:51:06 marka Exp $ */ +/* $Id: control.c,v 1.36.50.2 2010/06/25 23:46:33 tbox Exp $ */ /*! \file */ diff --git a/bin/named/include/named/control.h b/bin/named/include/named/control.h index da2a541ba0..953e34f8b0 100644 --- a/bin/named/include/named/control.h +++ b/bin/named/include/named/control.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 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: control.h,v 1.27.50.1 2010/06/25 03:51:06 marka Exp $ */ +/* $Id: control.h,v 1.27.50.2 2010/06/25 23:46:33 tbox Exp $ */ #ifndef NAMED_CONTROL_H #define NAMED_CONTROL_H 1 diff --git a/bin/named/server.c b/bin/named/server.c index df0c16d568..b0182c96cf 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: server.c,v 1.556.8.14 2010/06/25 03:51:06 marka Exp $ */ +/* $Id: server.c,v 1.556.8.15 2010/06/25 23:46:33 tbox Exp $ */ /*! \file */ @@ -5740,7 +5740,7 @@ ns_server_dumpsecroots(ns_server_t *server, char *args) { if (result == ISC_R_NOTFOUND) { result = ISC_R_SUCCESS; continue; - } + } fprintf(fp, "\n Start view %s\n\n", view->name); CHECK(dns_keytable_dump(secroots, fp)); } diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index 1dccd25e3d..5464d38841 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-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: rndc.c,v 1.126.66.2 2010/06/25 03:51:06 marka Exp $ */ +/* $Id: rndc.c,v 1.126.66.3 2010/06/25 23:46:33 tbox Exp $ */ /*! \file */ diff --git a/bin/tests/system/dnssec/ns1/sign.sh b/bin/tests/system/dnssec/ns1/sign.sh index 4c8c9ca1e7..8c0a0d936c 100644 --- a/bin/tests/system/dnssec/ns1/sign.sh +++ b/bin/tests/system/dnssec/ns1/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2004, 2006-2009 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2006-2010 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000-2003 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: sign.sh,v 1.30.32.2 2010/06/25 07:27:20 marka Exp $ +# $Id: sign.sh,v 1.30.32.3 2010/06/25 23:46:33 tbox Exp $ SYSTEMTESTTOP=../.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/dnssec/ns4/named.conf b/bin/tests/system/dnssec/ns4/named.conf index b3a24611ed..4cd12d3122 100644 --- a/bin/tests/system/dnssec/ns4/named.conf +++ b/bin/tests/system/dnssec/ns4/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2006, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2006, 2007, 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.28.558.1 2010/06/25 03:51:07 marka Exp $ */ +/* $Id: named.conf,v 1.28.558.2 2010/06/25 23:46:33 tbox Exp $ */ // NS4 diff --git a/lib/dns/keytable.c b/lib/dns/keytable.c index beebf9392d..f763131e07 100644 --- a/lib/dns/keytable.c +++ b/lib/dns/keytable.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keytable.c,v 1.39.4.1 2010/06/25 03:51:07 marka Exp $ */ +/* $Id: keytable.c,v 1.39.4.2 2010/06/25 23:46:33 tbox Exp $ */ /*! \file */