Bug#911403: Please always include a copyright notice in 'LicenseWithSummary::summary_or_text'

Felix Lechner felix.lechner at lease-up.com
Fri Oct 19 18:55:25 BST 2018


Package: libsoftware-licensemoreutils-perl
Version: 1.002-1
Tags: patch
Control: block 905614 by -1

Hi,

The routine 'LicenseWithSummary::summary' produces only a license
summary, while 'Software::License::fulltext' produces a copyright
notice in addition to the full text. Please return a copyright notice
when producing a summary in 'LicenseWithSummary::summary_or_text' so
the output of the method becomes more symmetrical. Attached please
find a patch. Thank you!

Kind regards,
Felix Lechner

(from Software::License)

#pod =method fulltext
#pod
#pod This method returns the complete text of the license, preceded by
the copyright
#pod notice.
#pod
#pod =cut

sub fulltext {
  my ($self) = @_;
  return join "\n", $self->notice, $self->license;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: include-copyright-notice-in-summary-or-text.patch.xz
Type: application/x-xz
Size: 640 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-perl-maintainers/attachments/20181019/80d15f9a/attachment.xz>


More information about the pkg-perl-maintainers mailing list