diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-04-04 23:11:25 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-04-04 23:11:25 +0000 |
commit | 42d3eba523963ab015ac451eeea0788b11631c94 (patch) | |
tree | d6eb268f26af23cc29cceb581dd5468a2cfef052 /lib/isc/task_api.c | |
parent | 3939884dc90db099f5601bd7c27d39acf7a8c731 (diff) | |
download | src-test2-42d3eba523963ab015ac451eeea0788b11631c94.tar.gz src-test2-42d3eba523963ab015ac451eeea0788b11631c94.zip |
Notes
Diffstat (limited to 'lib/isc/task_api.c')
-rw-r--r-- | lib/isc/task_api.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/isc/task_api.c b/lib/isc/task_api.c index 4e03db247f2c..551d0d37d527 100644 --- a/lib/isc/task_api.c +++ b/lib/isc/task_api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2010 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2010, 2012 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: task_api.c,v 1.7 2010-12-22 23:46:59 tbox Exp $ */ +/* $Id$ */ #include <config.h> |