]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 3 Mar 2011 23:47:09 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 3 Mar 2011 23:47:09 +0000 (23:47 +0000)
lib/dns/cache.c
lib/dns/include/dns/cache.h
lib/dns/rbtdb.h
lib/isc/heap.c

index cafab49ef538b271a525f240de78e257598d5eb1..b93396ecb801b66a5988f309e1961fccc783cbe9 100644 (file)
@@ -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.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 */
 
index 00f67d4c264ea7932158f91a5627f4bee782ed62..ee9c4ff8042c224a54947a04ea7e151d9e8bd867 100644 (file)
@@ -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.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
index 70143fcfee0255541b75c3999597aa0f9e152395..4ac25aed11581e9c9e468745f7d1eba3e794f52d 100644 (file)
@@ -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.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
index dfdf3324eaf76026573ad635dd091f7852b92ece..092a77a777032087f47a315f3e6d4bba69a55819 100644 (file)
@@ -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.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: