diff options
author | hugo <hugo@localhost> | 2000-01-26 22:29:38 +0000 |
---|---|---|
committer | hugo <hugo@localhost> | 2000-01-26 22:29:38 +0000 |
commit | 89ad382a88de7c99ec71525db756274492f3ce82 (patch) | |
tree | 668be843bb62a9b0e7cfd407c3927cd17f4b6b5e | |
parent | 195e511702f308f64fd3d3b376f1215da4eb261e (diff) | |
download | markup-validator-89ad382a88de7c99ec71525db756274492f3ce82.zip markup-validator-89ad382a88de7c99ec71525db756274492f3ce82.tar.gz markup-validator-89ad382a88de7c99ec71525db756274492f3ce82.tar.bz2 |
W3C is registered
-rwxr-xr-x | httpd/cgi-bin/LinkChecker.pl | 8 | ||||
-rwxr-xr-x | httpd/cgi-bin/checklink.pl | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/httpd/cgi-bin/LinkChecker.pl b/httpd/cgi-bin/LinkChecker.pl index ba149d8..a23ad4e 100755 --- a/httpd/cgi-bin/LinkChecker.pl +++ b/httpd/cgi-bin/LinkChecker.pl @@ -5,9 +5,9 @@ # (c) 1999-2000 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: LinkChecker.pl,v 1.22 2000-01-26 22:24:26 hugo Exp $ +# $Id: LinkChecker.pl,v 1.23 2000-01-26 22:29:38 hugo Exp $ # -# This program is licensed under the W3C License. +# This program is licensed under the W3C(r) License. package W3C::LinkChecker; require HTML::Parser; @@ -21,7 +21,7 @@ $| = 1; # Version info my $PROGRAM = 'W3C LinkChecker'; -my $VERSION = q$Revision: 1.22 $ . '(c) 1999-2000 W3C'; +my $VERSION = q$Revision: 1.23 $ . '(c) 1999-2000 W3C'; my $REVISION; ($REVISION = $VERSION) =~ s/Revision: (\d+\.\d+) .*/$1/; # State of the program @@ -1025,7 +1025,7 @@ PRE { </style> </head> <body> -<h1>W3C Link Checker: $uri</h1> +<h1>W3C<sup>®</sup> Link Checker: $uri</h1> \n"; } diff --git a/httpd/cgi-bin/checklink.pl b/httpd/cgi-bin/checklink.pl index 9a1502f..2232af5 100755 --- a/httpd/cgi-bin/checklink.pl +++ b/httpd/cgi-bin/checklink.pl @@ -5,9 +5,9 @@ # (c) 1999-2000 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: checklink.pl,v 2.22 2000-01-26 22:24:26 hugo Exp $ +# $Id: checklink.pl,v 2.23 2000-01-26 22:29:38 hugo Exp $ # -# This program is licensed under the W3C License. +# This program is licensed under the W3C(r) License. package W3C::CheckLink; require HTML::Parser; @@ -21,7 +21,7 @@ $| = 1; # Version info my $PROGRAM = 'W3C checklink'; -my $VERSION = q$Revision: 2.22 $ . '(c) 1999-2000 W3C'; +my $VERSION = q$Revision: 2.23 $ . '(c) 1999-2000 W3C'; my $REVISION; ($REVISION = $VERSION) =~ s/Revision: (\d+\.\d+) .*/$1/; # State of the program @@ -1025,7 +1025,7 @@ PRE { </style> </head> <body> -<h1>W3C Link Checker: $uri</h1> +<h1>W3C<sup>®</sup> Link Checker: $uri</h1> \n"; } |