perl/modules/W3C/LinkChecker/bin checklink,4.83,4.84

Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv17419/bin

Modified Files:
	checklink 
Log Message:
2008.

Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.83
retrieving revision 4.84
diff -u -d -r4.83 -r4.84
--- checklink	10 Feb 2008 11:59:11 -0000	4.83
+++ checklink	10 Feb 2008 12:02:29 -0000	4.84
@@ -2,7 +2,7 @@
 #
 # W3C Link Checker
 # by Hugo Haas <hugo@w3.org>
-# (c) 1999-2007 World Wide Web Consortium
+# (c) 1999-2008 World Wide Web Consortium
 # based on Renaud Bruyeron's checklink.pl
 #
 # $Id$
@@ -243,7 +243,7 @@
   $PACKAGE     = 'W3C Link Checker';
   $PROGRAM     = 'W3C-checklink';
   $VERSION     = '4.3';
-  $REVISION    = sprintf('version %s (c) 1999-2007 W3C', $VERSION);
+  $REVISION    = sprintf('version %s (c) 1999-2008 W3C', $VERSION);
   my ($cvsver) = q$Revision$ =~ /(\d+[\d\.]*\.\d+)/;
   $AGENT       = sprintf('%s/%s [%s] %s',
                          $PROGRAM, $VERSION, $cvsver, LWP::RobotUA->_agent());

Received on Sunday, 10 February 2008 12:02:41 UTC