diff options
author | hugo <hugo@localhost> | 2000-01-17 22:16:36 +0000 |
---|---|---|
committer | hugo <hugo@localhost> | 2000-01-17 22:16:36 +0000 |
commit | e46e48517e8d3b0d73811b776eb0f2e2aa9436f0 (patch) | |
tree | 77a6219cd0fdb4743efacfa66588e73084ceea1c /httpd/cgi-bin/LinkChecker.pl | |
parent | 094945cd4afd0180ec1a774cfbe9495ab44b1efd (diff) | |
download | markup-validator-e46e48517e8d3b0d73811b776eb0f2e2aa9436f0.zip markup-validator-e46e48517e8d3b0d73811b776eb0f2e2aa9436f0.tar.gz markup-validator-e46e48517e8d3b0d73811b776eb0f2e2aa9436f0.tar.bz2 |
Fixed copyright
Diffstat (limited to 'httpd/cgi-bin/LinkChecker.pl')
-rwxr-xr-x | httpd/cgi-bin/LinkChecker.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httpd/cgi-bin/LinkChecker.pl b/httpd/cgi-bin/LinkChecker.pl index aeac02e..7f9f93c 100755 --- a/httpd/cgi-bin/LinkChecker.pl +++ b/httpd/cgi-bin/LinkChecker.pl @@ -5,7 +5,7 @@ # (c) 1999-2000 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: LinkChecker.pl,v 1.14 2000-01-17 22:16:02 hugo Exp $ +# $Id: LinkChecker.pl,v 1.15 2000-01-17 22:16:36 hugo Exp $ # # This program is licensed under the W3C License. @@ -21,7 +21,7 @@ $| = 1; # Version info my $PROGRAM = 'W3C LinkChecker'; -my $VERSION = q$Revision: 1.14 $ . '(c) 1999 W3C'; +my $VERSION = q$Revision: 1.15 $ . '(c) 1999-2000 W3C'; my $REVISION; ($REVISION = $VERSION) =~ s/Revision: (\d+\.\d+) .*/$1/; # State of the program |