diff options
-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"; } |