Added OpenLDAP copyright to files.

This commit is contained in:
Bart Hartgers 1999-01-17 15:46:19 +00:00
parent 41234c2819
commit c149f48e5c
6 changed files with 66 additions and 6 deletions

View 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"

View 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

View 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"

View 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"

View 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"

View 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"