* Some files did not have ': $' blocks. Added them
authorArt Cancro <ajc@citadel.org>
Tue, 14 Apr 2009 14:38:26 +0000 (14:38 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 14 Apr 2009 14:38:26 +0000 (14:38 +0000)
citadel/citadel_ldap.h
citadel/ecrash.c
citadel/ical_dezonify.h
citadel/ldap.c
citadel/md5.h
citadel/serv_network.h

index 66f28a2d659bfb8fdaa88bf840e6f02163dec36f..fb775d96d019a41712d9d632b917fc9e6d7d7056 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * $Id$
+ *
  * Configuration for LDAP authentication.  Most of this stuff gets pulled out of our site config file.
  */
 
index 6a8ef3a0c1ce905151df7664d5f85ed6ec514474..ca7944415348c35993a9e3d73422f6a151a7563c 100644 (file)
@@ -1,6 +1,7 @@
 /*
- * File: eCrash.c
- * @author David Frascone
+ * $Id$
+ *
+ * author: David Frascone
  * 
  *  eCrash Implementation
  *
index ccef82ba83d98daf1e6ed05880057bb6b89e1ee9..b28b729c008177eaa5d80ad3dd58b142a3ed68d6 100644 (file)
@@ -1,2 +1,5 @@
+/*
+ * $Id$
+ */
 void ical_dezonify(icalcomponent *cal);
 icaltimezone *get_default_icaltimezone(void);
index 7a93098e59695a9e4fa5b0ab4057c23609682b96..bdf01e16f4b129ba78b7c839784ef698a70b4129 100644 (file)
@@ -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
  */
 
 
index f77e141b76876e9205903dc330836706d12402ae..6af36908432684ed81e58fd26103f0e572b88acf 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * $Id$
+ */
+
 #ifndef MD5_H
 #define MD5_H
 
index 6f05431e81612dfc677fdde7da60f3f8ae46307e..ba6232cc8c07d3833e93a3f6b30fe556316ceb18 100644 (file)
@@ -1,3 +1,6 @@
+/*
+ * $Id$
+ */
 
 typedef struct namelist namelist;