* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / serv_smtp.c
index b7e78ea8cd379b7b077462086a6774917ccf3248..75e9a4ef100e39aa13e8968ef0ace9f8518bcf3b 100644 (file)
@@ -1,4 +1,10 @@
-/* $Id$ */
+/*
+ * $Id$
+ *
+ * An implementation of RFC821 (Simple Mail Transfer Protocol) for the
+ * Citadel system.
+ *
+ */
 
 #include "sysdep.h"
 #include <stdlib.h>