summaryrefslogtreecommitdiff
path: root/modules/VC6WorkspaceCreator.pm
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 17:13:32 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 17:13:32 +0100
commit0ad78bc4b93df5aed2cf964e2719844bada69436 (patch)
tree234f8184fd07e9bdf69e784cebde848e2f42d1a2 /modules/VC6WorkspaceCreator.pm
parent029b0a0b9154ae9f4da0497aa6a0071539adf293 (diff)
downloadMPC-0ad78bc4b93df5aed2cf964e2719844bada69436.tar.gz
Removed svn Id tag
Diffstat (limited to 'modules/VC6WorkspaceCreator.pm')
-rw-r--r--modules/VC6WorkspaceCreator.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/VC6WorkspaceCreator.pm b/modules/VC6WorkspaceCreator.pm
index 72d786e4..b944dee4 100644
--- a/modules/VC6WorkspaceCreator.pm
+++ b/modules/VC6WorkspaceCreator.pm
@@ -4,7 +4,6 @@ package VC6WorkspaceCreator;
# Description : A VC6 Workspace Creator
# Author : Chad Elliott
# Create Date : 5/13/2002
-# $Id$
# ************************************************************
# ************************************************************
@@ -48,7 +47,7 @@ sub pre_workspace {
## Optionally print the workspace comment
$self->print_workspace_comment($fh,
'#', $crlf,
- '# $Id$', $crlf,
+ '# ', $crlf,
'#', $crlf,
'# This file was generated by MPC. Any changes made directly to', $crlf,
'# this file will be lost the next time it is generated.', $crlf,