* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / auth.c
index 37b989aff496f6833e4f27cbaeb33b4929aafc1f..66dc67c7a90468b8722cd3f8fd5f3be7696636cf 100644 (file)
@@ -1,8 +1,9 @@
 /*
- * auth.c -- system-level password checking for autologin
+ * $Id$
+ *
+ * system-level password checking for autologin
  * by Nathan Bryant, March 1999
  *
- * $Id$
  */
 
 #if defined(__linux) || defined(__sun) /* needed for crypt(): */