mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Added OpenLDAP copyright to files.
This commit is contained in:
parent
41234c2819
commit
c149f48e5c
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user