More removal of $Id$ tags
[citadel.git] / citadel / modules / openid / serv_openid_rp.c
index a802a6c58da19210e2fbe3d45d01d0d251305de9..6c2daad63fbedc461613f0078d3365f677b9c5f6 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This is an implementation of OpenID 1.1 Relying Party support, in stateless mode.
  *
  * Copyright (c) 2007-2010 by the citadel.org team
@@ -969,5 +967,5 @@ CTDL_MODULE_INIT(openid_rp)
        }
 
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "openid_rp";
 }