mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Update notices and acknowledgements
This commit is contained in:
parent
f14b84c312
commit
f6b9ac1338
@ -1,5 +1,7 @@
|
||||
# Makefile.in for SLAPI
|
||||
# $OpenLDAP$
|
||||
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
##
|
||||
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||
## Portions Copyright IBM Corp. 1997,2002,2003
|
||||
## All rights reserved.
|
||||
|
@ -11,3 +11,6 @@
|
||||
plugins in, trap deadly signals and possibly disable unsafe plugins
|
||||
without crashing slapd (fork from inside thread? trap signals
|
||||
and longjump to next plugin execution? Brrr).
|
||||
|
||||
---
|
||||
$OpenLDAP$
|
||||
|
@ -1,12 +1,22 @@
|
||||
/*
|
||||
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
/*
|
||||
* Portions Copyright IBM Corp. 1997,2002-2003
|
||||
/* $OpenLDAP$/
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright 2002-2003 The OpenLDAP Foundation.
|
||||
* Portions Copyright 1997,2002-2003 IBM Corporation.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted only as authorized by the OpenLDAP
|
||||
* Public License, version 2.7 or later.
|
||||
* Public License.
|
||||
*
|
||||
* A copy of this license is available in the file LICENSE in the
|
||||
* top-level directory of the distribution or, alternatively, at
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
/* ACKNOWLEDGEMENTS:
|
||||
* This work was initially developed by IBM Corporation for use in
|
||||
* IBM products and subsequently ported to OpenLDAP Software by
|
||||
* Steve Omrani.
|
||||
*/
|
||||
|
||||
#ifndef _ibm_pblock_params_H
|
||||
|
@ -1,12 +1,23 @@
|
||||
/*
|
||||
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
/*
|
||||
* Portions Copyright IBM Corp. 1997,2002-2003
|
||||
/* $OpenLDAP$/
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright 2002-2003 The OpenLDAP Foundation.
|
||||
* Portions Copyright 1997,2002-2003 IBM Corporation.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted only as authorized by the OpenLDAP
|
||||
* Public License, version 2.7 or later.
|
||||
* Public License.
|
||||
*
|
||||
* A copy of this license is available in the file LICENSE in the
|
||||
* top-level directory of the distribution or, alternatively, at
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
/* ACKNOWLEDGEMENTS:
|
||||
* This work was initially developed by IBM Corporation for use in
|
||||
* IBM products and subsequently ported to OpenLDAP Software by
|
||||
* Steve Omrani. Additional significant contributors include:
|
||||
* Luke Howard
|
||||
*/
|
||||
|
||||
#include "portable.h"
|
||||
|
@ -1,12 +1,22 @@
|
||||
/*
|
||||
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
/*
|
||||
* Portions Copyright IBM Corp. 1997,2002-2003
|
||||
/* $OpenLDAP$/
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright 2002-2003 The OpenLDAP Foundation.
|
||||
* Portions Copyright 1997,2002-2003 IBM Corporation.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted only as authorized by the OpenLDAP
|
||||
* Public License, version 2.7 or later.
|
||||
* Public License.
|
||||
*
|
||||
* A copy of this license is available in the file LICENSE in the
|
||||
* top-level directory of the distribution or, alternatively, at
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
/* ACKNOWLEDGEMENTS:
|
||||
* This work was initially developed by IBM Corporation for use in
|
||||
* IBM products and subsequently ported to OpenLDAP Software by
|
||||
* Steve Omrani.
|
||||
*/
|
||||
|
||||
#include <portable.h>
|
||||
|
@ -1,12 +1,23 @@
|
||||
/*
|
||||
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
/*
|
||||
* Portions Copyright IBM Corp. 1997,2002-2003
|
||||
/* $OpenLDAP$/
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright 2002-2003 The OpenLDAP Foundation.
|
||||
* Portions Copyright 1997,2002-2003 IBM Corporation.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted only as authorized by the OpenLDAP
|
||||
* Public License, version 2.7 or later.
|
||||
* Public License.
|
||||
*
|
||||
* A copy of this license is available in the file LICENSE in the
|
||||
* top-level directory of the distribution or, alternatively, at
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
/* ACKNOWLEDGEMENTS:
|
||||
* This work was initially developed by IBM Corporation for use in
|
||||
* IBM products and subsequently ported to OpenLDAP Software by
|
||||
* Steve Omrani. Additional significant contributors include:
|
||||
* Luke Howard
|
||||
*/
|
||||
|
||||
#ifndef _PROTO_SLAPI_H
|
||||
|
@ -1,12 +1,23 @@
|
||||
/*
|
||||
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
/*
|
||||
* Portions Copyright IBM Corp. 1997,2002-2003
|
||||
/* $OpenLDAP$/
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright 2002-2003 The OpenLDAP Foundation.
|
||||
* Portions Copyright 1997,2002-2003 IBM Corporation.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted only as authorized by the OpenLDAP
|
||||
* Public License, version 2.7 or later.
|
||||
* Public License.
|
||||
*
|
||||
* A copy of this license is available in the file LICENSE in the
|
||||
* top-level directory of the distribution or, alternatively, at
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
/* ACKNOWLEDGEMENTS:
|
||||
* This work was initially developed by IBM Corporation for use in
|
||||
* IBM products and subsequently ported to OpenLDAP Software by
|
||||
* Steve Omrani. Additional significant contributors include:
|
||||
* Luke Howard
|
||||
*/
|
||||
|
||||
#ifdef LDAP_SLAPI /* SLAPI is OPTIONAL */
|
||||
|
@ -1,12 +1,26 @@
|
||||
/*
|
||||
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
/*
|
||||
* Portions Copyright IBM Corp. 1997,2002-2003
|
||||
/* $OpenLDAP$/
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright 2003 The OpenLDAP Foundation.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted only as authorized by the OpenLDAP
|
||||
* Public License, version 2.7 or later.
|
||||
* Public License.
|
||||
*
|
||||
* A copy of this license is available in the file LICENSE in the
|
||||
* top-level directory of the distribution or, alternatively, at
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
/* (C) Copyright PADL Software Pty Ltd. 2003
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that this notice is preserved
|
||||
* and that due credit is given to PADL Software Pty Ltd. This software
|
||||
* is provided ``as is'' without express or implied warranty.
|
||||
*/
|
||||
/* ACKNOWLEDGEMENTS:
|
||||
* This work was initially developed by Luke Howard for inclusion
|
||||
* in OpenLDAP Software.
|
||||
*/
|
||||
|
||||
#include "portable.h"
|
||||
|
@ -1,19 +1,23 @@
|
||||
/*
|
||||
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
/*
|
||||
* Portions Copyright IBM Corp. 1997,2002-2003
|
||||
/* $OpenLDAP$/
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright 2002-2003 The OpenLDAP Foundation.
|
||||
* Portions Copyright 1997,2002-2003 IBM Corporation.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted only as authorized by the OpenLDAP
|
||||
* Public License, version 2.7 or later.
|
||||
* Public License.
|
||||
*
|
||||
* A copy of this license is available in the file LICENSE in the
|
||||
* top-level directory of the distribution or, alternatively, at
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
/*
|
||||
* Portions (C) Copyright PADL Software Pty Ltd. 2003
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that this notice is preserved
|
||||
* and that due credit is given to PADL Software Pty Ltd. This software
|
||||
* is provided ``as is'' without express or implied warranty.
|
||||
/* ACKNOWLEDGEMENTS:
|
||||
* This work was initially developed by IBM Corporation for use in
|
||||
* IBM products and subsequently ported to OpenLDAP Software by
|
||||
* Steve Omrani. Additional significant contributors include:
|
||||
* Luke Howard
|
||||
*/
|
||||
|
||||
#include "portable.h"
|
||||
|
@ -1,12 +1,23 @@
|
||||
/*
|
||||
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
/*
|
||||
* Portions Copyright IBM Corp. 1997,2002-2003
|
||||
/* $OpenLDAP$/
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright 2002-2003 The OpenLDAP Foundation.
|
||||
* Portions Copyright 1997,2002-2003 IBM Corporation.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted only as authorized by the OpenLDAP
|
||||
* Public License, version 2.7 or later.
|
||||
* Public License.
|
||||
*
|
||||
* A copy of this license is available in the file LICENSE in the
|
||||
* top-level directory of the distribution or, alternatively, at
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
/* ACKNOWLEDGEMENTS:
|
||||
* This work was initially developed by IBM Corporation for use in
|
||||
* IBM products and subsequently ported to OpenLDAP Software by
|
||||
* Steve Omrani. Additional significant contributors include:
|
||||
* Luke Howard
|
||||
*/
|
||||
|
||||
#include "portable.h"
|
||||
|
@ -1,19 +1,23 @@
|
||||
/*
|
||||
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
/*
|
||||
* Portions Copyright IBM Corp. 1997,2002-2003
|
||||
/* $OpenLDAP$/
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright 2002-2003 The OpenLDAP Foundation.
|
||||
* Portions Copyright 1997,2002-2003 IBM Corporation.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted only as authorized by the OpenLDAP
|
||||
* Public License, version 2.7 or later.
|
||||
* Public License.
|
||||
*
|
||||
* A copy of this license is available in the file LICENSE in the
|
||||
* top-level directory of the distribution or, alternatively, at
|
||||
* <http://www.OpenLDAP.org/license.html>.
|
||||
*/
|
||||
/*
|
||||
* Portions (C) Copyright PADL Software Pty Ltd. 2003
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that this notice is preserved
|
||||
* and that due credit is given to PADL Software Pty Ltd. This software
|
||||
* is provided ``as is'' without express or implied warranty.
|
||||
/* ACKNOWLEDGEMENTS:
|
||||
* This work was initially developed by IBM Corporation for use in
|
||||
* IBM products and subsequently ported to OpenLDAP Software by
|
||||
* Steve Omrani. Additional significant contributors include:
|
||||
* Luke Howard
|
||||
*/
|
||||
|
||||
#include "portable.h"
|
||||
|
Loading…
Reference in New Issue
Block a user