X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fpop3%2Fserv_pop3.c;h=2441a0e4b786bc16cbb8df9d5d378d3a9063b0b3;hp=50c2749016b7c28af44e7a9bfbff82f72a2cb07a;hb=6106c1da54f0923550c7bdceb45246fb88e9ea19;hpb=56d69e5d8434e98835a2582c59b771ba69475431 diff --git a/citadel/modules/pop3/serv_pop3.c b/citadel/modules/pop3/serv_pop3.c index 50c274901..2441a0e4b 100644 --- a/citadel/modules/pop3/serv_pop3.c +++ b/citadel/modules/pop3/serv_pop3.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * POP3 service for the Citadel system * * Copyright (c) 1998-2009 by the citadel.org team @@ -745,5 +743,5 @@ CTDL_MODULE_INIT(pop3) } /* return our Subversion id for the Log */ - return "$Id$"; + return "pop3"; }