diff options
author | ville <ville@localhost> | 2009-03-27 20:07:40 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-03-27 20:07:40 +0000 |
commit | 5b8c9b2c83518a2afe4b6d1bcecf70137af150f8 (patch) | |
tree | 2d64834a8eaae9dc5b9c347d8956600314f25cd8 | |
parent | 383885a2818bc82b55f3dc05011c9c58a70f8196 (diff) | |
download | markup-validator-5b8c9b2c83518a2afe4b6d1bcecf70137af150f8.zip markup-validator-5b8c9b2c83518a2afe4b6d1bcecf70137af150f8.tar.gz markup-validator-5b8c9b2c83518a2afe4b6d1bcecf70137af150f8.tar.bz2 |
Update author/maintainer info.
-rw-r--r-- | misc/bundle/Makefile.PL | 2 | ||||
-rw-r--r-- | misc/bundle/README | 2 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL index 514a7ca..b4fb213 100644 --- a/misc/bundle/Makefile.PL +++ b/misc/bundle/Makefile.PL @@ -4,7 +4,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Bundle::W3C::Validator', ABSTRACT_FROM => 'lib/Bundle/W3C/Validator.pm', - AUTHOR => 'The W3C Markup Validator Team <www-validator@w3.org>', + AUTHOR => 'W3C QA-dev Team <public-qa-dev@w3.org>', LICENSE => 'open_source', VERSION_FROM => 'lib/Bundle/W3C/Validator.pm', PREREQ_PM => { diff --git a/misc/bundle/README b/misc/bundle/README index 4d2626d..f181023 100644 --- a/misc/bundle/README +++ b/misc/bundle/README @@ -13,7 +13,7 @@ unpacked the source): COPYRIGHT AND LICENCE Originally by Ville Skyttä, <ville.skytta@iki.fi>, for the W3C -Maintained by the W3C Markup Validator Team, <www-validator@w3.org> +Maintained by the W3C QA-dev Team <public-qa-dev@w3.org> Copyright (C) 1994-2009 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index ebcf273..c5aa0d6 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -59,7 +59,7 @@ perl(1) =head1 AUTHOR -The W3C Markup Validator Team, E<lt>www-validator@w3.orgE<gt> +W3C QA-dev Team, E<lt>public-qa-dev@w3.orgE<gt> =head1 COPYRIGHT AND LICENSE |