diff options
Diffstat (limited to 'httpd/cgi-bin/check')
-rwxr-xr-x | httpd/cgi-bin/check | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index 1da6f50..0f0c7d8 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -3,7 +3,7 @@ # W3C Markup Validation Service # A CGI script to retrieve and validate a markup file # -# Copyright 1995-2007 World Wide Web Consortium, (Massachusetts +# Copyright 1995-2009 World Wide Web Consortium, (Massachusetts # Institute of Technology, European Research Consortium for Informatics # and Mathematics, Keio University). All Rights Reserved. # @@ -14,7 +14,7 @@ # This source code is available under the license at: # http://www.w3.org/Consortium/Legal/copyright-software # -# $Id: check,v 1.643 2009-02-04 20:01:39 ville Exp $ +# $Id: check,v 1.644 2009-02-04 20:06:48 ville Exp $ # # Disable buffering on STDOUT! @@ -198,7 +198,7 @@ Directory not readable (permission denied): @_r # # Strings - $VERSION = q$Revision: 1.643 $; + $VERSION = q$Revision: 1.644 $; $VERSION =~ s/Revision: ([\d\.]+) /$1/; # |