Skip to content
Snippets Groups Projects
Commit 9c3ed031 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add copyright notices.

parent b78a4a34
No related branches found
No related tags found
No related merge requests found
Showing
with 74 additions and 1 deletion
/* abandon.c - decode and handle an ldap abandon operation */ /* abandon.c - decode and handle an ldap abandon operation */
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/* /*
* Copyright (c) 1995 Regents of the University of Michigan. * Copyright (c) 1995 Regents of the University of Michigan.
......
/* acl.c - routines to parse and check acl's */ /* acl.c - routines to parse and check acl's */
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"
......
/* acl.c - routines to parse and check acl's */ /* acl.c - routines to parse and check acl's */
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"
......
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/* /*
* Copyright (c) 1995 Regents of the University of Michigan. * Copyright (c) 1995 Regents of the University of Michigan.
* All rights reserved. * All rights reserved.
......
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/* attr.c - routines for dealing with attributes */ /* attr.c - routines for dealing with attributes */
#include "portable.h" #include "portable.h"
......
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/* ava.c - routines for dealing with attribute value assertions */ /* ava.c - routines for dealing with attribute value assertions */
#include "portable.h" #include "portable.h"
......
/* abandon.c - ldbm backend abandon routine */ /* abandon.c - ldbm backend abandon routine */
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"
......
/* add.c - ldap ldbm back-end add routine */ /* add.c - ldap ldbm back-end add routine */
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"
......
/* attr.c - backend routines for dealing with attributes */ /* attr.c - backend routines for dealing with attributes */
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"
......
/* back-ldbm.h - ldap ldbm back-end header file */
/* /*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/ */
/* back-ldbm.h - ldap ldbm back-end header file */
#ifndef _BACK_LDBM_H_ #ifndef _BACK_LDBM_H_
#define _BACK_LDBM_H_ #define _BACK_LDBM_H_
......
/* bind.c - ldbm backend bind and unbind routines */ /* bind.c - ldbm backend bind and unbind routines */
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"
......
/* cache.c - routines to maintain an in-core cache of entries */ /* cache.c - routines to maintain an in-core cache of entries */
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"
......
/* close.c - close ldbm backend */ /* close.c - close ldbm backend */
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"
......
/* compare.c - ldbm backend compare routine */ /* compare.c - ldbm backend compare routine */
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"
......
/* config.c - ldbm backend configuration file routine */ /* config.c - ldbm backend configuration file routine */
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"
......
/* ldbmcache.c - maintain a cache of open ldbm files */ /* ldbmcache.c - maintain a cache of open ldbm files */
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"
......
/* delete.c - ldbm backend delete routine */ /* delete.c - ldbm backend delete routine */
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"
......
/* dn2id.c - routines to deal with the dn2id index */ /* dn2id.c - routines to deal with the dn2id index */
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"
......
/* entry.c - ldbm backend entry_release routine */ /* entry.c - ldbm backend entry_release routine */
/*
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/ */
#ifndef _LDBM_EXTERNAL_H #ifndef _LDBM_EXTERNAL_H
#define _LDBM_EXTERNAL_H #define _LDBM_EXTERNAL_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment