Subject: | Bad license declaration |
examples/W3CDTF.pm, examples/MySQL.pm, lib/DateTime/Format/Builder/Tutorial.pod files have a license declaration:
This program
is free software; you can redistribute it and/or modify it under the
same terms as Perl itself.
The full text of the license can be found in the LICENSE file included
with this module.
That means "GPL+ or Artistic" <,https://dev.perl.org/licenses/>, but LICENSE file lists "Artistic 2.0" license. These two do not match.
Could you please clarify what license terms apply to the three files and adjust them or the the LICENSE file in accordance?