From: Kurt Zeilenga Date: Wed, 26 Nov 2003 05:42:11 +0000 (+0000) Subject: Update notices and ackknowledgements X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~388 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6ca65d4912d696f4ac6d08951806f58db94714bb;p=openldap Update notices and ackknowledgements --- diff --git a/libraries/libldbm/Makefile.in b/libraries/libldbm/Makefile.in index 5f1a686feb..11ecd5de1c 100644 --- a/libraries/libldbm/Makefile.in +++ b/libraries/libldbm/Makefile.in @@ -1,5 +1,7 @@ # Makefile for -lldbm # $OpenLDAP$ +## This work is part of OpenLDAP Software . +## ## Copyright 1998-2003 The OpenLDAP Foundation. ## All rights reserved. ## diff --git a/libraries/libldbm/ldbm.c b/libraries/libldbm/ldbm.c index 9c2764b1e3..11e7ea0cc5 100644 --- a/libraries/libldbm/ldbm.c +++ b/libraries/libldbm/ldbm.c @@ -1,14 +1,31 @@ /* ldbm.c - ldap dbm compatibility routines */ /* $OpenLDAP$ */ -/* - * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. - * COPYING RESTRICTIONS APPLY, see COPYRIGHT file +/* This work is part of OpenLDAP Software . + * + * 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 + * . */ - -/* Patched for Berkeley DB version 2.0; /KSp; 98/02/23 - * - DB version 2.6.4b ; 1998/12/28, /KSp - * - DB_DBT_MALLOC ; 1998/03/22, /KSp - * - basic implementation; 1998/02/23, /KSp +/* ACKNOWLEDGEMENTS: + * This work was originally developed by the University of Michigan + * (as part of U-MICH LDAP). Additional significant contributors + * include: + * Gary Williams + * Howard Chu + * Juan Gomez + * Kurt D. Zeilenga + * Kurt Spanier + * Mark Whitehouse + * Randy Kundee */ #include "portable.h"