Update notices and ackknowledgements

This commit is contained in:
Kurt Zeilenga 2003-11-26 05:42:11 +00:00
parent 3942d0e985
commit 6ca65d4912
2 changed files with 27 additions and 8 deletions

View File

@ -1,5 +1,7 @@
# Makefile for -lldbm # Makefile for -lldbm
# $OpenLDAP$ # $OpenLDAP$
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
##
## Copyright 1998-2003 The OpenLDAP Foundation. ## Copyright 1998-2003 The OpenLDAP Foundation.
## All rights reserved. ## All rights reserved.
## ##

View File

@ -1,14 +1,31 @@
/* ldbm.c - ldap dbm compatibility routines */ /* ldbm.c - ldap dbm compatibility routines */
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/* /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. *
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file * Copyright 1998-2003 The OpenLDAP Foundation.
* Portions Copyright 1998-2003 Kurt D. Zeilenga.
* Portions Copyright 1998-2001 Net Boolean Incorporated.
* 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:
/* Patched for Berkeley DB version 2.0; /KSp; 98/02/23 * This work was originally developed by the University of Michigan
* - DB version 2.6.4b ; 1998/12/28, /KSp * (as part of U-MICH LDAP). Additional significant contributors
* - DB_DBT_MALLOC ; 1998/03/22, /KSp * include:
* - basic implementation; 1998/02/23, /KSp * Gary Williams
* Howard Chu
* Juan Gomez
* Kurt D. Zeilenga
* Kurt Spanier
* Mark Whitehouse
* Randy Kundee
*/ */
#include "portable.h" #include "portable.h"