]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/net/athttpd/v2_0/src/jim.c
Cleanup CVS ipmorted branch
[karo-tx-redboot.git] / packages / net / athttpd / v2_0 / src / jim.c
index 989a1dad838f9cb006e784455fb6a3df2b2c5d5a..3fdc7b5c674ace2532c81ac56e4a394fd6fe245d 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
  * Copyright 2005 Clemens Hintze <c.hintze@gmx.net>
  *
- * $Id$
+ * $Id: jim.c,v 1.1.1.1 2008/07/31 20:44:21 mmahesh Exp $
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -11750,7 +11750,7 @@ int Jim_InteractivePrompt(Jim_Interp *interp)
            "Copyright (c) 2005 Salvatore Sanfilippo" JIM_NL,
            JIM_VERSION / 100, JIM_VERSION % 100);
     fprintf(interp->stdout,
-            "CVS ID: $Id$"
+            "CVS ID: $Id: jim.c,v 1.1.1.1 2008/07/31 20:44:21 mmahesh Exp $"
             JIM_NL);
     Jim_SetVariableStrWithStr(interp, "jim_interactive", "1");
     while (1) {