From: Automatic Updater Date: Thu, 3 Mar 2011 23:47:32 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.9.0a1~615 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7d9d170dbb323f18be252b99690be0d95c565141;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/tests/named.conf b/bin/tests/named.conf index 5766b3a7601..722d2626f61 100644 --- a/bin/tests/named.conf +++ b/bin/tests/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-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.59 2011/03/03 14:10:26 fdupont Exp $ */ +/* $Id: named.conf,v 1.60 2011/03/03 23:47:31 tbox Exp $ */ /* * This is a worthless, nonrunnable example of a named.conf file that has diff --git a/bin/tests/rdata_test.c b/bin/tests/rdata_test.c index 5ad75d9307f..6ccf73b9260 100644 --- a/bin/tests/rdata_test.c +++ b/bin/tests/rdata_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 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 @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdata_test.c,v 1.49 2011/03/03 14:10:26 fdupont Exp $ */ +/* $Id: rdata_test.c,v 1.50 2011/03/03 23:47:31 tbox Exp $ */ #include diff --git a/bin/tests/system/genzone.sh b/bin/tests/system/genzone.sh index d63299d1f0a..d3dee6c0d19 100644 --- a/bin/tests/system/genzone.sh +++ b/bin/tests/system/genzone.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009, 2011 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 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: genzone.sh,v 1.12 2011/03/03 14:10:26 fdupont Exp $ +# $Id: genzone.sh,v 1.13 2011/03/03 23:47:31 tbox Exp $ # # Set up a test zone diff --git a/lib/dns/cache.c b/lib/dns/cache.c index b230f5d6001..78119755164 100644 --- a/lib/dns/cache.c +++ b/lib/dns/cache.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2009, 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: cache.c,v 1.88 2011/03/03 04:42:25 each Exp $ */ +/* $Id: cache.c,v 1.89 2011/03/03 23:47:32 tbox Exp $ */ /*! \file */ diff --git a/lib/dns/include/dns/cache.h b/lib/dns/include/dns/cache.h index eec4472288e..dd88760a725 100644 --- a/lib/dns/include/dns/cache.h +++ b/lib/dns/include/dns/cache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009, 2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-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: cache.h,v 1.29 2011/03/03 04:42:25 each Exp $ */ +/* $Id: cache.h,v 1.30 2011/03/03 23:47:32 tbox Exp $ */ #ifndef DNS_CACHE_H #define DNS_CACHE_H 1 diff --git a/lib/dns/rbtdb.h b/lib/dns/rbtdb.h index ee9fb7d2619..7ba9288c029 100644 --- a/lib/dns/rbtdb.h +++ b/lib/dns/rbtdb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-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: rbtdb.h,v 1.19 2011/03/03 04:42:25 each Exp $ */ +/* $Id: rbtdb.h,v 1.20 2011/03/03 23:47:32 tbox Exp $ */ #ifndef DNS_RBTDB_H #define DNS_RBTDB_H 1 diff --git a/lib/isc/heap.c b/lib/isc/heap.c index a976ce0f9bf..6401aacbb99 100644 --- a/lib/isc/heap.c +++ b/lib/isc/heap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2010, 2011 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1997-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: heap.c,v 1.40 2011/03/03 04:42:25 each Exp $ */ +/* $Id: heap.c,v 1.41 2011/03/03 23:47:32 tbox Exp $ */ /*! \file * Heap implementation of priority queues adapted from the following: