Avoid /* inside comments.

This commit is contained in:
Hallvard Furuseth 2003-11-29 17:29:44 +00:00
parent d0a0687a26
commit 51f1b8ccd7
6 changed files with 6 additions and 6 deletions

View file

@ -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/>.
*

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.