added $OpenLDAP$ CVS Keyword

This commit is contained in:
Ralf Haferkamp 2008-03-28 11:27:24 +00:00
parent 93529d26c5
commit e4c84417f7
9 changed files with 27 additions and 5 deletions

View file

@ -1,3 +1,5 @@
# $OpenLDAP$
##
# Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved.
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file

View file

@ -14,6 +14,8 @@
@SET_MAKE@
# $OpenLDAP$
# Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved.
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
VPATH = @srcdir@

View file

@ -1,7 +1,8 @@
dnl $OpenLDAP$
dnl Copyright 2000-2003, OpenLDAP Foundation, All Rights Reserved.
dnl COPYING RESTRICTIONS APPLY, see COPYRIGHT file
dnl Process this file with autoconf to produce a configure script.
dnl disable config.cache

View file

@ -1,3 +1,5 @@
# $OpenLDAP$
# Doxyfile 1.5.4
# This file describes the settings to be used by the documentation system

View file

@ -1,3 +1,5 @@
# $OpenLDAP$
##
# Copyright 2003, OpenLDAP Foundation, All Rights Reserved.
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file

View file

@ -14,6 +14,8 @@
@SET_MAKE@
# $OpenLDAP$
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@

View file

@ -1,3 +1,4 @@
// $OpenLDAP$
/*
* Copyright 2000, OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
@ -14,7 +15,6 @@
#include "LDAPEntry.h"
#include "LDAPException.h"
#include "LDAPModification.h"
#include "LDAPReferralException.h"
#include "debug.h"
@ -69,7 +69,7 @@ int main(){
lc->unbind();
delete lc;
}catch (LDAPException e){
}catch (LDAPException &e){
std::cout << "-------------- caught Exception ---------"<< std::endl;
std::cout << e << std::endl;
}

View file

@ -1,3 +1,9 @@
// $OpenLDAP$
/*
* Copyright 2008, OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include <iostream>
#include <sstream>
#include "LDAPConnection.h"
@ -9,7 +15,6 @@
#include "LDAPEntry.h"
#include "LDAPException.h"
#include "LDAPModification.h"
#include "LDAPReferralException.h"
#include "LDAPSchema.h"
#include "debug.h"

View file

@ -1,3 +1,9 @@
// $OpenLDAP$
/*
* Copyright 2008, OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#include <LDAPUrl.h>
#include <LDAPException.h>
#include <cstdlib>