summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:08:29 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:08:29 +0100
commite1c9cd39aa8c1b7f8a1749d2a22b451d114bb0e3 (patch)
tree37ea82f53f30e6695a191472935870855d22e798 /ACE
parent81436456e81e30d4744982734a14145e54faf3aa (diff)
downloadATCD-e1c9cd39aa8c1b7f8a1749d2a22b451d114bb0e3.tar.gz
Removed a lot of old Id tags
Diffstat (limited to 'ACE')
-rwxr-xr-xACE/bin/zap_svn_id.pl4
-rw-r--r--ACE/protocols/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc3
2 files changed, 4 insertions, 3 deletions
diff --git a/ACE/bin/zap_svn_id.pl b/ACE/bin/zap_svn_id.pl
index 3e6ec5835c6..b02fd84fa0b 100755
--- a/ACE/bin/zap_svn_id.pl
+++ b/ACE/bin/zap_svn_id.pl
@@ -14,5 +14,9 @@ eval '(exit $?0)' && eval 'exec perl -pi -S $0 ${1+"$@"}'
# Taken from perlrun man page.
#undef $/; $s = <>; $s =~ s/ \*\n \* \$Id\$\n \*\n/ \*\n/m; print $s
+# Replace a three line doxygen style Id tag with just line *
BEGIN{undef $/;} s/ \*\n \* \$Id\$\n \*\n/ \*\n/smg;
+# Replace a three line c-style id tag with an empty line below that with nothing
+BEGIN{undef $/;} s/\/\/\n\/\/ \$Id\$\n\/\/\n\n//smg;
+# Replace a three line c-style id tag with nothing
BEGIN{undef $/;} s/\/\/\n\/\/ \$Id\$\n\/\/\n//smg;
diff --git a/ACE/protocols/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc b/ACE/protocols/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc
index b91c55e9763..2eb03f7d71a 100644
--- a/ACE/protocols/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc
+++ b/ACE/protocols/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc
@@ -1,7 +1,4 @@
// -*- MPC -*-
-//
-// $Id$
-//
project(*server): aceexe, htbp {
exename = server