Skip Menu |

This queue is for tickets about the DateTime-Format-Builder CPAN distribution.

Report information
The Basics
Id: 125832
Status: resolved
Priority: 0/
Queue: DateTime-Format-Builder

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.81
Fixed in: (no value)



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?
Dne Čt 12.čec.2018 08:04:05, ppisar napsal(a): Show quoted text
> 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?
I can see lib/DateTime/Format/Builder/Tutorial.pod was changed to Artistic 2.0. But examples/W3CDTF.pm and examples/MySQL.pm are still "under the same terms as Perl itself".