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:
Automatic Updater
2010-02-04 23:49:13 +00:00
parent 9a83aa49de
commit 6f1b350c3a
5 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2007, 2010 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.38 2010/02/04 23:22:05 jinmei Exp $ */
/* $Id: heap.c,v 1.39 2010/02/04 23:49:13 tbox Exp $ */
/*! \file
* Heap implementation of priority queues adapted from the following: