mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Mark as "altered version"
This commit is contained in:
parent
06d63200e4
commit
c55a82baa2
@ -1,3 +1,8 @@
|
||||
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. <hyc@highlandsun.com>
|
||||
|
||||
Permission is granted to anyone to use this software for any purpose
|
||||
|
@ -1,6 +1,10 @@
|
||||
/* add.c - ldap backend add function */
|
||||
/* $OpenLDAP$ */
|
||||
|
||||
/*
|
||||
* 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. <hyc@highlandsun.com>
|
||||
*
|
||||
|
@ -1,6 +1,10 @@
|
||||
/* back-ldap.h - ldap backend header file */
|
||||
/* $OpenLDAP$ */
|
||||
|
||||
/*
|
||||
* 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. <hyc@highlandsun.com>
|
||||
*
|
||||
|
@ -1,6 +1,10 @@
|
||||
/* bind.c - ldap backend bind function */
|
||||
/* $OpenLDAP$ */
|
||||
|
||||
/*
|
||||
* 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. <hyc@highlandsun.com>
|
||||
*
|
||||
|
@ -1,6 +1,10 @@
|
||||
/* compare.c - ldap backend compare function */
|
||||
/* $OpenLDAP$ */
|
||||
|
||||
/*
|
||||
* 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. <hyc@highlandsun.com>
|
||||
*
|
||||
|
@ -1,6 +1,10 @@
|
||||
/* config.c - ldap backend configuration file routine */
|
||||
/* $OpenLDAP$ */
|
||||
|
||||
/*
|
||||
* 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. <hyc@highlandsun.com>
|
||||
*
|
||||
|
@ -1,6 +1,10 @@
|
||||
/* delete.c - ldap backend delete function */
|
||||
/* $OpenLDAP$ */
|
||||
|
||||
/*
|
||||
* 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. <hyc@highlandsun.com>
|
||||
*
|
||||
|
@ -1,4 +1,9 @@
|
||||
/* $OpenLDAP$ */
|
||||
/*
|
||||
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
|
||||
#ifndef _LDAP_EXTERNAL_H
|
||||
#define _LDAP_EXTERNAL_H
|
||||
|
||||
|
@ -1,6 +1,10 @@
|
||||
/* init.c - initialize ldap backend */
|
||||
/* $OpenLDAP$ */
|
||||
|
||||
/*
|
||||
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
/* This is an altered version */
|
||||
/*
|
||||
* Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
|
||||
*
|
||||
|
@ -1,6 +1,10 @@
|
||||
/* modify.c - ldap backend modify function */
|
||||
/* $OpenLDAP$ */
|
||||
|
||||
/*
|
||||
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
/* This is an altered version */
|
||||
/*
|
||||
* Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
|
||||
*
|
||||
|
@ -1,6 +1,10 @@
|
||||
/* modrdn.c - ldap backend modrdn function */
|
||||
/* $OpenLDAP$ */
|
||||
|
||||
/*
|
||||
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
/* This is an altered version */
|
||||
/*
|
||||
* Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
|
||||
*
|
||||
|
@ -1,6 +1,10 @@
|
||||
/* search.c - ldap backend search function */
|
||||
/* $OpenLDAP$ */
|
||||
|
||||
/*
|
||||
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
/* This is an altered version */
|
||||
/*
|
||||
* Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
|
||||
*
|
||||
|
@ -1,6 +1,10 @@
|
||||
/* unbind.c - ldap backend unbind function */
|
||||
/* $OpenLDAP$ */
|
||||
|
||||
/*
|
||||
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
/* This is an altered version */
|
||||
/*
|
||||
* Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user