- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:16 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 256:28174bf7f9d2 user: ville date: Thu Jan 01 22:50:43 2009 +0000 files: README bin/checklink docs/checklink.html docs/linkchecker.css description: 2009 diff -r 480677f57e36 -r 28174bf7f9d2 README --- a/README Thu Jan 01 21:24:37 2009 +0000 +++ b/README Thu Jan 01 22:50:43 2009 +0000 @@ -37,7 +37,7 @@ - Ville Skyttä <ville.skytta@iki.fi> - The W3C Link Checker Team <www-validator@w3.org> -Copyright (C) 1994-2008 World Wide Web Consortium, (Massachusetts +Copyright (C) 1994-2009 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. This work is distributed under the W3C(R) Software License [1] in the hope that it diff -r 480677f57e36 -r 28174bf7f9d2 bin/checklink --- a/bin/checklink Thu Jan 01 21:24:37 2009 +0000 +++ b/bin/checklink Thu Jan 01 22:50:43 2009 +0000 @@ -2,10 +2,10 @@ # # W3C Link Checker # by Hugo Haas <hugo@w3.org> -# (c) 1999-2008 World Wide Web Consortium +# (c) 1999-2009 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: checklink,v 4.124 2008-10-26 18:24:53 ville Exp $ +# $Id: checklink,v 4.125 2009-01-01 22:50:43 ville Exp $ # # This program is licensed under the W3C(r) Software License: # http://www.w3.org/Consortium/Legal/copyright-software @@ -259,8 +259,8 @@ $PACKAGE = 'W3C Link Checker'; $PROGRAM = 'W3C-checklink'; $VERSION = '4.3'; - $REVISION = sprintf('version %s (c) 1999-2008 W3C', $VERSION); - my ($cvsver) = q$Revision: 4.124 $ =~ /(\d+[\d\.]*\.\d+)/; + $REVISION = sprintf('version %s (c) 1999-2009 W3C', $VERSION); + my ($cvsver) = q$Revision: 4.125 $ =~ /(\d+[\d\.]*\.\d+)/; $AGENT = sprintf('%s/%s [%s] %s', $PROGRAM, $VERSION, $cvsver, (W3C::UserAgent::USE_ROBOT_UA diff -r 480677f57e36 -r 28174bf7f9d2 docs/checklink.html --- a/docs/checklink.html Thu Jan 01 21:24:37 2009 +0000 +++ b/docs/checklink.html Thu Jan 01 22:50:43 2009 +0000 @@ -6,7 +6,7 @@ <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.46 2009-01-01 21:24:37 ville Exp $" /> + <meta name="revision" content="$Id: checklink.html,v 1.47 2009-01-01 22:50:43 ville Exp $" /> </head> <body> @@ -302,10 +302,10 @@ alt="Valid XHTML 1.0!" /></a> <a title="Send Feedback for the W3C Link Checker" href="http://validator.w3.org/feedback.html">The W3C Validator Team</a><br /> - $Date: 2009-01-01 21:24:37 $ + $Date: 2009-01-01 22:50:43 $ </address> <p class="copyright"> - <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2008 + <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2009 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>® (<a href="http://www.lcs.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, diff -r 480677f57e36 -r 28174bf7f9d2 docs/linkchecker.css --- a/docs/linkchecker.css Thu Jan 01 21:24:37 2009 +0000 +++ b/docs/linkchecker.css Thu Jan 01 22:50:43 2009 +0000 @@ -1,10 +1,10 @@ /* Base Style Sheet for the W3C Link Checker. - Copyright 2000-2008 W3C (MIT, INRIA, Keio). All Rights Reserved. + Copyright 2000-2009 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: linkchecker.css,v 1.24 2008-02-10 12:02:29 ville Exp $ + $Id: linkchecker.css,v 1.25 2009-01-01 22:50:43 ville Exp $ */ html, body {
Received on Thursday, 5 August 2010 14:47:40 UTC