- From: Mercurial notifier <nobody@w3.org>
- Date: Mon, 14 Mar 2011 08:54:08 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 381:5e55e5c5da94
user: Ville Skyttä <ville.skytta@iki.fi>
date: Mon Mar 14 10:50:57 2011 +0200
files: README bin/checklink docs/checklink.html docs/linkchecker.css
description:
Update copyright years.
diff -r bf949a5660a8 -r 5e55e5c5da94 README
--- a/README Thu Mar 10 00:09:35 2011 +0200
+++ b/README Mon Mar 14 10:50:57 2011 +0200
@@ -37,7 +37,7 @@
- Ville Skyttä <ville.skytta@iki.fi>
- W3C QA-dev Team <public-qa-dev@w3.org>
-Copyright (C) 1994-2010 World Wide Web Consortium, (Massachusetts
+Copyright (C) 1994-2011 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 bf949a5660a8 -r 5e55e5c5da94 bin/checklink
--- a/bin/checklink Thu Mar 10 00:09:35 2011 +0200
+++ b/bin/checklink Mon Mar 14 10:50:57 2011 +0200
@@ -2,7 +2,7 @@
#
# W3C Link Checker
# by Hugo Haas <hugo@w3.org>
-# (c) 1999-2010 World Wide Web Consortium
+# (c) 1999-2011 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
# This program is licensed under the W3C(r) Software License:
@@ -294,7 +294,7 @@
$PACKAGE = 'W3C Link Checker';
$PROGRAM = 'W3C-checklink';
$VERSION = '4.6';
- $REVISION = sprintf('version %s (c) 1999-2010 W3C', $VERSION);
+ $REVISION = sprintf('version %s (c) 1999-2011 W3C', $VERSION);
$AGENT = sprintf(
'%s/%s %s',
$PROGRAM, $VERSION,
diff -r bf949a5660a8 -r 5e55e5c5da94 docs/checklink.html
--- a/docs/checklink.html Thu Mar 10 00:09:35 2011 +0200
+++ b/docs/checklink.html Mon Mar 14 10:50:57 2011 +0200
@@ -327,7 +327,7 @@
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> © 1994-2010
+ <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2011
<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.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
diff -r bf949a5660a8 -r 5e55e5c5da94 docs/linkchecker.css
--- a/docs/linkchecker.css Thu Mar 10 00:09:35 2011 +0200
+++ b/docs/linkchecker.css Mon Mar 14 10:50:57 2011 +0200
@@ -1,7 +1,7 @@
/*
Base Style Sheet for the W3C Link Checker.
- Copyright 2000-2010 W3C (MIT, INRIA, Keio). All Rights Reserved.
+ Copyright 2000-2011 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
*/
Received on Monday, 14 March 2011 08:54:10 UTC