diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2012-03-10 11:57:22 +0200 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2012-03-10 11:57:22 +0200 |
commit | b84a87f41fe3856ab9507ca3d2d47dbc408f0d5f (patch) | |
tree | abff41009c9f9d584abf89fbc4e74680a93501c1 /misc/bundle/lib | |
parent | 321dfd2d1640c6c5d6d0b555d1c419c16b6f5810 (diff) | |
download | markup-validator-b84a87f41fe3856ab9507ca3d2d47dbc408f0d5f.zip markup-validator-b84a87f41fe3856ab9507ca3d2d47dbc408f0d5f.tar.gz markup-validator-b84a87f41fe3856ab9507ca3d2d47dbc408f0d5f.tar.bz2 |
Bump version to 1.3 and copyright years to 2012.
Diffstat (limited to 'misc/bundle/lib')
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 09f8e5c..516dbc7 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -5,7 +5,7 @@ use strict; use warnings; use vars qw($VERSION); -$VERSION = '1.2'; +$VERSION = '1.3'; 1; @@ -69,7 +69,7 @@ W3C QA-dev Team, E<lt>public-qa-dev@w3.orgE<gt> =head1 COPYRIGHT AND LICENSE -Copyright (C) 1994-2011 World Wide Web Consortium, (Massachusetts +Copyright (C) 1994-2012 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. This work is distributed under the W3C(R) Software License [1] in the hope that it |