From f811f80e4796f4aef71e1599c0560edf4975541c Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 14 Apr 2009 14:38:26 +0000 Subject: [PATCH] * Some files did not have ': $' blocks. Added them --- citadel/citadel_ldap.h | 2 ++ citadel/ecrash.c | 5 +++-- citadel/ical_dezonify.h | 3 +++ citadel/ldap.c | 8 +++++++- citadel/md5.h | 4 ++++ citadel/serv_network.h | 3 +++ 6 files changed, 22 insertions(+), 3 deletions(-) diff --git a/citadel/citadel_ldap.h b/citadel/citadel_ldap.h index 66f28a2d6..fb775d96d 100644 --- a/citadel/citadel_ldap.h +++ b/citadel/citadel_ldap.h @@ -1,4 +1,6 @@ /* + * $Id$ + * * Configuration for LDAP authentication. Most of this stuff gets pulled out of our site config file. */ diff --git a/citadel/ecrash.c b/citadel/ecrash.c index 6a8ef3a0c..ca7944415 100644 --- a/citadel/ecrash.c +++ b/citadel/ecrash.c @@ -1,6 +1,7 @@ /* - * File: eCrash.c - * @author David Frascone + * $Id$ + * + * author: David Frascone * * eCrash Implementation * diff --git a/citadel/ical_dezonify.h b/citadel/ical_dezonify.h index ccef82ba8..b28b729c0 100644 --- a/citadel/ical_dezonify.h +++ b/citadel/ical_dezonify.h @@ -1,2 +1,5 @@ +/* + * $Id$ + */ void ical_dezonify(icalcomponent *cal); icaltimezone *get_default_icaltimezone(void); diff --git a/citadel/ldap.c b/citadel/ldap.c index 7a93098e5..bdf01e16f 100644 --- a/citadel/ldap.c +++ b/citadel/ldap.c @@ -1,5 +1,11 @@ /* - * + * $Id$ + * + * These functions implement the portions of AUTHMODE_LDAP and AUTHMODE_LDAP_AD which + * actually speak to the LDAP server. + * + * Copyright (c) 2009 by Art Cancro and the citadel.org development team. + * This program is released under the terms of the GNU General Public License v3 */ diff --git a/citadel/md5.h b/citadel/md5.h index f77e141b7..6af369084 100644 --- a/citadel/md5.h +++ b/citadel/md5.h @@ -1,3 +1,7 @@ +/* + * $Id$ + */ + #ifndef MD5_H #define MD5_H diff --git a/citadel/serv_network.h b/citadel/serv_network.h index 6f05431e8..ba6232cc8 100644 --- a/citadel/serv_network.h +++ b/citadel/serv_network.h @@ -1,3 +1,6 @@ +/* + * $Id$ + */ typedef struct namelist namelist; -- 2.30.2