From: Kurt Zeilenga Date: Wed, 4 Aug 1999 23:55:45 +0000 (+0000) Subject: Add copyright notices. X-Git-Tag: TWEB_OL_BASE~285 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f846eee613313f4a13ce908636b58b5ce388abb6;p=openldap Add copyright notices. --- diff --git a/clients/tools/ldapdelete.c b/clients/tools/ldapdelete.c index c38e034e5c..4eab6b1489 100644 --- a/clients/tools/ldapdelete.c +++ b/clients/tools/ldapdelete.c @@ -1,4 +1,8 @@ /* ldapdelete.c - simple program to delete an entry using LDAP */ +/* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ #include "portable.h" diff --git a/clients/tools/ldapmodrdn.c b/clients/tools/ldapmodrdn.c index d7c98d3854..180e2e1a5c 100644 --- a/clients/tools/ldapmodrdn.c +++ b/clients/tools/ldapmodrdn.c @@ -1,3 +1,7 @@ +/* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ /* ldapmodrdn.c - generic program to modify an entry's RDN using LDAP. * * Support for MODIFYDN REQUEST V3 (newSuperior) by: diff --git a/clients/tools/ldappasswd.c b/clients/tools/ldappasswd.c index dfbd12c491..8f940dae25 100644 --- a/clients/tools/ldappasswd.c +++ b/clients/tools/ldappasswd.c @@ -1,3 +1,7 @@ +/* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ /* * Copyright 1998, David E. Storey, All rights reserved. * This software is not subject to any license of The Murphy Group, Inc. diff --git a/clients/tools/ldapsearch.c b/clients/tools/ldapsearch.c index 0476b198f8..238fa950b5 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -1,3 +1,7 @@ +/* + * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * COPYING RESTRICTIONS APPLY, see COPYRIGHT file + */ #include "portable.h" #include