2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

update copyright notice

This commit is contained in:
Mark Andrews
2006-04-15 01:30:16 +00:00
parent e086341ea5
commit 4b3f3cc671
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1997-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: heap.c,v 1.33 2006/04/10 16:28:04 explorer Exp $ */
/* $Id: heap.c,v 1.34 2006/04/15 01:30:16 marka Exp $ */
/*! \file
* Heap implementation of priority queues adapted from the following: