r9245 - /man-cgi/man.cgi
Author: jfs
Date: Tue Jul 3 23:00:48 2012
New Revision: 9245
URL: http://svn.debian.org/wsvn/?sc=1&rev=9245
Log:
Remove revision information, it is not useful and does not get updated
Modified:
man-cgi/man.cgi
Modified: man-cgi/man.cgi
URL: http://svn.debian.org/wsvn/man-cgi/man.cgi?rev=9245&op=diff
==============================================================================
--- man-cgi/man.cgi (original)
+++ man-cgi/man.cgi Tue Jul 3 23:00:48 2012
@@ -1116,8 +1116,6 @@
# TODO: This should be an include file
sub copyright {
- $id = '$Id: man.cgi,v 1.7 2008-01-01 23:32:09 jfs Exp $';
-
return qq{\
<PRE>
Copyright (c) 1996-2007 <a href="$mailtoURL">Wolfram Schneider</A>
@@ -1129,7 +1127,6 @@
Technology, Free Software Foundation, FreeBSD Inc., and others.
</PRE>\n
-This script has the revision: $id
<p>
Copyright (©) for man pages by OS vendors.
@@ -1154,7 +1151,6 @@
&encode_url($_) . "\n") if $manPathAliases{$_};
}
- local $id = '$Id: man.cgi,v 1.7 2008-01-01 23:32:09 jfs Exp $';
return qq{\
<PRE>
Copyright (c) 1996-2007 <a href="$mailtoURL">Wolfram Schneider</A>
@@ -1166,7 +1162,6 @@
Technology, Free Software Foundation, FreeBSD Inc., and others.
</PRE>\n
-This script has the revsion: $id
<p>
Copyright (c) for man pages by OS vendors.
Reply to: