summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugo <hugo@localhost>2000-01-17 22:16:36 +0000
committerhugo <hugo@localhost>2000-01-17 22:16:36 +0000
commite46e48517e8d3b0d73811b776eb0f2e2aa9436f0 (patch)
tree77a6219cd0fdb4743efacfa66588e73084ceea1c
parent094945cd4afd0180ec1a774cfbe9495ab44b1efd (diff)
downloadmarkup-validator-e46e48517e8d3b0d73811b776eb0f2e2aa9436f0.zip
markup-validator-e46e48517e8d3b0d73811b776eb0f2e2aa9436f0.tar.gz
markup-validator-e46e48517e8d3b0d73811b776eb0f2e2aa9436f0.tar.bz2
Fixed copyright
-rwxr-xr-xhttpd/cgi-bin/LinkChecker.pl4
-rwxr-xr-xhttpd/cgi-bin/checklink.pl4
2 files changed, 4 insertions, 4 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
diff --git a/httpd/cgi-bin/checklink.pl b/httpd/cgi-bin/checklink.pl
index a4beb11..a3f15e4 100755
--- a/httpd/cgi-bin/checklink.pl
+++ b/httpd/cgi-bin/checklink.pl
@@ -5,7 +5,7 @@
# (c) 1999-2000 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink.pl,v 2.14 2000-01-17 22:16:02 hugo Exp $
+# $Id: checklink.pl,v 2.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 checklink';
-my $VERSION = q$Revision: 2.14 $ . '(c) 1999 W3C';
+my $VERSION = q$Revision: 2.15 $ . '(c) 1999-2000 W3C';
my $REVISION; ($REVISION = $VERSION) =~ s/Revision: (\d+\.\d+) .*/$1/;
# State of the program