diff --git a/lib/isc/include/isc/task.h b/lib/isc/include/isc/task.h index 1b1d2e5850..c06c377614 100644 --- a/lib/isc/include/isc/task.h +++ b/lib/isc/include/isc/task.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009, 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001, 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: task.h,v 1.65.104.1 2010/12/03 22:04:49 each Exp $ */ +/* $Id: task.h,v 1.65.104.2 2010/12/03 23:46:20 tbox Exp $ */ #ifndef ISC_TASK_H #define ISC_TASK_H 1 diff --git a/lib/isc/task.c b/lib/isc/task.c index 00f374295b..557a2ad2f3 100644 --- a/lib/isc/task.c +++ b/lib/isc/task.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2010 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: task.c,v 1.111.60.1 2010/12/03 22:04:49 each Exp $ */ +/* $Id: task.c,v 1.111.60.2 2010/12/03 23:46:20 tbox Exp $ */ /*! \file * \author Principal Author: Bob Halley