diff options
author | ville <ville@localhost> | 2010-01-14 17:02:23 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-01-14 17:02:23 +0000 |
commit | 2d411df9e6d531182e5a3c20b813b2030fc4c811 (patch) | |
tree | 49e66297b63089c2f2a6e507b35fd74ce31e17a5 /httpd/cgi-bin | |
parent | 96cd19ce41cf7766c8413a3aaf83bde2193b399f (diff) | |
download | markup-validator-2d411df9e6d531182e5a3c20b813b2030fc4c811.zip markup-validator-2d411df9e6d531182e5a3c20b813b2030fc4c811.tar.gz markup-validator-2d411df9e6d531182e5a3c20b813b2030fc4c811.tar.bz2 |
Update years in copyright notices.
Diffstat (limited to 'httpd/cgi-bin')
-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 62710f6..f6700aa 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-2009 World Wide Web Consortium, (Massachusetts +# Copyright 1995-2010 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.760 2010-01-06 21:43:51 ville Exp $ +# $Id: check,v 1.761 2010-01-14 17:02:23 ville Exp $ # # We need Perl 5.8.0+. @@ -197,7 +197,7 @@ EOF # # Strings - $VERSION = q$Revision: 1.760 $; + $VERSION = q$Revision: 1.761 $; $VERSION =~ s/Revision: ([\d\.]+) /$1/; # Read friendly error message file |