link-checker commit: Remove CVS keywords.

changeset:   368:d97a8ed4dd85
tag:         tip
user:        Ville Skyttä <ville.skytta@iki.fi>
date:        Thu Aug 05 23:30:55 2010 +0300
files:       bin/checklink bin/checklink.pod docs/checklink.html docs/linkchecker.css etc/checklink.conf
description:
Remove CVS keywords.


diff -r 481682b8d6a7 -r d97a8ed4dd85 bin/checklink
--- a/bin/checklink	Thu Aug 05 23:21:11 2010 +0300
+++ b/bin/checklink	Thu Aug 05 23:30:55 2010 +0300
@@ -4,8 +4,6 @@
 # by Hugo Haas <hugo@w3.org>
 # (c) 1999-2010 World Wide Web Consortium
 # based on Renaud Bruyeron's checklink.pl
-#
-# $Id: checklink,v 4.194 2010-04-22 19:55:15 ville Exp $
 #
 # This program is licensed under the W3C(r) Software License:
 #       http://www.w3.org/Consortium/Legal/copyright-software
@@ -305,10 +303,9 @@
     $PROGRAM  = 'W3C-checklink';
     $VERSION  = '4.6';
     $REVISION = sprintf('version %s (c) 1999-2010 W3C', $VERSION);
-    my ($cvsver) = q$Revision: 4.194 $ =~ /(\d+[\d\.]*\.\d+)/;
-    $AGENT = sprintf(
-        '%s/%s [%s] %s',
-        $PROGRAM, $VERSION, $cvsver,
+    $AGENT    = sprintf(
+        '%s/%s %s',
+        $PROGRAM, $VERSION,
         (   W3C::UserAgent::USE_ROBOT_UA ? LWP::RobotUA->_agent() :
                 LWP::UserAgent->_agent()
         )
diff -r 481682b8d6a7 -r d97a8ed4dd85 bin/checklink.pod
--- a/bin/checklink.pod	Thu Aug 05 23:21:11 2010 +0300
+++ b/bin/checklink.pod	Thu Aug 05 23:30:55 2010 +0300
@@ -1,5 +1,3 @@
-$Id: checklink.pod,v 1.32 2010-04-22 19:46:51 ville Exp $
-
 =encoding utf8
 
 =head1 NAME
diff -r 481682b8d6a7 -r d97a8ed4dd85 docs/checklink.html
--- a/docs/checklink.html	Thu Aug 05 23:21:11 2010 +0300
+++ b/docs/checklink.html	Thu Aug 05 23:30:55 2010 +0300
@@ -6,7 +6,6 @@
     <title>W3C Link Checker Documentation</title>
     <link rev="made" href="mailto:www-validator@w3.org" />
     <style type="text/css" media="all">@import "linkchecker.css";</style>
-    <meta name="revision" content="$Id: checklink.html,v 1.60 2010-03-07 17:16:14 ville Exp $" />
   </head>
 
   <body>
@@ -325,8 +324,7 @@
 
     <address>
       <a title="Send Feedback for the W3C Link Checker"
-        href="http://validator.w3.org/feedback.html">The W3C Validator Team</a><br />
-      $Date: 2010-03-07 17:16:14 $
+        href="http://validator.w3.org/feedback.html">The W3C QA-dev Team</a>
     </address>
     <p class="copyright">
       <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 1994-2010
diff -r 481682b8d6a7 -r d97a8ed4dd85 docs/linkchecker.css
--- a/docs/linkchecker.css	Thu Aug 05 23:21:11 2010 +0300
+++ b/docs/linkchecker.css	Thu Aug 05 23:30:55 2010 +0300
@@ -3,8 +3,6 @@
 
    Copyright 2000-2010 W3C (MIT, INRIA, Keio). All Rights Reserved.
    See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
-
-   $Id: linkchecker.css,v 1.32 2010-01-14 16:55:18 ville Exp $
 */
 
 html, body {
diff -r 481682b8d6a7 -r d97a8ed4dd85 etc/checklink.conf
--- a/etc/checklink.conf	Thu Aug 05 23:21:11 2010 +0300
+++ b/etc/checklink.conf	Thu Aug 05 23:30:55 2010 +0300
@@ -1,6 +1,5 @@
 #
 # Configuration file for the W3C Link Checker
-# $Id: checklink.conf,v 1.9 2010-04-22 19:46:51 ville Exp $
 #
 # See Config::General(3) for the syntax; 'SplitPolicy' is 'equalsign' here.
 #

Received on Thursday, 5 August 2010 20:31:06 UTC