https://bugzilla.redhat.com/show_bug.cgi?id=1376845
Bug ID: 1376845 Summary: The license tag should mention GPL+ or Artistic Product: Fedora Version: rawhide Component: perl-Params-Validate Assignee: rc040203@freenet.de Reporter: ppisar@redhat.com QA Contact: extras-qa@fedoraproject.org CC: lxtnow@gmail.com, perl-devel@lists.fedoraproject.org, rc040203@freenet.de
Params-Validate-1.24/c/ppport.h contains license declaration:
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The file is included into compilation unit when compiling lib/Params/Validate/XS.c into XS.so. Thus I think the spec file should mention "GPL+ or Artistic" in the License tag. Now it declares "Artistic 2.0" only.