]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 24 Jul 2008 23:47:44 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 24 Jul 2008 23:47:44 +0000 (23:47 +0000)
lib/isc/include/isc/timer.h
lib/isc/timer.c

index 0eae17b2d644ea7c652f31646614feb8a275d5ba..9d4cc00000a83c2db8af804d457248e92af3c6ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-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: timer.h,v 1.28.12.9.4.1 2008/07/24 05:00:46 jinmei Exp $ */
+/* $Id: timer.h,v 1.28.12.9.4.2 2008/07/24 23:47:44 tbox Exp $ */
 
 #ifndef ISC_TIMER_H
 #define ISC_TIMER_H 1
index 9eeddcc0383aa2124bc1412b29c0434b1981b343..cfa8706c6b30e2f1acd9b7453dc50ad2e547fdc5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-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: timer.c,v 1.64.12.17.4.1 2008/07/24 05:00:46 jinmei Exp $ */
+/* $Id: timer.c,v 1.64.12.17.4.2 2008/07/24 23:47:44 tbox Exp $ */
 
 #include <config.h>
 
@@ -223,7 +223,7 @@ schedule(isc_timer_t *timer, isc_time_t *now, isc_boolean_t signal_ok) {
                                      "*** POKED TIMER ***");
                }
        }
-               
+
        if (timer->index == 1 && signal_ok) {
                XTRACE(isc_msgcat_get(isc_msgcat, ISC_MSGSET_TIMER,
                                      ISC_MSG_SIGNALSCHED,