mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Avoid /* inside comments.
This commit is contained in:
parent
d0a0687a26
commit
51f1b8ccd7
6 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* ldapwhoami.c -- a tool for asking the directory "Who Am I?"
|
||||
/* ldapwhoami.c -- a tool for asking the directory "Who Am I?" */
|
||||
/* $OpenLDAP$ */
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
/* ACKNOWLEDGEMENTS:
|
||||
* This work was initially developed by Bart Hartgers for inclusion in
|
||||
* OpenLDAP Software.
|
||||
|
||||
*/
|
||||
|
||||
/*
|
||||
* util-int.c Various functions to replace missing threadsafe ones.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* uuid.c -- Universally Unique Identifier routines */
|
||||
/* $OpenLDAP$
|
||||
/* $OpenLDAP$ */
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright 2000-2003 The OpenLDAP Foundation.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* map.c - ldap backend mapping routines */
|
||||
/* $OpenLDAP$
|
||||
/* $OpenLDAP$ */
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright 1998-2003 The OpenLDAP Foundation.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* operation.c - deal with operation subsystem */
|
||||
/* $OpenLDAP$
|
||||
/* $OpenLDAP$ */
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright 1998-2003 The OpenLDAP Foundation.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* limits.c - routines to handle regex-based size and time limits */
|
||||
/* $OpenLDAP$/
|
||||
/* $OpenLDAP$ */
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
*
|
||||
* Copyright 1998-2003 The OpenLDAP Foundation.
|
||||
|
|
|
|||
Loading…
Reference in a new issue