]> git.sur5r.net Git - openldap/commitdiff
Added OpenLDAP copyright to files.
authorBart Hartgers <bart@openldap.org>
Sun, 17 Jan 1999 15:46:19 +0000 (15:46 +0000)
committerBart Hartgers <bart@openldap.org>
Sun, 17 Jan 1999 15:46:19 +0000 (15:46 +0000)
libraries/libldap_r/thr_cthreads.c
libraries/libldap_r/thr_lwp.c
libraries/libldap_r/thr_nt.c
libraries/libldap_r/thr_posix.c
libraries/libldap_r/thr_stub.c
libraries/libldap_r/thr_thr.c

index 8a308e75b39cfa45e3baee5c5debef9c292cefdd..ecffe40e60f8eea2a8fcd5aa825e5668fb71e490 100644 (file)
@@ -1,4 +1,14 @@
-/* thrmach.c - wrapper for mach cthreads */
+/*
+ * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted only
+ * as authorized by the OpenLDAP Public License.  A copy of this
+ * license is available at http://www.OpenLDAP.org/license.html or
+ * in file LICENSE in the top-level directory of the distribution.
+ */
+
+/* thr_cthreads.c - wrapper for mach cthreads */
 
 #include "portable.h"
 #include "ldap_pvt_thread.h"
index 349bdfcbdfd792b2714a157404584d2153c9378c..a6998701343e805d4177b98c1b0a4419460adda8 100644 (file)
@@ -1,4 +1,14 @@
-/* thrsunos.c - wrappers around SunOS LWP threads */
+/*
+ * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted only
+ * as authorized by the OpenLDAP Public License.  A copy of this
+ * license is available at http://www.OpenLDAP.org/license.html or
+ * in file LICENSE in the top-level directory of the distribution.
+ */
+
+/* thr_lwp.c - wrappers around SunOS LWP threads */
 
 /* BUGS:
  * - slurpd calls the get_stack/free_stack functions. Should be fixed, so
index 8592ce6633265a5b88e57891aa250085f208bede..4e81b2bad8c6c2eac5adc62cd92b6eab594a58ac 100644 (file)
@@ -1,4 +1,14 @@
-/* thrnt.c - wrapper around NT threads */
+/*
+ * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted only
+ * as authorized by the OpenLDAP Public License.  A copy of this
+ * license is available at http://www.OpenLDAP.org/license.html or
+ * in file LICENSE in the top-level directory of the distribution.
+ */
+
+/* thr_nt.c - wrapper around NT threads */
 
 #include "portable.h"
 #include "ldap_pvt_thread.h"
index 9bd2b0a29cdb846288407427ba8453441bc5f688..cf6201813c77db684350b4ebf8c3cc0e37bd5b8c 100644 (file)
@@ -1,4 +1,14 @@
-/* thrposix.c - wrapper around posix and posixish thread implementations.
+/*
+ * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted only
+ * as authorized by the OpenLDAP Public License.  A copy of this
+ * license is available at http://www.OpenLDAP.org/license.html or
+ * in file LICENSE in the top-level directory of the distribution.
+ */
+
+/* thr_posix.c - wrapper around posix and posixish thread implementations.
  */
 
 #include "portable.h"
index b70cec10bc06d2c5fabb9614e2ec0ca4cc7832c8..2c801814e4fe8963aaab49c5be6ea8584565a04b 100644 (file)
@@ -1,4 +1,14 @@
-/* thrstub.c - stubs for the threads */
+/*
+ * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted only
+ * as authorized by the OpenLDAP Public License.  A copy of this
+ * license is available at http://www.OpenLDAP.org/license.html or
+ * in file LICENSE in the top-level directory of the distribution.
+ */
+
+/* thr_stub.c - stubs for the threads */
 
 #include "portable.h"
 #include "ldap_pvt_thread.h"
index 5b2e6d47043efdb6089c99580c50b5a6aeecc4d8..e677466ab5b24f37dfe5ca973d8ec0d9f9cb3e2d 100644 (file)
@@ -1,4 +1,14 @@
-/* thrsolaris.c - wrappers around solaris threads */
+/*
+ * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted only
+ * as authorized by the OpenLDAP Public License.  A copy of this
+ * license is available at http://www.OpenLDAP.org/license.html or
+ * in file LICENSE in the top-level directory of the distribution.
+ */
+
+/* thr_thr.c - wrappers around solaris threads */
 
 #include "portable.h"
 #include "ldap_pvt_thread.h"