mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
14 lines
424 B
C
14 lines
424 B
C
|
|
/*
|
||
|
|
* Copyright 1998-2003 The OpenLDAP Foundation
|
||
|
|
* COPYING RESTRICTIONS APPLY. See COPYRIGHT file in top level directory
|
||
|
|
* of this package for details.
|
||
|
|
*/
|
||
|
|
|
||
|
|
static const char copyright[] =
|
||
|
|
"Copyright 1998-2003 The OpenLDAP Foundation\n"
|
||
|
|
"COPYING RESTRICTIONS APPLY\n";
|
||
|
|
|
||
|
|
_OLV_STATIC const char __Version[] =
|
||
|
|
"@(#) $" _OLV_PKG ": " _OLV_APP " " _OLV_VER " (" _OLV_DATE " " _OLV_TIME ") $\n\t" _OLV_WHO ":" _OLV_CWD "\n";
|
||
|
|
|