aboutsummaryrefslogtreecommitdiffstats
path: root/copypage.pl
diff options
context:
space:
mode:
authorPeter Karlsson <peterk>2002-02-15 22:54:54 +0000
committerPeter Karlsson <peterk>2002-02-15 22:54:54 +0000
commit74833a3dad8491f60e8591f36803936c5da5d9d9 (patch)
tree7249b010b611b8be9b70a787d309800d67613416 /copypage.pl
parent7d1c925234e3cb1852cbd3cf41b73aabf229a093 (diff)
Never copy $Id lines.
CVS version numbers copypage.pl: 1.13 -> 1.14
Diffstat (limited to 'copypage.pl')
-rwxr-xr-xcopypage.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/copypage.pl b/copypage.pl
index 2456bdb8241..4d65784a859 100755
--- a/copypage.pl
+++ b/copypage.pl
@@ -5,8 +5,8 @@
# It also will create the destination directory if necessary, and copy the
# Makefile from the source.
-# Written on 2000-02-26 by peter karlsson <peter@softwolves.pp.se>
-# © Copyright 2000-2001 Software in the public interest, Inc.
+# Originally written 2000-02-26 by peter karlsson <peterk@debian.org>
+# © Copyright 2000-2002 Software in the public interest, Inc.
# This program is released under the GNU General Public License, v2.
# $Id$
@@ -161,6 +161,8 @@ sub copy
while (<SRC>)
{
+ next if /\$Id/;
+
$isdefinetag = 1 if /<define-tag/;
$ignorews = 1 if $isdefinetag;

© 2014-2024 Faster IT GmbH | imprint | privacy policy