diff options
author | ville <ville@localhost> | 2005-01-09 20:40:34 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2005-01-09 20:40:34 +0000 |
commit | 8b5941d38f2fb9ccf3bf6e9caafe2d2fa7c6d6ff (patch) | |
tree | 11aeba46d556370d435df2a40a2b2920298ed23e | |
parent | dbbfbcdb39d5bd37f2d10ccb7ce84d06aa1b82c6 (diff) | |
download | markup-validator-8b5941d38f2fb9ccf3bf6e9caafe2d2fa7c6d6ff.zip markup-validator-8b5941d38f2fb9ccf3bf6e9caafe2d2fa7c6d6ff.tar.gz markup-validator-8b5941d38f2fb9ccf3bf6e9caafe2d2fa7c6d6ff.tar.bz2 |
2005.
-rwxr-xr-x | htdocs/footer.html | 4 | ||||
-rw-r--r-- | htdocs/navbar.css | 4 | ||||
-rwxr-xr-x | httpd/cgi-bin/check | 6 | ||||
-rw-r--r-- | misc/bundle/README | 2 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/htdocs/footer.html b/htdocs/footer.html index 6375b0a..d96d4a9 100755 --- a/htdocs/footer.html +++ b/htdocs/footer.html @@ -8,10 +8,10 @@ <a title="Send Feedback for the W3C Markup Validation Service" href="<!--#echo var="relroot" -->feedback.html">The W3C Validator Team</a><br /> <!--#echo var="date" --> - <!-- SSI Template Version: $Id: footer.html,v 1.10 2004-07-21 15:06:55 link Exp $ --> + <!-- SSI Template Version: $Id: footer.html,v 1.11 2005-01-09 20:40:33 ville Exp $ --> </address> <p class="copyright"> - <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2004 + <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2005 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>® (<a href="http://www.csail.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 --git a/htdocs/navbar.css b/htdocs/navbar.css index 4eeef32..bd64010 100644 --- a/htdocs/navbar.css +++ b/htdocs/navbar.css @@ -1,10 +1,10 @@ /* Navigation Style Sheet for the W3C Markup Validation Service. - Copyright 2000-2004 W3C (MIT, INRIA, Keio). All Rights Reserved. + Copyright 2000-2005 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: navbar.css,v 1.12 2005-01-07 05:44:54 ot Exp $ + $Id: navbar.css,v 1.13 2005-01-09 20:40:33 ville Exp $ */ diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index 0ed09c9..9361b0f 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -3,13 +3,13 @@ # W3C Markup Validation Service # A CGI script to retrieve and validate a markup file # -# Copyright 1995-2004 Gerald Oskoboiny <gerald@w3.org> +# Copyright 1995-2005 Gerald Oskoboiny <gerald@w3.org> # for additional contributors, see http://dev.w3.org/cvsweb/validator/ # # This source code is available under the license at: # http://www.w3.org/Consortium/Legal/copyright-software # -# $Id: check,v 1.371 2005-01-09 19:40:52 ville Exp $ +# $Id: check,v 1.372 2005-01-09 20:40:33 ville Exp $ # # Disable buffering on STDOUT! @@ -222,7 +222,7 @@ Directory not readable (permission denied): @_r # # Strings - $VERSION = q$Revision: 1.371 $; + $VERSION = q$Revision: 1.372 $; $VERSION =~ s/Revision: ([\d\.]+) /$1/; # diff --git a/misc/bundle/README b/misc/bundle/README index 44f7650..28eff43 100644 --- a/misc/bundle/README +++ b/misc/bundle/README @@ -15,7 +15,7 @@ COPYRIGHT AND LICENCE Originally by Ville Skyttä, <ville.skytta@iki.fi>, for the W3C Maintained by the W3C Markup Validator Team, <www-validator@w3.org> -Copyright (C) 1994-2004 World Wide Web Consortium, (Massachusetts +Copyright (C) 1994-2005 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 --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 1c15c8c..ddd7751 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -46,7 +46,7 @@ The W3C Markup Validator Team, E<lt>www-validator@w3.orgE<gt> =head1 COPYRIGHT AND LICENSE -Copyright (C) 1994-2004 World Wide Web Consortium, (Massachusetts +Copyright (C) 1994-2005 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 |