]> git.sur5r.net Git - openldap/commitdiff
Add acknowledgements
authorKurt Zeilenga <kurt@openldap.org>
Thu, 27 Nov 2003 00:33:55 +0000 (00:33 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 27 Nov 2003 00:33:55 +0000 (00:33 +0000)
libraries/libldap_r/rdwr.c
libraries/libldap_r/rq.c
libraries/libldap_r/thr_cthreads.c

index 1be3f96211be8360e9e3548822b24faf7a9e2fed..225d97b9413224ab0a323a5fe9ed1ca8a7404002 100644 (file)
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* This work was initially developed by Kurt D. Zeilenga for inclusion
+ * in OpenLDAP Software.  Additional significant contributors include:
+ *     Stuart Lynne
+ */
 
 /*
-** This is an improved implementation of Reader/Writer locks does
-** not protect writers from starvation.  That is, if a writer is
-** currently waiting on a reader, any new reader will get
-** the lock before the writer.
-**
-** Does not support cancellation nor does any status checking.
-*/
+ * This is an improved implementation of Reader/Writer locks does
+ * not protect writers from starvation.  That is, if a writer is
+ * currently waiting on a reader, any new reader will get
+ * the lock before the writer.
+ *
+ * Does not support cancellation nor does any status checking.
+ */
 /* Adapted from publically available examples for:
  *     "Programming with Posix Threads"
  *             by David R Butenhof, Addison-Wesley 
index 6cbddd61437dbed0bce455d28464af0a87119cf9..1fb23fe03c5d3d937ebafbd11e7198ae385a5fb3 100644 (file)
@@ -13,6 +13,9 @@
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* This work was initially developed by Jong Hyuk Choi for inclusion
+ * in OpenLDAP Software.
+ */
 
 #include "portable.h"
 
index 9b523088f95dd1a5bf2eaeda28f17ecd14c75af0..f9caacd047f10437eb04016d9812b84fd566c89a 100644 (file)
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* This work was initially developed by Luke Howard for inclusion
+ * in U-MICH LDAP 3.3.
+ */
 
 #include "portable.h"
 
 #if defined( HAVE_MACH_CTHREADS )
 #include "ldap_pvt_thread.h"
 
-/***********************************************************************
- *                                                                     *
- * under NEXTSTEP or OPENSTEP use CThreads                             *
- * lukeh@xedoc.com.au                                                  *
- *                                                                     *
- ***********************************************************************/
-
 int
 ldap_int_thread_initialize( void )
 {