diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-06-28 17:05:40 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-06-28 19:59:06 +0100 |
commit | 2c3aa4f3a5c1e96ca6edd18d2e1a32f0272153a7 (patch) | |
tree | 07e17aba2102900dd04914b9a332af618b10bd35 /sal/qa/helper | |
parent | bd18cf52743cda0c601aa10ade303c310ca9f33b (diff) |
remove malingering legacy RCS tags.
Diffstat (limited to 'sal/qa/helper')
-rw-r--r-- | sal/qa/helper/gcov/gcov_filter.pl | 2 | ||||
-rw-r--r-- | sal/qa/helper/gcov/gcov_result.pl | 2 | ||||
-rw-r--r-- | sal/qa/helper/gcov/gcov_resultcompare.pl | 2 | ||||
-rw-r--r-- | sal/qa/helper/gcov/gcov_resultinterpreter.pl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sal/qa/helper/gcov/gcov_filter.pl b/sal/qa/helper/gcov/gcov_filter.pl index 9bd614116dbd..e9fec1cedc35 100644 --- a/sal/qa/helper/gcov/gcov_filter.pl +++ b/sal/qa/helper/gcov/gcov_filter.pl @@ -33,7 +33,7 @@ use File::Basename; use Getopt::Long; # Global constants -our $version_info = 'gcov helper $Revision: 1.4 $ '; +our $version_info = 'gcov helper: 1.4 '; our $help; # Help option flag our $version; # Version option flag our $cwd = `pwd`; # current working directory diff --git a/sal/qa/helper/gcov/gcov_result.pl b/sal/qa/helper/gcov/gcov_result.pl index 70232fa5d562..783d055ffba7 100644 --- a/sal/qa/helper/gcov/gcov_result.pl +++ b/sal/qa/helper/gcov/gcov_result.pl @@ -32,7 +32,7 @@ use File::Basename; use Getopt::Long; use Time::localtime; -our $version_info = 'gcov helper $Revision: 1.2 $ '; +our $version_info = 'gcov helper: 1.2 '; our $help; # Help option flag our $version; # Version option flag diff --git a/sal/qa/helper/gcov/gcov_resultcompare.pl b/sal/qa/helper/gcov/gcov_resultcompare.pl index 7ac254263224..38855d2586a6 100644 --- a/sal/qa/helper/gcov/gcov_resultcompare.pl +++ b/sal/qa/helper/gcov/gcov_resultcompare.pl @@ -30,7 +30,7 @@ use strict; use File::Basename; use Getopt::Long; -our $version_info = 'gcov_resultcompare $Revision: 1.2 $ '; +our $version_info = 'gcov_resultcompare: 1.2 '; our $help; # Help option flag our $version; # Version option flag diff --git a/sal/qa/helper/gcov/gcov_resultinterpreter.pl b/sal/qa/helper/gcov/gcov_resultinterpreter.pl index a0a5d2aea72d..0509850a4e12 100644 --- a/sal/qa/helper/gcov/gcov_resultinterpreter.pl +++ b/sal/qa/helper/gcov/gcov_resultinterpreter.pl @@ -30,7 +30,7 @@ use strict; use File::Basename; use Getopt::Long; -our $version_info = 'gcov helper $Revision: 1.3 $ '; +our $version_info = 'gcov helper: 1.3 '; our $help; # Help option flag our $version; # Version option flag |