From cf309ffeeef384270d8061f6f78543e53aeb9216 Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Fri, 25 Jun 2010 23:46:51 +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 ad82fdb9fc..aa5c5aa835 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.37 2010/06/25 03:24:05 marka Exp $ */ +/* $Id: control.c,v 1.38 2010/06/25 23:46:51 tbox Exp $ */ /*! \file */ diff --git a/bin/named/include/named/control.h b/bin/named/include/named/control.h index 41265518db..3930d7dae0 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.28 2010/06/25 03:24:05 marka Exp $ */ +/* $Id: control.h,v 1.29 2010/06/25 23:46:51 tbox Exp $ */ #ifndef NAMED_CONTROL_H #define NAMED_CONTROL_H 1 diff --git a/bin/named/server.c b/bin/named/server.c index 58a01727e2..b7e6914e97 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: server.c,v 1.570 2010/06/25 03:24:05 marka Exp $ */ +/* $Id: server.c,v 1.571 2010/06/25 23:46:51 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 adcd318044..a42d9f0aca 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.128 2010/06/25 03:24:05 marka Exp $ */ +/* $Id: rndc.c,v 1.129 2010/06/25 23:46:51 tbox Exp $ */ /*! \file */ diff --git a/bin/tests/system/dnssec/ns1/sign.sh b/bin/tests/system/dnssec/ns1/sign.sh index 57fc50b11e..62eb804188 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.32 2010/06/25 07:28:46 marka Exp $ +# $Id: sign.sh,v 1.33 2010/06/25 23:46:51 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 8581fcc72a..51693d31c0 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.29 2010/06/25 03:24:05 marka Exp $ */ +/* $Id: named.conf,v 1.30 2010/06/25 23:46:51 tbox Exp $ */ // NS4 diff --git a/lib/dns/keytable.c b/lib/dns/keytable.c index bff268c2de..309e9dd2d8 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.40 2010/06/25 03:24:05 marka Exp $ */ +/* $Id: keytable.c,v 1.41 2010/06/25 23:46:51 tbox Exp $ */ /*! \file */