/*
- * 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
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: cache.c,v 1.87.262.1 2011/03/03 04:43:01 each Exp $ */
+/* $Id: cache.c,v 1.87.262.2 2011/03/03 23:47:09 tbox Exp $ */
/*! \file */
/*
- * 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
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: cache.h,v 1.28.428.1 2011/03/03 04:43:02 each Exp $ */
+/* $Id: cache.h,v 1.28.428.2 2011/03/03 23:47:09 tbox Exp $ */
#ifndef DNS_CACHE_H
#define DNS_CACHE_H 1
/*
- * 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
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: rbtdb.h,v 1.18.814.1 2011/03/03 04:43:02 each Exp $ */
+/* $Id: rbtdb.h,v 1.18.814.2 2011/03/03 23:47:09 tbox Exp $ */
#ifndef DNS_RBTDB_H
#define DNS_RBTDB_H 1
/*
- * 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
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: heap.c,v 1.39.150.1 2011/03/03 04:43:02 each Exp $ */
+/* $Id: heap.c,v 1.39.150.2 2011/03/03 23:47:09 tbox Exp $ */
/*! \file
* Heap implementation of priority queues adapted from the following: