From: Kurt Zeilenga Date: Wed, 17 Jan 2001 07:13:14 +0000 (+0000) Subject: Update 'altered' state X-Git-Tag: OPENLDAP_REL_ENG_2_0_8~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc21ab1796fe2b4201ac70fd29128b720e56d4a7;p=thirdparty%2Fopenldap.git Update 'altered' state --- diff --git a/servers/slapd/back-ldap/Copyright b/servers/slapd/back-ldap/Copyright new file mode 100644 index 0000000000..c70463833d --- /dev/null +++ b/servers/slapd/back-ldap/Copyright @@ -0,0 +1,23 @@ +Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. +COPYING RESTRICTIONS APPLY, see COPYRIGHT file + +This is an altered version. + +Copyright 1999, Howard Chu, All rights reserved. + +Permission is granted to anyone to use this software for any purpose +on any computer system, and to alter it and redistribute it, subject +to the following restrictions: + +1. The author is not responsible for the consequences of use of this + software, no matter how awful, even if they arise from flaws in it. + +2. The origin of this software must not be misrepresented, either by + explicit claim or by omission. Since few users ever read sources, + credits should appear in the documentation. + +3. Altered versions must be plainly marked as such, and must not be + misrepresented as being the original software. Since few users + ever read sources, credits should appear in the documentation. + +4. This notice may not be removed or altered. diff --git a/servers/slapd/back-ldap/unbind.c b/servers/slapd/back-ldap/unbind.c index 7953c68b3d..83d5609a42 100644 --- a/servers/slapd/back-ldap/unbind.c +++ b/servers/slapd/back-ldap/unbind.c @@ -1,7 +1,7 @@ /* unbind.c - ldap backend unbind function */ /* $OpenLDAP$ */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ /* This is an altered version */