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; }
include-copyright-notice-in-summary-or-text.patch.xz
Description: application/xz