summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/misc
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openpam/misc')
-rw-r--r--contrib/openpam/misc/gendoc.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openpam/misc/gendoc.pl b/contrib/openpam/misc/gendoc.pl
index 99440c8..9b32cdf 100644
--- a/contrib/openpam/misc/gendoc.pl
+++ b/contrib/openpam/misc/gendoc.pl
@@ -32,7 +32,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id$
+# $P4: //depot/projects/openpam/misc/gendoc.pl#9 $
#
use strict;
@@ -104,7 +104,7 @@ sub parse_source($) {
if (!defined($COPYRIGHT) && $source =~ m,^(/\*-\n.*?)\s*\*/,s) {
$COPYRIGHT = $1;
$COPYRIGHT =~ s,^.\*,.\\\",gm;
- $COPYRIGHT =~ s,(\$Id).*?\$,$1\$,;
+ $COPYRIGHT =~ s,(\$(?:)P4).*?\$,$1\$,;
$COPYRIGHT .= "\n.\\\"";
}
$func = $fn;
OpenPOWER on IntegriCloud