summaryrefslogtreecommitdiff
path: root/lib/isc/heap.c
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-04-04 23:11:25 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-04-04 23:11:25 +0000
commit42d3eba523963ab015ac451eeea0788b11631c94 (patch)
treed6eb268f26af23cc29cceb581dd5468a2cfef052 /lib/isc/heap.c
parent3939884dc90db099f5601bd7c27d39acf7a8c731 (diff)
Notes
Diffstat (limited to 'lib/isc/heap.c')
-rw-r--r--lib/isc/heap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/isc/heap.c b/lib/isc/heap.c
index eeef7f7b67e61..ebadd2fd807cc 100644
--- a/lib/isc/heap.c
+++ b/lib/isc/heap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004-2007, 2010, 2011 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2010-2012 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.39.150.2 2011-03-03 23:47:09 tbox Exp $ */
+/* $Id$ */
/*! \file
* Heap implementation of priority queues adapted from the following: