summaryrefslogtreecommitdiffstats
path: root/httpd/cgi-bin/check
diff options
context:
space:
mode:
authorville <ville@localhost>2009-02-04 20:06:48 +0000
committerville <ville@localhost>2009-02-04 20:06:48 +0000
commit133876fd1a0cd96490de5d6eee8b7b24af46f7e4 (patch)
treeb3416782264fb77efa9bfec785e0617f00e4b8ae /httpd/cgi-bin/check
parent37a8ca3e2c5a027eab8da3b0160bbc5e078e4b63 (diff)
downloadmarkup-validator-133876fd1a0cd96490de5d6eee8b7b24af46f7e4.zip
markup-validator-133876fd1a0cd96490de5d6eee8b7b24af46f7e4.tar.gz
markup-validator-133876fd1a0cd96490de5d6eee8b7b24af46f7e4.tar.bz2
2009
Diffstat (limited to 'httpd/cgi-bin/check')
-rwxr-xr-xhttpd/cgi-bin/check6
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/;
#