diff --git a/bin/tests/named.conf b/bin/tests/named.conf index 5766b3a760..722d2626f6 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 5ad75d9307..6ccf73b926 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 d63299d1f0..d3dee6c0d1 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 b230f5d600..7811975516 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 eec4472288..dd88760a72 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 ee9fb7d261..7ba9288c02 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 a976ce0f9b..6401aacbb9 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: