From a4d4e19af81ccfe33da93f4957cb14e2cb108ea9 Mon Sep 17 00:00:00 2001 From: Automatic Updater Date: Sat, 26 Jun 2010 23:45:54 +0000 Subject: [PATCH] update copyright notice --- bin/named/include/named/globals.h | 4 ++-- bin/named/main.c | 4 ++-- bin/named/query.c | 4 ++-- bin/tests/system/dnssec/ns3/secure.example.db.in | 4 ++-- bin/tests/system/dnssec/ns7/named.conf | 4 ++-- bin/tests/system/dnssec/ns7/named.nosoa | 5 +++++ bin/tests/system/start.pl | 4 ++-- 7 files changed, 17 insertions(+), 12 deletions(-) diff --git a/bin/named/include/named/globals.h b/bin/named/include/named/globals.h index 65fd58966d..8ee47f3a67 100644 --- a/bin/named/include/named/globals.h +++ b/bin/named/include/named/globals.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2008, 2010 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: globals.h,v 1.80.12.1 2010/06/25 23:57:03 marka Exp $ */ +/* $Id: globals.h,v 1.80.12.2 2010/06/26 23:45:53 tbox Exp $ */ #ifndef NAMED_GLOBALS_H #define NAMED_GLOBALS_H 1 diff --git a/bin/named/main.c b/bin/named/main.c index 8f666a51bb..ff66b5cac8 100644 --- a/bin/named/main.c +++ b/bin/named/main.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) 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: main.c,v 1.166.34.4 2010/06/25 23:57:03 marka Exp $ */ +/* $Id: main.c,v 1.166.34.5 2010/06/26 23:45:53 tbox Exp $ */ /*! \file */ diff --git a/bin/named/query.c b/bin/named/query.c index 521fbaf206..c06b3f2b25 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: query.c,v 1.313.20.19 2010/06/25 23:57:03 marka Exp $ */ +/* $Id: query.c,v 1.313.20.20 2010/06/26 23:45:53 tbox Exp $ */ /*! \file */ @@ -4381,7 +4381,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype) #endif dns_zone_getzeronosoattl(zone)) result = query_addsoa(client, db, version, ISC_TRUE, - dns_rdataset_isassociated(rdataset)); + dns_rdataset_isassociated(rdataset)); else result = query_addsoa(client, db, version, ISC_FALSE, dns_rdataset_isassociated(rdataset)); diff --git a/bin/tests/system/dnssec/ns3/secure.example.db.in b/bin/tests/system/dnssec/ns3/secure.example.db.in index 808741bfe6..f47d9978c3 100644 --- a/bin/tests/system/dnssec/ns3/secure.example.db.in +++ b/bin/tests/system/dnssec/ns3/secure.example.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2004, 2007, 2008 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2004, 2007, 2008, 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 @@ -13,7 +13,7 @@ ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; PERFORMANCE OF THIS SOFTWARE. -; $Id: secure.example.db.in,v 1.13.48.1 2010/06/25 23:57:03 marka Exp $ +; $Id: secure.example.db.in,v 1.13.48.2 2010/06/26 23:45:53 tbox Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/dnssec/ns7/named.conf b/bin/tests/system/dnssec/ns7/named.conf index 128783c45f..8ef06fd57c 100644 --- a/bin/tests/system/dnssec/ns7/named.conf +++ b/bin/tests/system/dnssec/ns7/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006, 2008 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2006, 2008, 2010 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.3.48.1 2010/06/25 23:57:03 marka Exp $ */ +/* $Id: named.conf,v 1.3.48.2 2010/06/26 23:45:54 tbox Exp $ */ // NS3 diff --git a/bin/tests/system/dnssec/ns7/named.nosoa b/bin/tests/system/dnssec/ns7/named.nosoa index 049c537bcf..db4ed0a5b8 100644 --- a/bin/tests/system/dnssec/ns7/named.nosoa +++ b/bin/tests/system/dnssec/ns7/named.nosoa @@ -1 +1,6 @@ +Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC") +See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. + +$Id: named.nosoa,v 1.2.4.3 2010/06/26 23:45:54 tbox Exp $ + Add -T nosoa. diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl index d246cb9989..2f22592898 100644 --- a/bin/tests/system/start.pl +++ b/bin/tests/system/start.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2008, 2010 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 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: start.pl,v 1.13.176.1 2010/06/25 23:57:03 marka Exp $ +# $Id: start.pl,v 1.13.176.2 2010/06/26 23:45:53 tbox Exp $ # Framework for starting test servers. # Based on the type of server specified, check for port availability, remove