Add copyright notices

This commit is contained in:
Kurt Zeilenga 2000-05-15 16:35:48 +00:00
parent dc68e41ee9
commit e0eba07244
15 changed files with 60 additions and 0 deletions

View File

@ -1,5 +1,9 @@
/* abandon.c - shell backend abandon function */ /* abandon.c - shell backend abandon function */
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"

View File

@ -1,5 +1,9 @@
/* add.c - shell backend add function */ /* add.c - shell backend add function */
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"

View File

@ -1,5 +1,9 @@
/* bind.c - shell backend bind function */ /* bind.c - shell backend bind function */
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"

View File

@ -1,5 +1,9 @@
/* compare.c - shell backend compare function */ /* compare.c - shell backend compare function */
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"

View File

@ -1,5 +1,9 @@
/* config.c - shell backend configuration file routine */ /* config.c - shell backend configuration file routine */
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"

View File

@ -1,5 +1,9 @@
/* delete.c - shell backend delete function */ /* delete.c - shell backend delete function */
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"

View File

@ -1,4 +1,8 @@
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#ifndef _SHELL_EXTERNAL_H #ifndef _SHELL_EXTERNAL_H
#define _SHELL_EXTERNAL_H #define _SHELL_EXTERNAL_H

View File

@ -1,5 +1,9 @@
/* fork.c - fork and exec a process, connecting stdin/out w/pipes */ /* fork.c - fork and exec a process, connecting stdin/out w/pipes */
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"

View File

@ -1,5 +1,9 @@
/* init.c - initialize shell backend */ /* init.c - initialize shell backend */
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"

View File

@ -1,5 +1,9 @@
/* modify.c - shell backend modify function */ /* modify.c - shell backend modify function */
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"

View File

@ -1,5 +1,9 @@
/* modrdn.c - shell backend modrdn function */ /* modrdn.c - shell backend modrdn function */
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
/* /*
* LDAP v3 newSuperior support. * LDAP v3 newSuperior support.

View File

@ -1,5 +1,9 @@
/* result.c - shell backend result reading function */ /* result.c - shell backend result reading function */
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"

View File

@ -1,5 +1,9 @@
/* search.c - shell backend search function */ /* search.c - shell backend search function */
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"

View File

@ -1,5 +1,9 @@
/* shell.h - shell backend header file */ /* shell.h - shell backend header file */
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#ifndef SLAPD_SHELL_H #ifndef SLAPD_SHELL_H
#define SLAPD_SHELL_H #define SLAPD_SHELL_H

View File

@ -1,5 +1,9 @@
/* unbind.c - shell backend unbind function */ /* unbind.c - shell backend unbind function */
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/*
* Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include "portable.h" #include "portable.h"