mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
notices and acknowledgements
This commit is contained in:
parent
0f447a75c4
commit
b9e8a942aa
@ -1,5 +1,7 @@
|
||||
# Makefile for back-hdb
|
||||
# $OpenLDAP$
|
||||
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
##
|
||||
## Copyright 1998-2003 The OpenLDAP Foundation.
|
||||
## All rights reserved.
|
||||
##
|
||||
|
@ -1,9 +1,22 @@
|
||||
/* back-bdb.h - hdb back-end header file */
|
||||
/* $OpenLDAP$ */
|
||||
/*
|
||||
* Copyright 2000-2003 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* Copyright 2003 Howard Chu @ Symas Corp.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright 2000-2003 The OpenLDAP Foundation.
|
||||
* Portions Copyright 2003 Howard Chu @ Symas Corp.
|
||||
* 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.
|
||||
*
|
||||
* 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 originally developed by Howard Chu for inclusion
|
||||
* in OpenLDAP Software.
|
||||
*/
|
||||
|
||||
#ifndef _BACK_HDB_H_
|
||||
|
@ -1,8 +1,21 @@
|
||||
/* $OpenLDAP$ */
|
||||
/*
|
||||
* Copyright 2000-2003 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* Copyright 2003 Howard Chu @ Symas Corp.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright 2000-2003 The OpenLDAP Foundation.
|
||||
* Portions Copyright 2003 Howard Chu @ Symas Corp.
|
||||
* 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.
|
||||
*
|
||||
* 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 originally developed by Howard Chu for inclusion
|
||||
* in OpenLDAP Software.
|
||||
*/
|
||||
|
||||
#ifndef _HDB_EXTERNAL_H
|
||||
|
Loading…
Reference in New Issue
Block a user