Began removing $Id$ tags. This will be an ongoing process.
[citadel.git] / citadel / file_ops.c
index ada1a78141a11a6e7ee583e5c12885091872531b..2e7c4f707e0dfc84c48efed2ff03d50a00194be4 100644 (file)
@@ -1,8 +1,5 @@
 /* 
- * $Id$
- *
  * Server functions which handle file transfers and room directories.
- *
  */
 
 #include "sysdep.h"
@@ -829,5 +826,5 @@ CTDL_MODULE_INIT(file_ops)
                CtdlRegisterProtoHook(cmd_uimg, "UIMG", "Upload an image file");
        }
         /* return our Subversion id for the Log */
-       return "$Id$";
+       return "file_ops";
 }