From c149f48e5cd7cfaa37872fd273e1d8706999b1f0 Mon Sep 17 00:00:00 2001 From: Bart Hartgers Date: Sun, 17 Jan 1999 15:46:19 +0000 Subject: [PATCH] Added OpenLDAP copyright to files. --- libraries/libldap_r/thr_cthreads.c | 12 +++++++++++- libraries/libldap_r/thr_lwp.c | 12 +++++++++++- libraries/libldap_r/thr_nt.c | 12 +++++++++++- libraries/libldap_r/thr_posix.c | 12 +++++++++++- libraries/libldap_r/thr_stub.c | 12 +++++++++++- libraries/libldap_r/thr_thr.c | 12 +++++++++++- 6 files changed, 66 insertions(+), 6 deletions(-) diff --git a/libraries/libldap_r/thr_cthreads.c b/libraries/libldap_r/thr_cthreads.c index 8a308e75b3..ecffe40e60 100644 --- a/libraries/libldap_r/thr_cthreads.c +++ b/libraries/libldap_r/thr_cthreads.c @@ -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" diff --git a/libraries/libldap_r/thr_lwp.c b/libraries/libldap_r/thr_lwp.c index 349bdfcbdf..a699870134 100644 --- a/libraries/libldap_r/thr_lwp.c +++ b/libraries/libldap_r/thr_lwp.c @@ -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 diff --git a/libraries/libldap_r/thr_nt.c b/libraries/libldap_r/thr_nt.c index 8592ce6633..4e81b2bad8 100644 --- a/libraries/libldap_r/thr_nt.c +++ b/libraries/libldap_r/thr_nt.c @@ -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" diff --git a/libraries/libldap_r/thr_posix.c b/libraries/libldap_r/thr_posix.c index 9bd2b0a29c..cf6201813c 100644 --- a/libraries/libldap_r/thr_posix.c +++ b/libraries/libldap_r/thr_posix.c @@ -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" diff --git a/libraries/libldap_r/thr_stub.c b/libraries/libldap_r/thr_stub.c index b70cec10bc..2c801814e4 100644 --- a/libraries/libldap_r/thr_stub.c +++ b/libraries/libldap_r/thr_stub.c @@ -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" diff --git a/libraries/libldap_r/thr_thr.c b/libraries/libldap_r/thr_thr.c index 5b2e6d4704..e677466ab5 100644 --- a/libraries/libldap_r/thr_thr.c +++ b/libraries/libldap_r/thr_thr.c @@ -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" -- 2.39.5