diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-07-12 08:12:46 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-07-12 08:12:46 +0000 |
commit | cba78608de638f8cc6d1d48a2b3072e82386b70d (patch) | |
tree | 2857dd6ab984105d7ac37bbcfc816607c48ccc1d /lib/isc/pthreads/mutex.c | |
parent | f16b9a8f9e30675de8048c5832ffbb3f50f2fdc4 (diff) |
Notes
Diffstat (limited to 'lib/isc/pthreads/mutex.c')
-rw-r--r-- | lib/isc/pthreads/mutex.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/isc/pthreads/mutex.c b/lib/isc/pthreads/mutex.c index 71db6696610d3..17cca53fc6a72 100644 --- a/lib/isc/pthreads/mutex.c +++ b/lib/isc/pthreads/mutex.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") - * Copyright (C) 2000-2002 Internet Software Consortium. + * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000-2003 Internet Software Consortium. * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mutex.c,v 1.6.26.5 2005/03/17 03:58:32 marka Exp $ */ +/* $Id: mutex.c,v 1.6.26.8 2007/08/28 07:19:17 tbox Exp $ */ #include <config.h> |